Sprint planning
Skill a5c-ai/babysitter/library/methodologies/bmad-method/skills/sprint-planning
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill sprint-planningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, as published. Nobody here has run it
Sprint Planning
Plan implementation sprints with story selection, goal definition, and execution ordering.
Agent
Bob (Scrum Master) - bmad-sm-bob
Workflow
- Review available stories from epic backlog
- Consider velocity from previous sprints
- Select stories forming coherent sprint goal
- Validate stories are implementation-ready
- Order by dependency and priority
- Define sprint goal and identify blockers
Inputs
projectName- Project namesprintNumber- Current sprint numberepics- Available epics and storiespreviousSprints- 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 planningbmad-implementation.js- Standalone implementation