Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health <analyze|velocity> [options]
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 84% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 320% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -39% | 0% |
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
/sprint-health analyze <sprint_data.json> Full sprint health score
/sprint-health velocity <sprint_data.json> Velocity trend analysisjson{ "sprint_name": "Sprint 24", "committed_points": 34, "completed_points": 29, "stories": {"total": 12, "completed": 10, "carried_over": 2}, "blockers": [{"description": "API dependency", "days_blocked": 3}], "ceremonies": {"planning": true, "daily": true, "review": true, "retro": true} }
/sprint-health analyze sprint-24.json
/sprint-health velocity last-6-sprints.json
/sprint-health analyze sprint-24.json --format jsonproject-management/skills/scrum-master/scripts/sprint_health_scorer.py — Sprint health scorer (<data_file> [--format text|json])project-management/skills/scrum-master/scripts/velocity_analyzer.py — Velocity analyzer (<data_file> [--format text|json])> project-management/skills/scrum-master/SKILL.md
Other measured skills in the registry, with their headline benchmark lift.