scrum-master

Manages Scrum backlogs, sprints, and impediments using live board data.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hoonsubin/scrum-master-mcp-server --skill scrum-master-hoonsubin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scrum-master
Source: https://github.com/hoonsubin/scrum-master-mcp-server/tree/main/.roo/skills/scrum-master
Command: npx skills add https://github.com/hoonsubin/scrum-master-mcp-server --skill scrum-master-hoonsubin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Managing a Scrum backlog by hand means constantly checking item quality, tracking deadlines, chasing impediments, and deciding what to work on next. This Skill acts as a Scrum Master assistant that grounds every answer in live board data instead of guesses, enforcing Definition of Ready/Done gates and keeping the backlog healthy. ## Core Features & Use Cases - Backlog Health & Grooming: Scans items for DoR gaps, staleness, type mismatches, and oversized stories, then produces a readiness report with triage options. - Sprint & Ceremony Support: Handles pre/post-ceremony backlog transitions for Sprint Planning, Review, Retrospective, and Refinement, including carry-over handling and sprint risk counts. - Impediment Lifecycle & Recommendations: Logs, escalates, and resolves blockers with an age-based escalation protocol, and recommends the next ticket using weighted scoring (deadlines, dependencies, sprint goal alignment). - Use Case: Ask "what should I work on next?" and receive a ranked recommendation grounded in actual board state, or run a backlog health check before Sprint Planning to surface every item missing acceptance criteria or estimates. ## Quick Start Ask the assistant to run a backlog health check on the current project board and list which items are not ready for sprint planning.

Frequently Asked Questions about scrum-master

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

FAQPage Schema
How do I check if my backlog is ready for sprint planning?▼

Request a backlog health check or DoR audit. The skill loads open backlog items, checks each for acceptance criteria, estimates, and type alignment, then produces a gap table and readiness report listing which items are sprint-ready.

How does the skill decide what ticket to work on next?▼

It applies a weighted scoring model covering deadline proximity, dependency blocking, epic progress, sprint goal alignment, and story-point completability. It returns one to three recommendations, each with a stated rationale grounded in current board data.

Can the skill create backlog items automatically?▼

Yes, but only through a gated workflow: duplicate scan, content drafting with AC quality checks, explicit human confirmation of story points, priority, epic, sprint, and labels, then creation with an audit comment. A lighter quick-capture gate exists for rapid drafts.

Does the skill work with platforms other than GitHub Projects?▼

The skill speaks in Scrum vocabulary and never exposes platform identifiers, so it is backend-agnostic by design. The underlying MCP server currently targets GitHub Projects, with other backends requiring only implementation swaps behind the tools.

What are the limitations of the scrum master skill?▼

It never writes implementation code, never sets story points or priority without human confirmation, never delivers tickets, and does not facilitate ceremonies. It handles only the backlog operations ceremonies produce and hands implementation off with a brief.