Plan implementation sprints with story selection, goal definition, and execution ordering.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill sprint-planning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sprint Planning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-sprint-planning)More formats (shields.io, HTML) on the badges page.
# Sprint Planning
Plan implementation sprints with story selection, goal definition, and execution ordering.
## Agent
Bob (Scrum Master) - `bmad-sm-bob`
## Workflow
1. Review available stories from epic backlog
2. Consider velocity from previous sprints
3. Select stories forming coherent sprint goal
4. Validate stories are implementation-ready
5. Order by dependency and priority
6. Define sprint goal and identify blockers
## Inputs
- `projectName` - Project name
- `sprintNumber` - Current sprint number
- `epics` - Available epics and stories
- `previousSprints` - Previous sprint results (optional)
## Outputs
- Sprint goal and selected stories
- Execution order with dependencies
- Story point commitment
- Blocker identification
## Process Files
- `bmad-orchestrator.js` - Phase 4 sprint planning
- `bmad-implementation.js` - Standalone implementation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!