Architecture Review
Comprehensive architecture review with design patterns analysis and improvement recommendations
$ npx claude-code-templates@latest --command="team/architecture-review" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Architecture Review
Perform comprehensive system architecture analysis and improvement planning: $ARGUMENTS
Current Architecture Context
- Project structure: !
find . -name ".js" -o -name ".ts" -o -name ".py" -o -name ".go" | head -5 && echo "..." - Package dependencies: !
[ -f package.json ] && echo "Node.js project" || [ -f requirements.txt ] && echo "Python project" || [ -f go.mod ] && echo "Go project" || echo "Multiple languages" - Testing framework: !
find . -name ".test." -o -name "spec." | head -3 && echo "..." || echo "No test files found" - Documentation: !
find . -name "README" -o -name ".md" | wc -ldocumentation files
Task
Execute comprehensive architectural analysis with actionable improvement recommendations:
Review Scope: Use $ARGUMENTS to focus on specific modules, design patterns, dependency analysis, or security architecture Architecture Analysis Framework:- System Structure Assessment - Map component hierarchy, identify architectural patterns, analyze module boundaries, assess layered design
- Design Pattern Evaluation - Identify implemented patterns, assess pattern consistency, detect anti-patterns, evaluate pattern effectiveness
- Dependency Architecture - Analyze coupling levels, detect circular dependencies, evaluate dependency injection, assess architectural boundaries
- Data Flow Analysis - Trace information flow, evaluate state management, assess data persistence strategies, validate transformation patterns
- Scalability & Performance - Analyze scaling capabilities, evaluate caching strategies, assess bottlenecks, review resource management
- Security Architecture - Review trust boundaries, assess authentication patterns, analyze authorization flows, evaluate data protection
Related Claude Code Commands
Session Learning Capture
Capture and document session learnings with automatic knowledge integration and memory updates
Memory Spring Cleaning
Clean and organize project memory files with implementation synchronization and pattern updates
Estimate Assistant
Generate accurate task estimates using historical data, complexity analysis, and team velocity metrics
Issue Triage
Intelligent issue triage with automatic categorization, prioritization, and team assignment
Dependency Mapper
Map project and task dependencies with critical path analysis and circular dependency detection
Sprint Planning
Plan and organize sprint workflows with Linear integration and capacity analysis
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.