From claude-code-toolkit
Conducts a structured design review of a module, feature, or system component, evaluating architecture, dependencies, and anti-patterns. Produces a scored report with actionable recommendations and a Mermaid diagram.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-toolkit:design-reviewarchitecture/The summary Claude sees in its command listing — used to decide when to auto-load this command
Conduct a structured design review of a module, feature, or system component. ## Steps 1. Identify the scope of review from the argument (module path, feature name, or PR number). 2. Map the component boundaries: - Entry points (APIs, event handlers, CLI commands). - Internal modules and their responsibilities. - External dependencies and integration points. - Data flow from input to output. 3. Evaluate against design principles: - **Single Responsibility**: Does each module have one clear purpose? - **Dependency Direction**: Do dependencies flow inward (clean architectu...
Conduct a structured design review of a module, feature, or system component.
## Design Review: <Component Name>
### Architecture Score: <1-5>/5
### Strengths
- What is well designed
### Concerns
- CRITICAL: Issues that need immediate attention
- WARNING: Issues to address before next milestone
### Recommendations
1. Specific actionable improvement
2. Specific actionable improvement
### Diagram
<Mermaid diagram of current architecture>
npx claudepluginhub oxgeneral/awesome-claude-code-toolkit7plugins reuse this command
First indexed Feb 7, 2026
Showing the 6 earliest of 7 plugins
/design-reviewConducts a structured design review of a module, feature, or system component, evaluating architecture, dependencies, and anti-patterns. Produces a scored report with actionable recommendations and a Mermaid diagram.
/architecture-reviewReviews system architecture across 12 dimensions including patterns, dependencies, data flow, scalability, security, and testing. Generates a structured report.
/review-architecturePerforms architecture review on specified scope or path, evaluating patterns, SOLID principles, scalability, security, technical debt, and API design.
/architecture_reviewConducts principal architecture review of features and code paths, producing a report with actionable findings on debt, abstractions, performance, and complexity.
/clockworkReviews OOP architecture, layered design, system structure, SOLID principles, and dependency flow in the current codebase.
/arch-reviewAnalyzes project architecture optionally scoped to paths, changes, or PRs, identifies issues, and generates a markdown improvement plan in /reports.