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`
+
+
+ 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