create-architecture-documentation

Create Architecture Documentation

Content Preview
# Create Architecture Documentation

Generate comprehensive architecture documentation

## Instructions

1. **Architecture Analysis and Discovery**
   - Analyze current system architecture and component relationships
   - Identify key architectural patterns and design decisions
   - Document system boundaries, interfaces, and dependencies
   - Assess data flow and communication patterns
   - Identify architectural debt and improvement opportunities

2. **Architecture Documentation Framework**
  
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/create-architecture-documentation.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/docs/create-architecture-documentation.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/docs/create-architecture-documentation.md

Related Skills