Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/a5c-ai/babysitter

Works with Git. The repository opens in your current directory.

🗓️
AI EngineeringJavaScript

Sprint Planning

by a5c-ai

A Scrum master AI agent (Bob) that plans implementation sprints by selecting stories from an epic backlog, defining sprint goals, ordering tasks by dependency, and identifying blockers. Use for structured sprint planning in agent-driven development workflows.

1.6K stars94 forksAdded 2026/07/20
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-agentsai-automationbabysitterclaude-codeclaude-code-skillsclaude-code-workflowsclaude-skillsclaude-workflowscodex-plugincodex-skillscodex-workflowhermes-pluginpi-extensiontrustworthy-aivibe-coding

Documentation

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