install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/bmad-method/skills/sprint-planning" ~/.claude/skills/a5c-ai-babysitter-sprint-planning && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/sprint-planning/SKILL.mdsource content
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
- Project nameprojectName
- Current sprint numbersprintNumber
- Available epics and storiesepics
- Previous sprint results (optional)previousSprints
Outputs
- Sprint goal and selected stories
- Execution order with dependencies
- Story point commitment
- Blocker identification
Process Files
- Phase 4 sprint planningbmad-orchestrator.js
- Standalone implementationbmad-implementation.js