Generates enterprise architecture dashboard showing ADR counts and statuses, documentation coverage for diagrams and summaries, and Zachman cell coverage. Assesses project architecture health.
How this skill is triggered — by the user, by Claude, or both
Slash command
/enterprise-architecture:ea-dashboardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display architecture metrics and status overview for the current project.
Display architecture metrics and status overview for the current project.
Scan architecture artifacts:
/architecture/adr//architecture/viewpoints/Calculate coverage metrics:
Report status summary:
# Architecture Dashboard
## ADR Status
- Total: X ADRs
- Proposed: X | Accepted: X | Deprecated: X | Superseded: X
- Latest: [ADR title] (date)
## Documentation Coverage
- [x] Context diagram
- [ ] Container diagram
- [ ] Component diagrams
- [x] Executive summary
- [ ] Data architecture
## Zachman Coverage
What How Where Who When Why
Planner [ ] [ ] [ ] [ ] [ ] [ ]
Owner [ ] [ ] [ ] [ ] [ ] [ ]
Designer [ ] [ ] [ ] [ ] [ ] [ ]
Builder [x] [x] [ ] [ ] [ ] [x]
Subcontr [x] [ ] [ ] [ ] [ ] [ ]
User [ ] [ ] [ ] [ ] [ ] [ ]
## Recommendations
- Create container diagram for service overview
- Document data architecture
- Add ADR for [identified decision]
/ea:dashboard
npx claudepluginhub melodic-software/claude-code-plugins --plugin enterprise-architectureGenerates reports on architecture documentation health including ADR counts, reviews, recalibration status, team size, activity levels, and gaps. Use for status queries or health checks.
Generates architecture documents using markdown templates with C4 diagram integration (context, container, component). Creates viewpoint docs, technical overviews, and executive summaries for stakeholders.
Generates ADRs, changelogs, C4/Mermaid architecture diagrams, onboarding docs, stakeholder presentations, and HTML reports for knowledge engineering.