feat: issue 2243 3
This commit is contained in:
parent
d508c2b20d
commit
1cc433e543
|
|
@ -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!**
|
||||
|
|
|
|||
|
|
@ -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
|
||||
</action>
|
||||
|
||||
<output>💡 **Tip:** For best results, run `code-review` using a **different** LLM than the one that implemented this story.</output>
|
||||
|
|
|
|||
Loading…
Reference in New Issue