| model | opus |
| name | my-arch-review |
| description | Architecture review of a PR, document, or code area for boundaries, coupling, cohesion, dependency direction, and maintainability. |
Architecture Review
Evaluate whether the design fits existing system boundaries and creates maintainable precedent.
Load Rules
Read ~/.claude/rules/review-finding-format.md, ~/.claude/rules/question-policy.md, and ~/.claude/rules/model-escalation.md when available. Use ~/.agents/rules/ under Codex. For full checklist, read references/protocol-index.md.
Flow
- Determine architecture surface from diff, PR, spec, plan, or path.
- Read current patterns and neighboring implementations.
- Check dependency direction, ownership boundaries, abstraction fit, coupling, cohesion, extension path, and migration/rollback story.
- Distinguish deliberate tradeoffs from accidental complexity.
- Produce only findings with meaningful future maintenance or correctness impact.
Output
Return architectural risks, why they matter, evidence, and recommended design adjustment.