Create sprint-status.yaml and plan the first sprint. Transition from planning to implementation.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use when transitioning from planning to implementation. Creates sprint-status.yaml — the single source of truth for Phase 4 tracking.
Trigger with: "sprint planning", "plan sprint", "start implementation", "start sprint"
Agent: Scrum Master (Sam)
Input: _bmad-output/planning-artifacts/epics-and-stories.md
Output: _bmad/sprint-status.yaml
Read _bmad-output/planning-artifacts/epics-and-stories.md. Build the complete inventory of work.
Create _bmad/sprint-status.yaml:
project_key: "default"
current_sprint: 1
sprint_goal: "[Goal for Sprint 1]"
epics:
EPIC-01:
title: "[Epic Title]"
status: "in_progress" # not_started | in_progress | complete
stories:
STORY-01-01:
title: "[Story Title]"
status: "todo" # todo | in_progress | review | complete | blocked
effort: "M"
assigned_sprint: 1
blockers: []
STORY-01-02:
title: "[Story Title]"
status: "todo"
effort: "S"
assigned_sprint: 1
blockers: []
EPIC-02:
title: "[Epic Title]"
status: "not_started"
stories:
STORY-02-01:
title: "[Story Title]"
status: "todo"
effort: "L"
assigned_sprint: 2
blockers: []
retrospectives: []
Select stories for Sprint 1 based on:
Write a clear sprint goal that describes what will be demonstrable at sprint end.
Present the sprint plan to the user:
Tell the user: "Sprint 1 planned. Start with: /bmad-cowork:create-story for [first story ID]"
Update _bmad/bmm-workflow-status.yaml: set phase_4_implementation.sprint_planning to "complete", phase_4_implementation.status to "in_progress"