feat: issue 2243 3

This commit is contained in:
murat 2026-04-13 16:59:58 -05:00
parent d508c2b20d
commit 1cc433e543
2 changed files with 5 additions and 5 deletions

View File

@ -369,9 +369,9 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
**Next Steps:** **Next Steps:**
1. Review the comprehensive story in {{story_file}} 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 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 dev agents `dev-story` for optimized implementation (it will consume ATDD artifacts from Dev Notes when present) 3. Run `/bmad:bmm:workflows:dev-story` for optimized implementation (it will consume ATDD artifacts from Dev Notes when present)
4. Run `code-review` when complete (auto-marks done) 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 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!** **The developer now has everything needed for flawless implementation!**

View File

@ -456,8 +456,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- Review the implemented story and test the changes - Review the implemented story and test the changes
- Verify all acceptance criteria are met - Verify all acceptance criteria are met
- Ensure deployment readiness if applicable - Ensure deployment readiness if applicable
- Run `code-review` workflow for peer review - 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 `dev-story` runs; use `/bmad:tea:automate` after implementation to expand guardrail tests - 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
</action> </action>
<output>💡 **Tip:** For best results, run `code-review` using a **different** LLM than the one that implemented this story.</output> <output>💡 **Tip:** For best results, run `code-review` using a **different** LLM than the one that implemented this story.</output>