beyond-solid-principles
Installation
SKILL.md
Beyond SOLID — System-Level Architecture Principles
Analyze source code and system architecture for violations of ten foundational design principles that govern how modules, services, layers, and components are structured and interact. Produce actionable findings with severity ratings, code/architecture locations, and concrete remediation suggestions.
These principles operate at the architecture scale — modules, services, bounded contexts, layers, APIs — complementing the class-level SOLID principles.
Subcommands
Request a full audit or focus on a single principle:
| Command Pattern | Principle | Reference |
|---|---|---|
sw-soc |
Separation of Concerns | references/soc.md |
sw-srp-sys |
Single Responsibility (system-level) | references/srp-sys.md |
sw-dry |
Don't Repeat Yourself (DRY) | references/dry.md |
Related skills