software-architecture
Installation
SKILL.md
Software Architecture
Use this skill to reason about high-level structure, boundaries, and system tradeoffs.
Intent Router
| Need | Load |
|---|---|
| architectural drivers, boundary heuristics, and review checklist | references/architecture-checklist.md |
Quick Start
- Start with system goals, constraints, and expected rate of change.
- Choose boundaries around business capability, ownership, and dependency direction.
- Optimize for clarity of responsibility before optimizing for distribution.
- Treat operational complexity as a first-class tradeoff.