About
The Architecture skill provides Claude with a comprehensive framework for building scalable and maintainable software systems. It emphasizes a 'North Star' goal where small changes remain local to 1-2 modules, preventing system-wide regressions. By enforcing explicit wiring over magic, sacred module boundaries, and feature-based organization, this skill helps developers avoid common pitfalls like circular dependencies and 'shotgun surgery.' It also provides structured guidance on testing strategies, observability, and documenting architectural decision records (ADRs) to maintain project health as complexity grows.