← ClaudeAtlas

architecture-statuslisted

Reports on the health and state of architecture documentation (counts of ADRs, reviews, activity levels, documentation gaps). Use when the user asks "What's our architecture status?", "Show architecture documentation", "How many ADRs do we have?", "What decisions are documented?", "Architecture health check", or wants an overview/summary of documentation state. Do NOT use for listing team members (use list-members), creating new documents (use create-adr), or conducting reviews (use architecture-review or specialist-review).
codenamev/ai-software-architect · ★ 76 · Data & Documents · score 75
Install: claude install-skill codenamev/ai-software-architect
# Architecture Status Provides overview of architecture documentation state. ## Process ### 1. Check Framework Setup If `.architecture/` doesn't exist: ``` The AI Software Architect framework is not set up yet. To get started: "Setup ai-software-architect" Once set up, you'll have: - Architectural Decision Records (ADRs) - Architecture reviews - Specialist reviews - Recalibration tracking ``` ### 2. Gather Information Collect from `.architecture/`: - **ADRs**: Count files in `decisions/adrs/`, note recent ones, check statuses - **Reviews**: Count files in `reviews/`, categorize (version/feature/specialist/initial) - **Recalibration**: Count files in `recalibration/`, check progress docs - **Comparisons**: List files in `comparisons/` - **Team**: Count members in `members.yml` - **Last Activity**: Most recent date from any document ### 3. Generate Status Report ```markdown # Architecture Framework Status **Report Date**: [Date] **Project**: [Project name if known] ## Summary **Health Status**: Excellent | Good | Needs Attention | Inactive **Key Metrics**: - ADRs: [count] - Reviews: [count] - Recalibration Plans: [count] - Team Members: [count] - Last Activity: [Date] ## Architectural Decision Records **Total**: [count] **Recent ADRs**: 1. ADR-[XXX]: [Title] ([Status], [Date]) 2. ADR-[YYY]: [Title] ([Status], [Date]) [List 5-10 most recent] **By Status**: - ✅ Accepted: [count] - 🔄 Proposed: [count] - ⚠️ Deprecated: [count] - 🔀 Superseded: [count] **Coverage**: