Skip to main content
Code Guide
Agent Recommended

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

  1. Open the template on GitHub and copy its content: agents/architecture-reviewer.md
  2. Place the file inside .claude/agents/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates