BMAD-METHOD/src/bmm-skills/4-implementation
Pablo Ontiveros c29b72ecc0
fix(create-story): read UPDATE files before generating dev notes (#2274)
When a story modifies existing files, create-story must read those
files before generating dev notes. Without this, dev agents improvise
design decisions without knowing the current state of the code, leading
to regressions caught only at review time.

Adds a step at the end of Step 3 (Architecture analysis) that reads
every file marked UPDATE in the architecture directory structure and
documents its current state, what the story changes, and what must
be preserved.

Fixes #2273

Co-authored-by: Brian Madison <bmadcode@gmail.com>
2026-04-24 18:21:10 -05:00
..
bmad-agent-dev refactor(skills): remove bmad-skill-manifest yaml; introduce central config.toml (#2285) 2026-04-19 23:11:44 -05:00
bmad-checkpoint-preview feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
bmad-code-review feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
bmad-correct-course feat(skills): wire on_complete into terminal steps; add full customize.toml comments (#2290) 2026-04-20 22:53:23 -05:00
bmad-create-story fix(create-story): read UPDATE files before generating dev notes (#2274) 2026-04-24 18:21:10 -05:00
bmad-dev-story feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
bmad-qa-generate-e2e-tests feat(skills): wire on_complete into terminal steps; add full customize.toml comments (#2290) 2026-04-20 22:53:23 -05:00
bmad-quick-dev feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
bmad-retrospective feat(skills): wire on_complete into terminal steps; add full customize.toml comments (#2290) 2026-04-20 22:53:23 -05:00
bmad-sprint-planning feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00
bmad-sprint-status feat: uniform customize.toml support across all BMM workflows (#2308) 2026-04-24 17:45:25 -05:00