BMAD-METHOD bmad-dev-story
Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"
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-dev-story" ~/.claude/skills/bmad-code-org-bmad-method-bmad-dev-story && rm -rf "$T"
manifest:
src/bmm-skills/4-implementation/bmad-dev-story/SKILL.mdsource content
Follow the instructions in ./workflow.md.