Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements.
Scanned 5/27/2026
Install via CLI
openskills install ea-toolkit/architecture-catalog---
name: dashboard
description: Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements.
allowed-tools: Bash, Read
model: haiku
---
# Generate Architecture Dashboard
Generate the HTML dashboard and summarize key metrics.
## Workflow
1. Run: `python scripts/generate_dashboard.py`
2. Confirm dashboard was generated at `dashboard.html`
3. Summarize key metrics from the dashboard
## Response Format
```
**Dashboard Generated:** dashboard.html
**Summary:**
| Domain | Maturity | Elements |
|--------|----------|----------|
| customer-management | X/5 | X |
| ... | ... | ... |
**Layer Distribution:**
| Layer | Count |
|-------|-------|
| Application | X |
| Technology | X |
| Business | X |
| ... | ... |
**Health Indicators:**
- Validation errors: X
- Orphan elements: X
Open dashboard.html in a browser to view the full interactive report.
```
## Notes
- The dashboard provides a visual overview of model health
- Maturity is based on required views per domain (application-landscape, technology-landscape, data-model)
- Suggest opening in browser for full experienceNo comments yet. Be the first to comment!
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...