Files
2026-06-06 10:40:48 +08:00

54 lines
1.3 KiB
Plaintext

# Executive Dashboard — YYYY-MM-DD
<!-- Canonical Reference: PORTFOLIO.md §12 -->
## Portfolio Health: XX → <Rating>
## Top Projects
| Rank | Project | Health | Priority | Progress | Trend |
|------|---------|--------|----------|----------|-------|
| 1 | Alpha | 92 | P0 | 85% | ↑ |
| 2 | Beta | 45 | P1 | 30% | ↓ |
## Top Risks
| # | Risk | Project | Mitigation | Severity |
|---|------|---------|-----------|----------|
| 1 | API dependency timeout | Beta | Switch to cached fallback | HIGH |
| 2 | Resource contention | Delta | Pause P3 projects | MEDIUM |
## Top Opportunities
| # | Opportunity | Expected ROI | Effort |
|---|-------------|-------------|--------|
| 1 | Extract shared Auth module | 40h saved across 3 projects | 8h |
| 2 | Reuse GraphQL schema from Gamma | 15h saved | 3h |
## Agent Utilization
| Metric | Value |
|--------|-------|
| Rating | <Optimal / Good / Acceptable / Waste> |
| Busy | N |
| Idle | N |
| Blocked | N |
| Recovery | N |
## Learning Reuse
| Pattern | Reuse Count | Saved Effort |
|---------|-------------|-------------|
| Auth Module | 3 projects | ~40h |
| SQLite FK pattern | 2 projects | ~6h |
## Quick Actions
- [ ] Pause Delta (P3, blocked > 48h)
- [ ] Extract Auth shared package from Alpha and Gamma
- [ ] Review Beta recovery plan
---
Generated: YYYY-MM-DDTHH:mm:ss+08:00