BMAD-METHOD bmad-quick-dev
Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project''s existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.
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-quick-dev" ~/.claude/skills/bmad-code-org-bmad-method-bmad-quick-dev && rm -rf "$T"
manifest:
src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.mdsource content
Follow the instructions in ./workflow.md.