architecture-reviewer.md
Architecture & design review: read-only, Opus, never modifies code
When to use this
- Before merging large refactors that touch system boundaries or module contracts
- When you want an independent architectural critique separate from code correctness review
- When evaluating whether a new abstraction introduces coupling or violates SOLID
How to use
-
Open the template on GitHub and copy its content:
agents/architecture-reviewer.md -
Place the file inside
.claude/agents/in your project (or globally in~/.claude/to share across all projects). - Edit the Markdown content to match your project conventions, team constraints, and specific context.