What problem does it solve?
This Skill helps teams review the architecture of a single feature without drifting into broad, unfocused codebase analysis. It is built for moments when you need to assess whether a plan or implementation diff is scoped correctly, introduces justified abstractions, and preserves clean integration boundaries.
Core Features & Use Cases
- Feature-scoped architecture review: Evaluates either a plan file or an implementation diff for module boundaries, dependency direction, state flow, failure handling, test seams, and blast radius.
- Multi-agent validation loop: Separates finding generation, validation, and improvement proposals so architectural issues are checked independently instead of being self-validated.
- Balanced Coupling analysis: Applies a structured coupling model to integrations and boundary crossings to identify risky design decisions.
- Use Case: Review a feature branch before merge to confirm that new services, interfaces, and cross-module dependencies are necessary, reversible, and operationally safe.
Quick Start
Ask the skill to review the current feature architecture for either your active plan file or the current branch diff against base.