From 1cc433e543cf2bd725cf0128a005d7aa852df76f Mon Sep 17 00:00:00 2001 From: murat Date: Mon, 13 Apr 2026 16:59:58 -0500 Subject: [PATCH] feat: issue 2243 3 --- .../4-implementation/bmad-create-story/workflow.md | 6 +++--- src/bmm-skills/4-implementation/bmad-dev-story/workflow.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-create-story/workflow.md b/src/bmm-skills/4-implementation/bmad-create-story/workflow.md index ca1191a91..43d22cdea 100644 --- a/src/bmm-skills/4-implementation/bmad-create-story/workflow.md +++ b/src/bmm-skills/4-implementation/bmad-create-story/workflow.md @@ -369,9 +369,9 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: **Next Steps:** 1. Review the comprehensive story in {{story_file}} - 2. Optional: If Test Architect module installed, run `/bmad:tea:atdd` after validation and before `dev-story` to generate red-phase acceptance test scaffolds and link them into Dev Notes - 3. Run dev agents `dev-story` for optimized implementation (it will consume ATDD artifacts from Dev Notes when present) - 4. Run `code-review` when complete (auto-marks done) + 2. Optional: If Test Architect module installed, run `/bmad:tea:atdd` after validation and before `/bmad:bmm:workflows:dev-story` to generate red-phase acceptance test scaffolds and link them into Dev Notes + 3. Run `/bmad:bmm:workflows:dev-story` for optimized implementation (it will consume ATDD artifacts from Dev Notes when present) + 4. Run `/bmad:bmm:workflows:code-review` when complete (auto-marks done) 5. Optional: If Test Architect module installed, run `/bmad:tea:automate` after `dev-story` to generate guardrail tests **The developer now has everything needed for flawless implementation!** diff --git a/src/bmm-skills/4-implementation/bmad-dev-story/workflow.md b/src/bmm-skills/4-implementation/bmad-dev-story/workflow.md index 78a513f63..297b97358 100644 --- a/src/bmm-skills/4-implementation/bmad-dev-story/workflow.md +++ b/src/bmm-skills/4-implementation/bmad-dev-story/workflow.md @@ -456,8 +456,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: - Review the implemented story and test the changes - Verify all acceptance criteria are met - Ensure deployment readiness if applicable - - Run `code-review` workflow for peer review - - Optional: If Test Architect module installed and `atdd` was not used earlier, use `/bmad:tea:atdd` before future `dev-story` runs; use `/bmad:tea:automate` after implementation to expand guardrail tests + - Run `/bmad:bmm:workflows:code-review` for peer review + - Optional: If Test Architect module installed and `atdd` was not used earlier, use `/bmad:tea:atdd` before future `/bmad:bmm:workflows:dev-story` runs; use `/bmad:tea:automate` after implementation to expand guardrail tests 💡 **Tip:** For best results, run `code-review` using a **different** LLM than the one that implemented this story.