A Claude Code plugin for structured design and review sessions.
Produces design documents and architecture reviews through a disciplined protocol — scope lock, checkpoint gates, and completion verification. No code output unless explicitly requested.
| Skill | Command | Purpose |
|---|---|---|
| Design | /architect:design |
Create design documents with options analysis and recommendations |
| Review | /architect:review |
Produce structured review documents with findings and action items |
Both skills follow a shared protocol:
- Scope Lock — define topic, boundary, exclusions, and output format before starting
- Explore & Summarize — investigate the codebase via subagents, present concise summaries
- Checkpoint Gates — after each section, confirm decisions and resolve open items
- Completion Gate — verify delta tables, E2E walkthroughs, producer-consumer chains, and impact scope
/plugin marketplace add yoonjong12/architect
/plugin install architect@architect
/architect:design authentication middleware
/architect:review current caching strategy
MIT