Sprint Health
Checks an active sprint against its plan and surfaces early warning signs while there's still time to react.
Before & after
Same prompt, same agent — the only difference is the skill.
You'd need to look at a few things like story point velocity, how many bugs came up, whether the team is blocked, and if the release is at risk. You might check burn-down charts and see if the team is on pace. You could also ask about blockers and team morale. I'd suggest comparing against your baseline velocity and flag if you're significantly behind. Do you have data on what you planned vs what you've completed so far?
SPRINT HEALTH DASHBOARD: Sprint 27 OVERALL HEALTH SCORE: 7/10 (Yellow — at risk) VELOCITY Planned: 42 points | In progress: 39 points | Completed: 18 points (43% of sprint) Trend: -8% below 4-sprint average (46 points); watch Tuesday refresh RISK FLAGS RED: Backend performance issue discovered day 4 → 3-day fix; ripples to 4 frontend stories YELLOW: QA capacity bottleneck; 8 stories waiting sign-off GREEN: No team departures; morale stable BUG RATE Incoming bugs: 6 (critical: 1, high: 3, medium: 2) Ratio vs. story points: 14% — acceptable (baseline 12%) BLOCKERS (3) 1. Design asset feedback loop 48h+ (owns progress on 2 frontend stories) 2. Staging environment flaky; 4-5 deploys per day failing 3. One engineer out sick, backfill in progress RECOMMENDATION Do NOT commit new scope. Pick 3 mid-sprint priorities; defer rest. Tuesday reset meeting with product to re-baseline.
About this skill
name: sprint-health description: Use when Structured Claude skill that gives Claude a repeatable workflow for sprint health.
Sprint Health
One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Sprint Health workflow with its own instructions and validation so outputs stay consistent.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the sprint-health skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Sprint Health; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: sprint-health
description: Use this skill to assess the health of an in-progress sprint, flagging scope creep, stalled tickets, and blockers before they threaten the deadline.
version: 1.0.0
category: AI Agents / Development
author: AgentVolt
license: proprietary
tags:
- ai-agents
- development
---
# Sprint Health
Checks an active sprint against its plan and surfaces early warning signs while there's still time to react.
## When to use
… (sign up to view the full skill)More ai & agents skills
View all AI & Agents skills →Skill Status Report
Scan every skill in a project and report which pass validation, which are stale, and which lack required metadata.
Skills Scaffolder
Scaffold a new skills directory — folder structure, metadata, a baseline validation pass — with the right conventions from day one.
Research Bundle
Run a multi-step research task as one pipeline: gather sources, extract findings, validate consistency, emit one structured bundle.
Workspace Admin
Administer a Cowork or Claude workspace — settings, access, configuration — with every change scoped and verified.