01Identifies architectural 'smells' like God Objects and Shotgun Surgery.
02Enforces strict module boundaries through public API contracts and index files.
03Standardizes documentation for major technical choices using ADR templates.
040 GitHub stars
05Implements a validated three-layer dependency flow (Presentation, Logic, Data).
06Guides feature-based project organization to keep related code cohesive.