Agent skill · Data & Analytics

scrum-master

Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives, standup facilitation, backlog grooming, story points, burndown charts, blocker resolution, or agile team health. Runs Python scripts to analyse sprint JSON exports from Jira or similar tools: velocity_analyzer.py for Monte Carlo sprint forecasting, sprint_health_scorer.py for multi-dimension health scoring, and retrospective_analyzer.py for action-item and theme tracking. Produces confidence-interval forecasts, health grade reports, and

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill scrum-master --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 9 KB
Bundled scripts: yes
Version: 2.0.0
Declared author: Alireza Rezvani
Path: project-management/skills/scrum-master/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scrum Master Expert Data-driven Scrum Master skill combining sprint analytics, probabilistic forecasting, and team development coaching. The unique value is in the three Python analysis scripts and their workflows — refer to `references/` and `assets/` for deeper framework detail. --- ## Table of Contents - [Analysis Tools & Usage](#analysis-tools-usage) - [Input Requirements](#input-requirements) - [Sprint Execution Workflows](#sprint-execution-workflows) - [Team Development Workflow](#team-development-workflow) - [Key Metrics & Targets](#key-metrics-targets) - [Limitations](#limitations) --- ## Analysis Tools & Usage ### 1. Velocity Analyzer (`scripts/velocity_analyzer.py`) Runs rolling averages, linear-regression trend detection, and Monte Carlo simulation over sprint history. ```bash # Text report python velocity_analyzer.py sprint_data.json --format text # JSON output for downstream processing python velocity_analyzer.py sprint_data.json --format json > analysis.json ``` **Outputs**: velocity trend (improving/stable/declining), coefficient of variation, 6-sprint Monte Carlo forecast at 50 / 70 / 85 / 95% confidence intervals, anomaly flags with root-cause suggestions. **Vali

What's inside
Steps it walks through
  1. Table of Contents
  2. Analysis Tools & Usage
  3. 1. Velocity Analyzer (scripts/velocityanalyzer.py)
  4. 2. Sprint Health Scorer (scripts/sprinthealthscorer.py)
  5. 3. Retrospective Analyzer (scripts/retrospectiveanalyzer.py)
  6. Input Requirements
  7. Sprint Execution Workflows
  8. Sprint Planning
  9. Daily Standup
  10. Sprint Review
  11. Sprint Retrospective
  12. Team Development Workflow
  13. Assessment
  14. Intervention
Ships with 11 files
  • assets/expected_output.json
  • assets/expected_velocity_output.json
  • assets/sample_sprint_data.json
  • assets/sprint_report_template.md
  • assets/team_health_check_template.md
  • references/retro-formats.md
  • references/team-dynamics-framework.md
  • references/velocity-forecasting-guide.md
  • scripts/retrospective_analyzer.py
  • scripts/sprint_health_scorer.py
  • scripts/velocity_analyzer.py
Commands it runs
Text report
python velocity_analyzer.py sprint_data.json --format text
JSON output for downstream processing
python velocity_analyzer.py sprint_data.json --format json > analysis.json
python sprint_health_scorer.py sprint_data.json --format text
python retrospective_analyzer.py sprint_data.json --format text
python sprint_health_scorer.py sprint_data.json --format text > health.txt
python retrospective_analyzer.py sprint_data.json --format text > retro.txt
python sprint_health_scorer.py team_data.json > health_assessment.txt
python retrospective_analyzer.py team_data.json > retro_insights.txt
More from claude-skills
All skills →
About this skill
What does the scrum-master skill do?

Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives, standup facilitation, backlog grooming, story points, burndown charts, blocker resolution, or agile team health. Runs Python scripts to analyse sprint JSON exports from Jira or similar tools: velocity_analyzer.py for Monte Carlo sprint forecasting, sprint_health_scorer.py for multi-dimension health scoring, and retrospective_analyzer.py for action-item and theme tracking. Produces confidence-interval forecasts, health grade reports, and

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill scrum-master --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going