diff --git a/src/modules/bmm/workflows/4-implementation/batch-super-dev/instructions.md b/src/modules/bmm/workflows/4-implementation/batch-super-dev/instructions.md
index b83b9f79..724e240f 100644
--- a/src/modules/bmm/workflows/4-implementation/batch-super-dev/instructions.md
+++ b/src/modules/bmm/workflows/4-implementation/batch-super-dev/instructions.md
@@ -166,69 +166,22 @@ Run `/bmad_bmm_sprint-status` to see current status.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- For each story in ready_for_dev_stories:
+ For each story in available_stories (ready_for_dev + backlog):
Check if story file exists (already done in Step 2)
-
-
- Create story file with gap analysis? (yes/no):
-
-
-
-
- Mark story for removal from selection
- Add to skipped_stories list with reason: "Story creation requires manual workflow (agents cannot invoke /create-story)"
- Add to manual_actions_required list: "Regenerate {{story_key}} with /create-story-with-gap-analysis"
+
+
+ Mark story as needs_story_creation = true
+ Mark story as validated (will create story in Step 4 before implementing)
-
-
+
+
Mark story for removal from selection
- Add to skipped_stories list with reason: "User declined story creation"
+ Add to skipped_stories list with reason: "Story file missing (status ready-for-dev but no file)"