architecture-review

Review and improve system architecture

Content Preview
# Architecture Review Command

Review and improve system architecture

## Instructions

Perform a comprehensive architectural analysis following these steps:

1. **High-Level Architecture Analysis**
   - Map out the overall system architecture and components
   - Identify architectural patterns in use (MVC, MVP, Clean Architecture, etc.)
   - Review module boundaries and separation of concerns
   - Analyze the application's layered structure

2. **Design Patterns Assessment**
   - Identify desig
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/architecture-review.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/architecture-review.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/architecture-review.md

Related Skills