architecture-reviewer
Installation
SKILL.md
Architecture Reviewer
Keeps large codebases from turning into big balls of mud.
Process
- Get a structural view (use
repo-graphMCP or manual exploration + subagents). - Map current modules and data flow.
- Identify:
- Unclear or violated boundaries
- High coupling / low cohesion
- Missing abstractions
- Opportunities for ports/adapters or domain-driven splits
- Propose the smallest change that meaningfully improves the situation.
- Always pair recommendations with a plan (hand off to
plan-mode-orchestrator).