| name | review-architecture |
| argument-hint | domain_name or all |
| description | Audit architecture compliance for a domain.
Use when the user asks to "review architecture", "compliance audit",
or wants to check if a domain follows project architecture rules.
|
Architecture Compliance Audit
Target: $ARGUMENTS (domain name or "all")
Default Flow Position
- Step:
self-review (architecture commitments)
- Routes after: completion gate (
/sync-guidelines if drift; otherwise /review-pr)
- Recursion guard: do not invoke
/review-architecture recursively, do not invoke /plan-feature from inside
Procedure Overview
- Resolve the audit target and load the shared rule sources (Phase 0)
- Audit the target against the 10 architecture checklist categories (Phase 1)
- Determine
Drift Candidates and whether Sync Required is true or false (Phase 2)
- Report using the protocol output contract —
Findings (open) + Coverage (OK/SKIP) + Verdict: N/A (audit-only scope) (Phase 3)
Read docs/ai/shared/skills/review-architecture.md for detailed steps, and
docs/ai/shared/review-protocol.md for the shared
output contract (this skill applies the ARCH dimension in depth).
Also refer to docs/ai/shared/architecture-review-checklist.md for the full checklist.
For cross-tool review prompts, use the shared procedure's
Cross-Tool Review Prompt Template section; do not duplicate the template here.