BMAD-METHOD/src/bmm-skills/4-implementation/bmad-quick-dev
Jérôme Revillard e7a213ed07
feat: uniform customize.toml support across all BMM workflows (#2308)
* feat: extend customize.toml to all 6 developer-execution workflows (#2303)

Add uniform customization support to dev-story, code-review,
sprint-planning, sprint-status, quick-dev, and checkpoint-preview,
matching the same 4 extension points (activation_steps_prepend,
activation_steps_append, persistent_facts, on_complete) already
available on 17 BMM workflows from PR #2287.

- Create customize.toml for each workflow
- Add 6-step activation block to SKILL.md (merge workflow.md
  content in, delete workflow.md per PR #2287 pattern)
- Wire on_complete at terminal steps (inline <action> for XML
  workflows, ## On Complete section for step-file workflows)
- Fix pre-existing step number reference in dev-story (Step 6 → 9)

* fix: correct goto step="6" → step="9" in dev-story

The XML goto at line 203 still pointed to step 6 ("Author
comprehensive tests") instead of step 9 ("Story completion and mark
for review"), which is the actual completion gate. This was the
same class of pre-existing bug fixed in the text (M-1) but
missed in the XML action.

---------

Co-authored-by: Brian <bmadcode@gmail.com>
2026-04-24 17:45:25 -05:00
..
SKILL.md feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
compile-epic-context.md feat(quick-dev): add epic context compilation to step-01 (#2218) 2026-04-08 18:29:17 -07:00
customize.toml feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
spec-template.md fix(quick-dev): specify {project-root}/ anchor for context: list paths (#2200) 2026-04-03 11:42:31 -07:00
step-01-clarify-and-route.md feat(quick-dev): sync sprint-status.yaml on epic-story implementation (#2234) 2026-04-10 10:03:53 -07:00
step-02-plan.md feat(quick-dev): improve checkpoint 1 UX (#2217) 2026-04-08 07:27:06 -07:00
step-03-implement.md feat(quick-dev): sync sprint-status.yaml on epic-story implementation (#2234) 2026-04-10 10:03:53 -07:00
step-04-review.md feat(review): enforce model parity for all review subagents (#2236) 2026-04-10 05:53:54 -07:00
step-05-present.md feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
step-oneshot.md feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
sync-sprint-status.md feat(quick-dev): sync sprint-status.yaml on epic-story implementation (#2234) 2026-04-10 10:03:53 -07:00