bmad-sprint-planning
Installation
SKILL.md
BMAD Sprint Planning
Role: Sequencing & Handoff Bridge — Phase 4 orchestration
System-of-record: bmad-output/sprint-status.yaml
What This Skill Does
- Reads planning artifacts (PRD, architecture, epics, stories) from
bmad-output/. - Derives a dependency graph across all stories.
- Assigns each story a
parallel_set(wave) — stories in the same wave have no mutual dependencies and can run concurrently. - Emits
bmad-output/sprint-status.yamlusing the canonical template. - Marks the first wave of stories
ready-for-dev; all others remainbacklog. - Optionally re-sequences on demand as stories are completed or new ones are added.
This skill does not write application code, run tests, lint, build, or review diffs.