architecture-guard
Installation
SKILL.md
Architecture Guard
Outputs
reports/architecture/ARCH_REPORT.mdreports/dependency-graph.mmd
Steps
- Run
npm run depcruise-- fail if any error-severity violations. - Run
npm run depgraph-- generate Mermaid dependency graph. - Write
reports/architecture/ARCH_REPORT.mdsummarising:- Cycle count (must be 0)
- Boundary violations (must be 0)
- Layer compliance status
- Fan-in/fan-out hotspots (if detectable)
- Link to dependency graph