Dependency Architecture

Use when designing or auditing dependency structure: package boundaries, runtime vs build dependencies, adapter layers, duplicate-purpose libraries, supply-chain risk, upgrade policy, lock-in, and dependency graph health. Do NOT use for choosing a major framework (use `framework-fit-analysis`), vulnerability-only review (use `owasp-security`), or routine refactoring without dependency boundary changes (use `refactor`).

jacob-balslev Updated

File contents

jacob-balslev/skills/tree/main/skills/software-architecture/dependency-architecture commit a679202fbf

Frequently asked questions

npx skillmds@latest add jacob-balslev/dependency-architecture-2