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 4164479c3..312c7e896 100644 --- a/src/bmm-skills/4-implementation/bmad-dev-story/workflow.md +++ b/src/bmm-skills/4-implementation/bmad-dev-story/workflow.md @@ -157,6 +157,24 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: + + + Search {test_artifacts} for an ATDD checklist matching pattern: `atdd-checklist-{{story_key}}*.md` or `*{{story_key}}*atdd*.md` + + ⚠️ **TEA module detected — no ATDD checklist found for story {{story_key}}** + +Running `dev-story` without `testarch-atdd` means: +- No red-phase acceptance tests will be scaffolded before implementation +- Coverage gaps won't be detected until after the story is complete + +Recommended: run **[AT] bmad-testarch-atdd** first to generate acceptance test scaffolds. + Continue without ATDD checklist? [y] to proceed anyway, [n] to halt and run ATDD first: + + HALT — Run /bmad-testarch-atdd for story {{story_key}} before continuing + + + + Parse sections: Story, Acceptance Criteria, Tasks/Subtasks, Dev Notes, Dev Agent Record, File List, Change Log, Status Load comprehensive context from story file's Dev Notes section @@ -437,7 +455,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: - Verify all acceptance criteria are met - Ensure deployment readiness if applicable - Run `code-review` workflow for peer review - - Optional: If Test Architect module installed, run `/bmad:tea:automate` to expand guardrail tests + - If Test Architect module installed, run `[TA] bmad-testarch-automate` to expand guardrail tests 💡 **Tip:** For best results, run `code-review` using a **different** LLM than the one that implemented this story.