BMAD-METHOD bmad-sprint-status

Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"

install
source · Clone the upstream repo
git clone https://github.com/bmad-code-org/BMAD-METHOD
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/bmad-code-org/BMAD-METHOD "$T" && mkdir -p ~/.claude/skills && cp -r "$T/src/bmm-skills/4-implementation/bmad-sprint-status" ~/.claude/skills/bmad-code-org-bmad-method-bmad-sprint-status && rm -rf "$T"
manifest: src/bmm-skills/4-implementation/bmad-sprint-status/SKILL.md
source content

Follow the instructions in ./workflow.md.