bmad-method 6.1.1-next.27 → 6.1.1-next.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -5
- package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-02-design-epics.md +0 -5
- package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md +0 -5
- package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-04-final-validation.md +2 -5
package/package.json
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-04-final-validation'
|
|
3
|
-
description: 'Validate complete coverage of all requirements and ensure implementation readiness'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Step 4: Final Validation
|
|
7
2
|
|
|
8
3
|
## STEP GOAL:
|
|
@@ -127,6 +122,8 @@ If all validations pass:
|
|
|
127
122
|
**Present Final Menu:**
|
|
128
123
|
**All validations complete!** [C] Complete Workflow
|
|
129
124
|
|
|
125
|
+
HALT — wait for user input before proceeding.
|
|
126
|
+
|
|
130
127
|
When C is selected, the workflow is complete and the epics.md is ready for development.
|
|
131
128
|
|
|
132
129
|
Epics and Stories complete. Invoke the `bmad-help` skill.
|