What problem does it solve?
Provides a data-driven Scrum Master workflow that translates sprint exports into actionable forecasts, health grades, and retrospective coaching guidance so teams can plan reliably and resolve blockers before they derail cadence.
Core Features & Use Cases
- Monte Carlo velocity forecasting with
scripts/velocity_analyzer.py surfaces confidence intervals for sprint commitments while highlighting volatility and anomalies to share with stakeholders.
- Sprint health scoring via
scripts/sprint_health_scorer.py aggregates commitment reliability, scope stability, blocker resolution, ceremony engagement, story completion, and predictability into a single grade, referencing assets/sample_sprint_data.json and templates for reporting.
- Retrospective intelligence using
scripts/retrospective_analyzer.py tracks action-item completion, recurring themes, and team maturity, supported by framework references (references/team-dynamics-framework.md) and facilitation formats (references/retro-formats.md).
Quick Start
Request sprint health coaching by sharing sprint_data.json and asking for velocity forecasts, health grades, and retrospective action insights.