scrum_master

Generates sprint planning, burndown, velocity, and retrospective reports from Linear, Jira, GitHub, and Azure DevOps exports.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jvsandhu/agentic-skills --skill scrum-master-jvsandhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum_master
Source: https://github.com/jvsandhu/agentic-skills/tree/main/skills/scrum_master
Command: npx skills add https://github.com/jvsandhu/agentic-skills --skill scrum-master-jvsandhu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Scrum Masters and engineering leads spend hours manually compiling sprint metrics, tracking burndown progress, and preparing standup summaries from scattered tool data. This Skill automates sprint analytics by parsing exports from Linear, Jira, GitHub Projects, or Azure DevOps and producing token-efficient reports for planning, standups, reviews, and retrospectives. ## Core Features & Use Cases - Sprint Analytics: Calculates velocity trends, burndown forecasts, capacity plans, priority scores, and a 0-100 sprint health score from structured sprint data. - Multi-Tool Input: Accepts JSON, CSV, and YAML exports with adapters for Linear, Jira, GitHub Projects, and Azure DevOps field mappings. - Context-Aware Output: Detects Claude AI Desktop vs Claude Code and formats reports accordingly, with optional Slack or MS Teams webhook notifications. - Use Case: Export your current sprint from Jira as JSON, then ask for a mid-sprint health check to get velocity status, blocked-item alerts, and prioritized recommendations in under 500 tokens. ## Quick Start Attach your Linear or Jira sprint export and ask the agent to generate a daily standup summary for your current sprint.

Frequently Asked Questions about scrum_master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sprint burndown report from Jira data?

Export your Jira sprint via the REST API or CSV export, then provide it as input with the sprint name, dates, and team capacity. The skill parses the data and produces a burndown analysis with a predictive completion date based on linear regression.

What tools does this Scrum Master skill integrate with?

It supports Linear, Jira, GitHub Projects, and Azure DevOps through file exports in JSON, CSV, or YAML. It does not connect to tool APIs directly; you must export sprint data manually and provide it as input.

How is the sprint health score calculated?

The health score combines velocity versus commitment (40%), burndown versus ideal (30%), blocked item count and duration (20%), and optional team morale (10%). Scores range 0-100, with 90+ rated Excellent and below 50 rated At Risk.

Can I send sprint summaries to Slack or Microsoft Teams?

Yes, notifications are optional and disabled by default. Configure a Slack incoming webhook or Teams connector webhook URL in config.yaml or via environment variables, then request notification delivery with your report.

When should I not use this Scrum sprint skill?

Avoid it for Kanban or continuous-flow workflows, non-software projects, solo developers, and ad-hoc work without structured sprints. It requires pointed stories and at least three sprints of history for velocity trends.