bmad-dev-story

bmad-dev-story — “Execute story implementation following a context filled story spec file.” BMAD’s core implementation loop, owned by bmad-dev (Amelia). It reads a story file, implements test-first (pattern-test-driven-development), and updates only the story’s own regions (Dev Agent Record, File List, Change Log, Status). Its discipline is strict: “Execute ALL steps in exact order,” and “Continue in a single execution until the story is COMPLETE … UNLESS a HALT condition is triggered.”

Because the story file carries all context (pattern-context-engineering), each story runs in a fresh context.

Cross-framework cluster (execute)

The sixth framework in the wiki’s execute cluster — walk the plan into working code:

They differ in the unit of work: GSD parallelizes into waves, Addy cuts vertical slices, and BMAD drives from a single fully-contexted story at a time.

See Also