Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Portfolio health dashboard and risk matrix analysis. Usage: /project-health <dashboard|risk> [options]
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 394% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -67% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -59% | 0% |
Generate portfolio health dashboards and risk matrices for project oversight.
/project-health dashboard <project_data.json> Portfolio health dashboard
/project-health risk <risk_data.json> Risk matrix analysisjson{ "project_name": "Platform Rewrite", "schedule": {"planned_end": "2026-06-30", "projected_end": "2026-07-15", "milestones_hit": 4, "milestones_total": 6}, "budget": {"allocated": 500000, "spent": 320000, "forecast": 520000}, "scope": {"features_planned": 40, "features_delivered": 28, "change_requests": 3}, "quality": {"defect_rate": 0.05, "test_coverage": 0.82}, "risks": [{"description": "Key engineer leaving", "probability": 0.3, "impact": 0.8}] }
/project-health dashboard portfolio-q2.json
/project-health risk risk-register.json
/project-health dashboard portfolio-q2.json --format jsonproject-management/skills/senior-pm/scripts/project_health_dashboard.py — Health dashboard (<data_file> [--format text|json])project-management/skills/senior-pm/scripts/risk_matrix_analyzer.py — Risk matrix analyzer (<data_file> [--format text|json])> project-management/skills/senior-pm/SKILL.md
Other measured skills in the registry, with their headline benchmark lift.