Analyze and coach agile teams
scrum-masterskillsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Analyze sprint velocity, team health, and retrospective themes with Monte Carlo forecasting
Best for
When forecasting sprint capacity with confidence intervals or diagnosing team health across 6 weighted dimensions.
Inputs
- · sprint JSON exports (planned/completed points, blockers, ceremonies)
- · 3+ sprints for velocity analysis
Outputs
- · velocity trend + 50/70/85/95% confidence intervals
- · health score (0-100)
- · action-item completion rate
Requires
- · Python 3.6+
- · velocity_analyzer.py
- · sprint_health_scorer.py
- · retrospective_analyzer.py
Preconditions
6+ sprints ideal (3 min); ceremony data; story completion tracking
Failure modes
- · Insufficient sprint history
- · missing ceremony/blocker data
- · high volatility (CV >20%)
Trust signals
- · Monte Carlo simulation
- · 6-dimension health matrix
- · MIT license
- · Alireza Rezvani author