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`). Do NOT use for choose between Next.js, Remix, and Astro for a new app. Do NOT use for scan dependencies only for known vulnerabilities. Do NOT use for refactor this module without changing dependency boundaries. Do NOT use for write an ADR after the dependency decision is accepted.

jacob-balslev 3828c4f 4 files · 34.3 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/dependency-architecture commit 3828c4fcd5

Frequently asked questions

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