diff --git a/src/modules/bmgd/workflows/4-production/autonomous-epic/instructions.xml b/src/modules/bmgd/workflows/4-production/autonomous-epic/instructions.xml
index c86d64dd..790d8cac 100644
--- a/src/modules/bmgd/workflows/4-production/autonomous-epic/instructions.xml
+++ b/src/modules/bmgd/workflows/4-production/autonomous-epic/instructions.xml
@@ -250,14 +250,36 @@
Time: {{elapsed_time}}
-
-
- Create git commit for this story:
- Message: "feat(epic-{{epic_num}}): complete story {{current_story.key}} - {{story_title}}"
- Include: All files changed during story development
-
-
-
+
+
+
+
+ Run push-all workflow with auto-accept mode:
+ - Safety checks run automatically
+ - Generate commit message based on story
+ - Commit with message: "feat(epic-{{epic_num}}): complete story {{current_story.key}} - {{story_title}}"
+ - Push to remote automatically
+
+
+
+
+
+
+
+
+
+ Update progress file with failure
+ HALT
+
+
+ Note: Story complete locally, push failed - continuing...
+
Increment {{success_count}}
Add to progress file completed_stories list
diff --git a/src/modules/bmm/workflows/4-implementation/autonomous-epic/instructions.xml b/src/modules/bmm/workflows/4-implementation/autonomous-epic/instructions.xml
index c86d64dd..790d8cac 100644
--- a/src/modules/bmm/workflows/4-implementation/autonomous-epic/instructions.xml
+++ b/src/modules/bmm/workflows/4-implementation/autonomous-epic/instructions.xml
@@ -250,14 +250,36 @@
Time: {{elapsed_time}}
-
-
- Create git commit for this story:
- Message: "feat(epic-{{epic_num}}): complete story {{current_story.key}} - {{story_title}}"
- Include: All files changed during story development
-
-
-
+
+
+
+
+ Run push-all workflow with auto-accept mode:
+ - Safety checks run automatically
+ - Generate commit message based on story
+ - Commit with message: "feat(epic-{{epic_num}}): complete story {{current_story.key}} - {{story_title}}"
+ - Push to remote automatically
+
+
+
+
+
+
+
+
+
+ Update progress file with failure
+ HALT
+
+
+ Note: Story complete locally, push failed - continuing...
+
Increment {{success_count}}
Add to progress file completed_stories list