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) - -📝 Story {{story_key}}: File missing - - - Create story file with gap analysis? (yes/no): - - - -⚠️ STORY CREATION REQUIRES MANUAL WORKFLOW EXECUTION - -**Story:** {{story_key}} -**Status:** File missing or incomplete - -**Problem:** -Agents cannot invoke /create-story-with-gap-analysis workflow autonomously. -This workflow requires: -- Interactive user prompts -- Context-heavy codebase scanning -- Gap analysis decision-making - -**Required Action:** - -1. **Exit this batch execution:** - - Remaining stories will be skipped - - Batch will continue with valid stories only - -2. **Regenerate story manually:** - ``` - /create-story-with-gap-analysis - ``` - When prompted, provide: - - Story key: {{story_key}} - - Epic: {epic from parent story} - - Scope: {widget list or feature description} - -3. **Validate story format:** - ``` - ./scripts/validate-all-stories.sh - ``` - Must show: "✅ All stories ready for batch execution!" - -4. **Re-run batch-super-dev:** - - Story will now be properly formatted - - Can be executed in next batch run - -**Skipping story {{story_key}} from current batch execution.** - - - 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" + + 📝 Story {{story_key}}: BACKLOG - no story file yet (will create during implementation) + Mark story as needs_story_creation = true + Mark story as validated (will create story in Step 4 before implementing) - - ⏭️ Skipping story {{story_key}} (file missing, user declined creation) + + ❌ Story {{story_key}}: File MISSING but status is ready-for-dev 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)"