Generates reports on architecture documentation health including ADR counts, reviews, recalibration status, team size, activity levels, and gaps. Use for status queries or health checks.
npx claudepluginhub codenamev/ai-software-architect --plugin ai-software-architectThis skill is limited to using the following tools:
Provides overview of architecture documentation state.
Generates enterprise architecture dashboard showing ADR counts and statuses, documentation coverage for diagrams and summaries, and Zachman cell coverage. Assesses project architecture health.
Orchestrates parallel reviews from all architecture specialist subagents, aggregates into consolidated report for full multi-perspective assessments.
Review documentation health. Default: compact dashboard (counts, status breakdown, relations, orphans). With --deep: full audit with coverage gaps, staleness, relation health, and prioritized recommendations. Activate when user asks 'show status', 'how many docs', 'dashboard', 'review the docs', 'audit the knowledge base', 'documentation gaps'. For code-drift detection use /archcore:actualize.
Share bugs, ideas, or general feedback.
Provides overview of architecture documentation state.
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
Collect from .architecture/:
decisions/adrs/, note recent ones, check statusesreviews/, categorize (version/feature/specialist/initial)recalibration/, check progress docscomparisons/members.yml# 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**: [Main areas covered: Data, Security, Infrastructure, etc.]
## Architecture Reviews
**Total**: [count]
**Version Reviews**: [List with dates]
**Feature Reviews**: [List with dates]
**Specialist Reviews**: [List with dates]
**Most Recent**: [Title] ([Date])
## Recalibration
**Total Documents**: [count]
**Active**:
1. [Target]: [Status], [Completion %]
**Status**:
- โ
Completed: [count]
- ๐ In Progress: [count]
- ๐ Planned: [count]
## Architecture Team
**Total Members**: [count]
**Team**: [List member titles]
**Coverage**: Security ([count]), Performance ([count]), System Design ([count]), etc.
**View full roster**: "List architecture members"
## Activity
**Recent**:
- [Date]: Created ADR-XXX: [Title]
- [Date]: Completed review for [target]
- [Date]: [Activity]
**Level**: High | Medium | Low | Inactive
## Documentation Health
**Completeness**: [X%]
**Strengths**:
- โ
[What's well documented]
**Gaps**:
- โ ๏ธ [What needs attention]
**Recommendations**:
1. [Recommendation 1]
2. [Recommendation 2]
## Quick Actions
**Create**:
- "Create ADR for [decision]"
- "Start architecture review for [version/feature]"
- "Ask [specialist] to review [target]"
**View**:
- "List architecture members"
- [Specific docs to review based on status]
**Update**:
- [Actions based on current state]
---
Health indicators:
Based on status:
If well-maintained:
โ
Excellent documentation discipline!
Keep momentum:
- Continue documenting decisions
- Regular reviews (quarterly/before releases)
- Track recalibration progress
If partially used:
โ ๏ธ Good foundations, room for improvement.
Suggestions:
- Document 3-5 key decisions as ADRs
- Schedule architecture review
- Address review findings
If minimal usage:
โ Framework underutilized.
Get started:
1. Document your most important decisions as ADRs
2. Conduct initial architecture review
3. Make documentation a regular habit
Always end with:
Volume: Total ADRs, reviews, recalibration docs, team members Activity: Last update, docs per month, active vs completed Coverage: Decision areas, review types, specialist expertise Health: Documentation completeness, review frequency, progress tracking
.architecture/: Offer setupBased on Status Results:
If Documentation Gaps Found:
If Status is Good:
Regular Workflow:
Workflow Examples: