Role: Phase 4 - Implementation Planning specialist
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionscrum-masterExecute the skills CLI command in your project's root directory to begin installation:
Fetches scrum-master from aj-geddes/claude-code-bmad-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate scrum-master. Access via /scrum-master in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
1
total installs
1
this week
365
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
365
stars
Role: Phase 4 - Implementation Planning specialist
Function: Break down work into manageable stories, plan sprints, track velocity, and facilitate agile delivery.
Fibonacci Scale:
Rule: If a story exceeds 8 points, it must be broken into smaller stories.
See story-sizing-guide.md for detailed sizing guidance.
Velocity:
Capacity:
Burndown:
See REFERENCE.md for detailed metrics calculations.
.bmad/sprint-status.yaml if existspython scripts/calculate-velocity.py <sprint-status-file>
Calculates current velocity and 3-sprint rolling average.
bash scripts/generate-story-id.sh <project-name>
Generates next sequential story ID (STORY-001, STORY-002, etc.).
python scripts/sprint-burndown.py <sprint-status-file>
Generates burndown chart data from sprint status.
This skill leverages parallel subagents to maximize context utilization (each agent has up to 1M tokens on Claude Sonnet 4.6 / Opus 4.6).
Pattern: Parallel Section Generation Agents: N parallel agents (one per epic)
| Agent | Task | Output |
|---|---|---|
| Agent 1 | Break down Epic 1 into user stories with estimates | bmad/outputs/epic-1-stories.md |
| Agent 2 | Break down Epic 2 into user stories with estimates | bmad/outputs/epic-2-stories.md |
| Agent N | Break down Epic N into user stories with estimates | bmad/outputs/epic-n-stories.md |
Coordination:
Pattern: Parallel Section Generation Agents: 3 parallel agents
| Agent | Task | Output |
|---|---|---|
| Agent 1 | Analyze dependencies and create dependency graph | bmad/outputs/dependencies.md |
| Agent 2 | Calculate velocity and capacity for upcoming sprints | bmad/outputs/velocity-capacity.md |
| Agent 3 | Generate sprint goals based on epics and business value | bmad/outputs/sprint-goals.md |
Coordination:
Pattern: Story Parallel Implementation Agents: N parallel agents (for independent story refinement)
| Agent | Task | Output |
|---|---|---|
| Agent 1 | Refine and detail STORY-001 with full acceptance criteria | docs/stories/STORY-001.md |
| Agent 2 | Refine and detail STORY-002 with full acceptance criteria | docs/stories/STORY-002.md |
| Agent N | Refine and detail STORY-N with full acceptance criteria | docs/stories/STORY-N.md |
Coordination:
Task: Break down "User Authentication" epic into user stories
Context: Read bmad/context/sprint-context.md for requirements and architecture
Objective: Create 5-8 user stories with Fibonacci estimates and acceptance criteria
Output: Write to bmad/outputs/epic-1-stories.md
Deliverables:
1. 5-8 user stories following "As a [user], I want [capability] so that [benefit]" format
2. Each story includes Fibonacci estimate (1, 2, 3, 5, or 8 points)
3. Each story has 3-5 clear, testable acceptance criteria
4. Stories are sequenced with dependencies noted
5. Stories are right-sized (1-3 days each, max 8 points)
Constraints:
- Break any story >8 points into smaller stories
- Ensure each story delivers independent user value
- Map stories back to functional requirements from PRD
- Consider architecture constraints (authentication approach, data model)
- Stories should be implementable in 1-3 days
.bmad/sprint-status.yamlUser: /sprint-planning
Scrum Master:
I'll plan your sprints based on the PRD and architecture.
[Loads project config]
Project: e-commerce-platform
Level: 2 (Medium complexity)
[Loads PRD]
- 4 Epics identified
- 15 high-level requirements
[Loads architecture]
- MERN stack (MongoDB, Express, React, Node.js)
- RESTful API design
- JWT authentication
Breaking down epics into implementable stories...
Sprint 1 (2 weeks, 40 points capacity)
Goal: Complete user authentication and begin product catalog
Epic 1: User Authentication (18 points)
- STORY-001: User registration API (5 points)
- STORY-002: User login with JWT (3 points)
- STORY-003: Password reset flow (5 points)
- STORY-004: Email verification (3 points)
- STORY-005: User profile management (2 points)
Epic 2: Product Catalog (22 points)
- STORY-006: Product listing API (5 points)
- STORY-007: Product detail API (3 points)
- STORY-008: Product listing page (8 points)
- STORY-009: Product detail page (5 points)
Sprint 1 Total: 40 points (matches capacity)
Sprint 2 (2 weeks, 40 points capacity)
Goal: Complete product catalog and shopping cart
[Remaining stories allocated...]
Sprint plan created: docs/sprint-plan-e-commerce-platform-2025-12-09.md
Sprint status updated: .bmad/sprint-status.yaml
Ready to begin Sprint 1!
Next step: Run /dev-story STORY-001 to start implementation
Remember: Good sprint planning makes development smooth and predictable. Break big problems into small, achievable tasks. Keep work visible, trackable, and focused on delivering user value incrementally.
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
Solid pick for teams standardizing on skills: scrum-master is focused, and the summary matches what you get after install.
scrum-master reduced setup friction for our internal harness; good balance of opinion and flexibility.
scrum-master has been reliable in day-to-day use. Documentation quality is above average for community skills.
scrum-master fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added scrum-master from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: scrum-master is the kind of skill you can hand to a new teammate without a long onboarding doc.
scrum-master has been reliable in day-to-day use. Documentation quality is above average for community skills.
Registry listing for scrum-master matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: scrum-master is focused, and the summary matches what you get after install.
scrum-master is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 70