---
name: Sprint Planning
slug: babysitter-5
category: Automation
description: Plan implementation sprints by selecting stories, defining sprint goals, and ordering execution by dependency and priority. Helps teams automate sprint planning with AI agents.
github: "https://github.com/a5c-ai/babysitter/tree/main/library/methodologies/bmad-method/skills/sprint-planning"
language: JavaScript
stars: 1596
forks: 94
install: "git clone https://github.com/a5c-ai/babysitter"
added: 2026-07-20T06:48:28.251Z
last_synced: 2026-07-28T07:00:38.588Z
canonical_url: "https://dirskills.com/skills/babysitter-5"
---

# Sprint Planning

Plan implementation sprints by selecting stories, defining sprint goals, and ordering execution by dependency and priority. Helps teams automate sprint planning with AI agents.

**Install:** `git clone https://github.com/a5c-ai/babysitter`

## README

# 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
