What problem does it solve?
This Skill uncovers architectural friction in a codebase by identifying shallow modules, tight coupling, and areas that resist comprehension or testing, then frames practical refactoring options as actionable RFCs.
Core Features & Use Cases
- Organic exploration: Navigate the repository to surface friction points where understanding requires bouncing across many small files.
- Candidate presentation: Produce a ranked list of deepening candidates with dependency categories and test impact.
- Parallel interface design: Spawn multiple sub-agents to generate contrasting interface designs, compare trade-offs, and recommend a direction.
- RFC automation: Prepare and file a GitHub issue RFC with problem framing, proposed interface signature, dependency strategy, and testing recommendations.
Quick Start
Run /architecture-audit full codebase to discover shallow modules, generate alternative interface designs, and file an RFC issue proposing a deepening refactor.