From scrum-master
This skill should be used when the user asks to "run sprint planning", "facilitate standup", "run retrospective", "sprint review", "sprint demo", "facilitate an event", "plan a sprint", "daily scrum format", "retro template", "standup format", "sprint review agenda", "stakeholder feedback session", "capacity planning", "estimation workshop", "planning poker", "retro facilitation", "inspect increment", "time-box scrum events", or needs guidance on facilitating any scrum event, choosing event formats, creating event templates, or structuring facilitation scripts.
npx claudepluginhub shinhf/skills-ide-resources --plugin scrum-masterThis skill uses the workspace's default tool permissions.
Guide the facilitation of the four formal Scrum events -- Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective -- each held within the Sprint container. Each event serves a specific inspect-and-adapt purpose. Choosing the right format and facilitation approach depends on team maturity, Sprint length, and the specific challenges the team faces.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Reviews prose for communication issues impeding comprehension, outputs minimal fixes in a three-column table per Microsoft Writing Style Guide. Useful for 'review prose' or 'improve prose' requests.
Guide the facilitation of the four formal Scrum events -- Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective -- each held within the Sprint container. Each event serves a specific inspect-and-adapt purpose. Choosing the right format and facilitation approach depends on team maturity, Sprint length, and the specific challenges the team faces.
The Sprint is a fixed-length container (1-4 weeks, consistent) that holds all other events and produces a Done Increment. Within each Sprint, four time-boxed events occur:
| Event | Time-box (4-week Sprint) | Key Output | Participants |
|---|---|---|---|
| Sprint Planning | 8 hours max | Sprint Goal + Sprint Backlog | Entire Scrum Team |
| Daily Scrum | 15 minutes | Updated plan for the day | Developers |
| Sprint Review | 4 hours max | Updated Product Backlog | Scrum Team + Stakeholders |
| Sprint Retrospective | 3 hours max | Improvement action items | Entire Scrum Team |
Scale time-boxes proportionally for shorter Sprints (e.g., 2-week Sprint = half the listed time-box).
Sprint Planning answers three questions:
For detailed planning facilitation including estimation techniques and capacity planning formulas, consult references/planning-guide.md.
A 15-minute planning event for Developers to inspect progress toward the Sprint Goal and adapt the Sprint Backlog for the upcoming day. Not a status report.
Walk the Board -- Review the Sprint board from right to left (closest to Done first). Discuss each in-progress item: what is needed to move it forward? Advantages: focuses on finishing over starting.
Round Robin -- Each Developer shares: what they did, what they plan to do, any blockers. Simple but can degrade into status reporting.
Focus Question -- Single question: "What needs to happen today to stay on track for the Sprint Goal?" Free-form discussion follows. Best for mature teams.
For detailed standup formats, anti-patterns, and async standup templates, consult references/standup-guide.md.
Inspect the Increment and adapt the Product Backlog based on stakeholder feedback. The Sprint Review is a working session, not a presentation.
For detailed Sprint Review facilitation including stakeholder engagement strategies, demo preparation, and common anti-patterns, consult references/sprint-review-guide.md.
Inspect the Sprint with respect to people, relationships, process, and tools. Create an actionable improvement plan.
| Format | Best For | Structure |
|---|---|---|
| Start/Stop/Continue | General-purpose, quick | Three columns: what to start, stop, continue |
| 4Ls | Balanced emotional/analytical | Liked, Learned, Lacked, Longed For |
| Mad/Sad/Glad | Emotional check-in | How did the Sprint make you feel? |
| Sailboat | Forward-looking planning | Wind (helps), Anchor (slows), Rocks (risks), Island (goal) |
| Timeline | Incident or event-heavy Sprints | Chronological walk-through of the Sprint |
| Starfish | Nuanced feedback | More of, Less of, Keep, Start, Stop |
For detailed retro format templates with step-by-step facilitation instructions, consult references/retro-formats.md.
When recommending an event format, consider:
Open these reference files when deeper facilitation detail is needed:
references/planning-guide.md -- Full planning facilitation script with estimation techniques and capacity planningreferences/standup-guide.md -- Standup formats, anti-patterns, and async standup templatesreferences/sprint-review-guide.md -- Sprint Review facilitation, stakeholder engagement, demo preparation, and anti-patternsreferences/retro-formats.md -- Complete retro format templates with step-by-step facilitation instructions