Sprint health
Skill srg-sphynx/MDForge/Sources/MDForge/Resources/SkillLibrary/Development/sprint-health
Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health <analyze|velocity> [options]From its SKILL.md
npx -y skills add srg-sphynx/MDForge --skill sprint-healthAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 297 tokens by cl100k_base, as published. Nobody here has run it
/sprint-health
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
Usage
/sprint-health analyze <sprint_data.json> Full sprint health score
/sprint-health velocity <sprint_data.json> Velocity trend analysis
Input Format
{
"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}
}
Examples
/sprint-health analyze sprint-24.json
/sprint-health velocity last-6-sprints.json
/sprint-health analyze sprint-24.json --format json
Scripts
project-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])
Skill Reference
project-management/skills/scrum-master/SKILL.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.