Claude Code CommandTeam342 installs

Architecture Review

Comprehensive architecture review with design patterns analysis and improvement recommendations

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="team/architecture-review" --yes

Requires 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 -l documentation 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

Advanced Analysis: Component testability, configuration management, error handling patterns, monitoring integration, extensibility assessment. Quality Assessment: Code organization, documentation adequacy, team communication patterns, technical debt evaluation. Output: Detailed architecture assessment with specific improvement recommendations, refactoring strategies, and implementation roadmap.
Type
Command
Category
Team
Installs
342
Source
GitHub ↗

Related Claude Code Commands

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.