What problem does it solve?
Undetected structural code issues, duplication, and architecture drift often lead to costly technical debt and rework when caught late in the development cycle, after code has already been merged.
Core Features & Use Cases
- Pre-merge architecture review: Automatically scans code changes for excessive file/function size, deep nesting, cross-module coupling, and duplication hotspots against project architecture constraints.
- Spec-aligned validation: Checks implementation against feature spec acceptance criteria and entity definitions, flagging spec deviations as critical issues to prevent misalignment.
- Severity-classified findings: Delivers actionable, prioritized remediation guidance (critical/warning/optional) for tech leads to make informed merge decisions and reduce post-release technical debt.
- Use case: For a team shipping a new user authentication feature, this skill reviews the PR diff against the project's architecture rules and the feature's spec to surface high-risk design issues like cross-module coupling before merge, avoiding expensive refactors post-release.
Quick Start
Use the architect skill to review the current feature branch diff against your project's architecture constraints and associated feature spec to get a prioritized list of architecture risks and concrete remediation steps.