diff --git a/package-lock.json b/package-lock.json
index 4749f4a9..aa424d03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@jonahschulte/bmad-method",
- "version": "6.3.0-alpha.23",
+ "version": "6.4.0-alpha.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jonahschulte/bmad-method",
- "version": "6.3.0-alpha.23",
+ "version": "6.4.0-alpha.0",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.11.0",
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 2fdec9f5..b83b9f79 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
@@ -577,6 +577,118 @@ Only the first {{max_stories}} will be processed.
+
+
+
+ For each selected story:
+
+
+ Read story file: {{story_file_path}}
+
+
+
+
+ Mark story as needs_creation
+ Continue to next story
+
+
+
+
+ Add to validation_failures list
+ Continue to next story
+
+
+
+
+ Validate story completeness:
+ - Count sections (need 12)
+ - Check Current State word count (need ≥100)
+ - Check gap analysis markers (✅/❌)
+ - Count Acceptance Criteria (need ≥3)
+ - Count unchecked tasks (need ≥3)
+
+
+
+
+ Add to validation_failures: "{{story_key}}: Only {{task_count}} tasks"
+
+
+
+
+ Add to validation_warnings: "{{story_key}}: Needs regeneration"
+
+
+
+
+ Add to validated_stories list
+
+
+
+
+
+
+
+ Remove failed stories and continue? (yes/no):
+
+
+ Remove validation_failures from selected_stories
+
+
+
+
+
+ Exit workflow
+
+
+
+
+
+
+ Continue with these stories anyway? (yes/no):
+
+
+
+ Exit workflow
+
+
+
+
+
+