bmad-method 6.1.1-next.13 → 6.1.1-next.15
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/agents/pm.agent.yaml +2 -2
- package/src/bmm/agents/sm.agent.yaml +2 -2
- package/src/bmm/module-help.csv +3 -3
- package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
- package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-01-validate-prerequisites.md +7 -24
- package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-02-design-epics.md +7 -23
- package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-03-create-stories.md +8 -24
- package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-04-final-validation.md +0 -15
- package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/workflow.md +1 -6
- package/src/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
- package/src/bmm/workflows/4-implementation/bmad-correct-course/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
- package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/workflow.md +3 -10
- package/src/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
- package/src/bmm/workflows/4-implementation/bmad-retrospective/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/4-implementation/{retrospective → bmad-retrospective}/workflow.md +1 -6
- package/src/bmm/workflows/3-solutioning/create-epics-and-stories/bmad-skill-manifest.yaml +0 -3
- package/src/bmm/workflows/4-implementation/correct-course/bmad-skill-manifest.yaml +0 -3
- package/src/bmm/workflows/4-implementation/retrospective/bmad-skill-manifest.yaml +0 -3
- /package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/templates/epics-template.md +0 -0
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@ agent:
|
|
|
32
32
|
description: "[EP] Edit PRD: Update an existing Product Requirements Document"
|
|
33
33
|
|
|
34
34
|
- trigger: CE or fuzzy match on epics-stories
|
|
35
|
-
exec: "
|
|
35
|
+
exec: "skill:bmad-create-epics-and-stories"
|
|
36
36
|
description: "[CE] Create Epics and Stories: Create the Epics and Stories Listing, these are the specs that will drive development"
|
|
37
37
|
|
|
38
38
|
- trigger: IR or fuzzy match on implementation-readiness
|
|
@@ -40,5 +40,5 @@ agent:
|
|
|
40
40
|
description: "[IR] Implementation Readiness: Ensure the PRD, UX, and Architecture and Epics and Stories List are all aligned"
|
|
41
41
|
|
|
42
42
|
- trigger: CC or fuzzy match on correct-course
|
|
43
|
-
exec: "
|
|
43
|
+
exec: "skill:bmad-correct-course"
|
|
44
44
|
description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation"
|
|
@@ -28,10 +28,10 @@ agent:
|
|
|
28
28
|
description: "[CS] Context Story: Prepare a story with all required context for implementation for the developer agent"
|
|
29
29
|
|
|
30
30
|
- trigger: ER or fuzzy match on epic-retrospective
|
|
31
|
-
exec: "
|
|
31
|
+
exec: "skill:bmad-retrospective"
|
|
32
32
|
data: "{project-root}/_bmad/_config/agent-manifest.csv"
|
|
33
33
|
description: "[ER] Epic Retrospective: Party Mode review of all work completed across an epic."
|
|
34
34
|
|
|
35
35
|
- trigger: CC or fuzzy match on correct-course
|
|
36
|
-
exec: "
|
|
36
|
+
exec: "skill:bmad-correct-course"
|
|
37
37
|
description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation"
|
package/src/bmm/module-help.csv
CHANGED
|
@@ -4,7 +4,7 @@ bmm,anytime,Generate Project Context,GPC,,_bmad/bmm/workflows/generate-project-c
|
|
|
4
4
|
bmm,anytime,Quick Spec,QS,,_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md,bmad-bmm-quick-spec,false,quick-flow-solo-dev,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning",planning_artifacts,"tech spec",
|
|
5
5
|
bmm,anytime,Quick Dev,QD,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan",,,
|
|
6
6
|
bmm,anytime,Quick Dev New Preview,QQ,,skill:bmad-quick-dev-new-preview,bmad-bmm-quick-dev-new-preview,false,quick-flow-solo-dev,Create Mode,"Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow",implementation_artifacts,"tech spec implementation",
|
|
7
|
-
bmm,anytime,Correct Course,CC,,
|
|
7
|
+
bmm,anytime,Correct Course,CC,,skill:bmad-correct-course,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
|
|
8
8
|
bmm,anytime,Write Document,WD,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Describe in detail what you want, and the agent will follow the documentation best practices defined in agent memory. Multi-turn conversation with subprocess for research/review.",project-knowledge,"document",
|
|
9
9
|
bmm,anytime,Update Standards,US,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.",_bmad/_memory/tech-writer-sidecar,"standards",
|
|
10
10
|
bmm,anytime,Mermaid Generate,MG,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.",planning_artifacts,"mermaid diagram",
|
|
@@ -20,7 +20,7 @@ bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-pr
|
|
|
20
20
|
bmm,2-planning,Edit PRD,EP,25,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd",
|
|
21
21
|
bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design",
|
|
22
22
|
bmm,3-solutioning,Create Architecture,CA,10,skill:bmad-create-architecture,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture,
|
|
23
|
-
bmm,3-solutioning,Create Epics and Stories,CE,30,
|
|
23
|
+
bmm,3-solutioning,Create Epics and Stories,CE,30,skill:bmad-create-epics-and-stories,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
|
|
24
24
|
bmm,3-solutioning,Check Implementation Readiness,IR,70,skill:bmad-check-implementation-readiness,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
|
|
25
25
|
bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
|
|
26
26
|
bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.md,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
|
|
@@ -29,4 +29,4 @@ bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-
|
|
|
29
29
|
bmm,4-implementation,Dev Story,DS,40,skill:bmad-dev-story,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
|
|
30
30
|
bmm,4-implementation,Code Review,CR,50,skill:bmad-code-review,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
|
|
31
31
|
bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
|
|
32
|
-
bmm,4-implementation,Retrospective,ER,60,
|
|
32
|
+
bmm,4-implementation,Retrospective,ER,60,skill:bmad-retrospective,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
|
package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,23 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'step-01-validate-prerequisites'
|
|
3
3
|
description: 'Validate required documents exist and extract all requirements for epic and story creation'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-01-validate-prerequisites.md'
|
|
10
|
-
nextStepFile: './step-02-design-epics.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
13
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
14
|
-
|
|
15
|
-
# Task References
|
|
16
|
-
advancedElicitationTask: 'skill:bmad-advanced-elicitation'
|
|
17
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
|
18
|
-
|
|
19
|
-
# Template References
|
|
20
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
21
4
|
---
|
|
22
5
|
|
|
23
6
|
# Step 1: Validate Prerequisites and Extract Requirements
|
|
@@ -54,7 +37,7 @@ To validate that all required input documents exist and extract all requirements
|
|
|
54
37
|
## EXECUTION PROTOCOLS:
|
|
55
38
|
|
|
56
39
|
- 🎯 Extract requirements systematically from all documents
|
|
57
|
-
- 💾 Populate {
|
|
40
|
+
- 💾 Populate {planning_artifacts}/epics.md with extracted requirements
|
|
58
41
|
- 📖 Update frontmatter with extraction progress
|
|
59
42
|
- 🚫 FORBIDDEN to load next step until user selects 'C' and requirements are extracted
|
|
60
43
|
|
|
@@ -91,7 +74,7 @@ Search for required documents using these patterns (sharded means a large docume
|
|
|
91
74
|
1. `{planning_artifacts}/*ux*.md` (whole document)
|
|
92
75
|
2. `{planning_artifacts}/*ux*/index.md` (sharded version)
|
|
93
76
|
|
|
94
|
-
Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {
|
|
77
|
+
Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {planning_artifacts}/epics.md from the ../templates/epics-template.md and in the front matter list the files in the array of `inputDocuments: []`.
|
|
95
78
|
|
|
96
79
|
### 3. Extract Functional Requirements (FRs)
|
|
97
80
|
|
|
@@ -182,9 +165,9 @@ UX-DR2: [Actionable UX design requirement with clear implementation scope]
|
|
|
182
165
|
|
|
183
166
|
### 7. Load and Initialize Template
|
|
184
167
|
|
|
185
|
-
Load
|
|
168
|
+
Load ../templates/epics-template.md and initialize {planning_artifacts}/epics.md:
|
|
186
169
|
|
|
187
|
-
1. Copy the entire template to {
|
|
170
|
+
1. Copy the entire template to {planning_artifacts}/epics.md
|
|
188
171
|
2. Replace {{project_name}} with the actual project name
|
|
189
172
|
3. Replace placeholder sections with extracted requirements:
|
|
190
173
|
- {{fr_list}} → extracted FRs
|
|
@@ -228,7 +211,7 @@ Update the requirements based on user feedback until confirmation is received.
|
|
|
228
211
|
|
|
229
212
|
## CONTENT TO SAVE TO DOCUMENT:
|
|
230
213
|
|
|
231
|
-
After extraction and confirmation, update {
|
|
214
|
+
After extraction and confirmation, update {planning_artifacts}/epics.md with:
|
|
232
215
|
|
|
233
216
|
- Complete FR list in {{fr_list}} section
|
|
234
217
|
- Complete NFR list in {{nfr_list}} section
|
|
@@ -247,12 +230,12 @@ Display: `**Confirm the Requirements are complete and correct to [C] continue:**
|
|
|
247
230
|
|
|
248
231
|
#### Menu Handling Logic:
|
|
249
232
|
|
|
250
|
-
- IF C: Save all to {
|
|
233
|
+
- IF C: Save all to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-02-design-epics.md
|
|
251
234
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#10-present-menu-options)
|
|
252
235
|
|
|
253
236
|
## CRITICAL STEP COMPLETION NOTE
|
|
254
237
|
|
|
255
|
-
ONLY WHEN C is selected and all requirements are saved to document and frontmatter is updated, will you then read fully and follow:
|
|
238
|
+
ONLY WHEN C is selected and all requirements are saved to document and frontmatter is updated, will you then read fully and follow: ./step-02-design-epics.md to begin epic design step.
|
|
256
239
|
|
|
257
240
|
---
|
|
258
241
|
|
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'step-02-design-epics'
|
|
3
3
|
description: 'Design and approve the epics_list that will organize all requirements into user-value-focused epics'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-02-design-epics.md'
|
|
10
|
-
nextStepFile: './step-03-create-stories.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
13
|
-
|
|
14
|
-
# Task References
|
|
15
|
-
advancedElicitationTask: 'skill:bmad-advanced-elicitation'
|
|
16
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
|
17
|
-
|
|
18
|
-
# Template References
|
|
19
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
20
4
|
---
|
|
21
5
|
|
|
22
6
|
# Step 2: Design Epic List
|
|
@@ -54,7 +38,7 @@ To design and get approval for the epics_list that will organize all requirement
|
|
|
54
38
|
## EXECUTION PROTOCOLS:
|
|
55
39
|
|
|
56
40
|
- 🎯 Design epics collaboratively based on extracted requirements
|
|
57
|
-
- 💾 Update {{epics_list}} in {
|
|
41
|
+
- 💾 Update {{epics_list}} in {planning_artifacts}/epics.md
|
|
58
42
|
- 📖 Document the FR coverage mapping
|
|
59
43
|
- 🚫 FORBIDDEN to load next step until user approves epics_list
|
|
60
44
|
|
|
@@ -62,7 +46,7 @@ To design and get approval for the epics_list that will organize all requirement
|
|
|
62
46
|
|
|
63
47
|
### 1. Review Extracted Requirements
|
|
64
48
|
|
|
65
|
-
Load {
|
|
49
|
+
Load {planning_artifacts}/epics.md and review:
|
|
66
50
|
|
|
67
51
|
- **Functional Requirements:** Count and review FRs from Step 1
|
|
68
52
|
- **Non-Functional Requirements:** Review NFRs that need to be addressed
|
|
@@ -182,7 +166,7 @@ If user wants changes:
|
|
|
182
166
|
|
|
183
167
|
## CONTENT TO UPDATE IN DOCUMENT:
|
|
184
168
|
|
|
185
|
-
After approval, update {
|
|
169
|
+
After approval, update {planning_artifacts}/epics.md:
|
|
186
170
|
|
|
187
171
|
1. Replace {{epics_list}} placeholder with the approved epic list
|
|
188
172
|
2. Replace {{requirements_coverage_map}} with the coverage map
|
|
@@ -194,9 +178,9 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
194
178
|
|
|
195
179
|
#### Menu Handling Logic:
|
|
196
180
|
|
|
197
|
-
- IF A:
|
|
198
|
-
- IF P:
|
|
199
|
-
- IF C: Save approved epics_list to {
|
|
181
|
+
- IF A: Invoke the `bmad-advanced-elicitation` skill
|
|
182
|
+
- IF P: Invoke the `bmad-party-mode` skill
|
|
183
|
+
- IF C: Save approved epics_list to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-03-create-stories.md
|
|
200
184
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#8-present-menu-options)
|
|
201
185
|
|
|
202
186
|
#### EXECUTION RULES:
|
|
@@ -208,7 +192,7 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
208
192
|
|
|
209
193
|
## CRITICAL STEP COMPLETION NOTE
|
|
210
194
|
|
|
211
|
-
ONLY WHEN C is selected and the approved epics_list is saved to document, will you then read fully and follow:
|
|
195
|
+
ONLY WHEN C is selected and the approved epics_list is saved to document, will you then read fully and follow: ./step-03-create-stories.md to begin story creation step.
|
|
212
196
|
|
|
213
197
|
---
|
|
214
198
|
|
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'step-03-create-stories'
|
|
3
3
|
description: 'Generate all epics with their stories following the template structure'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-03-create-stories.md'
|
|
10
|
-
nextStepFile: './step-04-final-validation.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
13
|
-
|
|
14
|
-
# Task References
|
|
15
|
-
advancedElicitationTask: 'skill:bmad-advanced-elicitation'
|
|
16
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
|
17
|
-
|
|
18
|
-
# Template References
|
|
19
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
20
4
|
---
|
|
21
5
|
|
|
22
6
|
# Step 3: Generate Epics and Stories
|
|
@@ -54,7 +38,7 @@ To generate all epics with their stories based on the approved epics_list, follo
|
|
|
54
38
|
## EXECUTION PROTOCOLS:
|
|
55
39
|
|
|
56
40
|
- 🎯 Generate stories collaboratively with user input
|
|
57
|
-
- 💾 Append epics and stories to {
|
|
41
|
+
- 💾 Append epics and stories to {planning_artifacts}/epics.md following template
|
|
58
42
|
- 📖 Process epics one at a time in sequence
|
|
59
43
|
- 🚫 FORBIDDEN to skip any epic or rush through stories
|
|
60
44
|
|
|
@@ -62,7 +46,7 @@ To generate all epics with their stories based on the approved epics_list, follo
|
|
|
62
46
|
|
|
63
47
|
### 1. Load Approved Epic Structure
|
|
64
48
|
|
|
65
|
-
Load {
|
|
49
|
+
Load {planning_artifacts}/epics.md and review:
|
|
66
50
|
|
|
67
51
|
- Approved epics_list from Step 2
|
|
68
52
|
- FR coverage map
|
|
@@ -186,7 +170,7 @@ After writing each story:
|
|
|
186
170
|
|
|
187
171
|
When story is approved:
|
|
188
172
|
|
|
189
|
-
- Append it to {
|
|
173
|
+
- Append it to {planning_artifacts}/epics.md following template structure
|
|
190
174
|
- Use correct numbering (Epic N, Story M)
|
|
191
175
|
- Maintain proper markdown formatting
|
|
192
176
|
|
|
@@ -215,7 +199,7 @@ After all epics and stories are generated:
|
|
|
215
199
|
|
|
216
200
|
## TEMPLATE STRUCTURE COMPLIANCE:
|
|
217
201
|
|
|
218
|
-
The final {
|
|
202
|
+
The final {planning_artifacts}/epics.md must follow this structure exactly:
|
|
219
203
|
|
|
220
204
|
1. **Overview** section with project name
|
|
221
205
|
2. **Requirements Inventory** with all three subsections populated
|
|
@@ -235,9 +219,9 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
235
219
|
|
|
236
220
|
#### Menu Handling Logic:
|
|
237
221
|
|
|
238
|
-
- IF A:
|
|
239
|
-
- IF P:
|
|
240
|
-
- IF C: Save content to {
|
|
222
|
+
- IF A: Invoke the `bmad-advanced-elicitation` skill
|
|
223
|
+
- IF P: Invoke the `bmad-party-mode` skill
|
|
224
|
+
- IF C: Save content to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-04-final-validation.md
|
|
241
225
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-final-menu-options)
|
|
242
226
|
|
|
243
227
|
#### EXECUTION RULES:
|
|
@@ -249,7 +233,7 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
249
233
|
|
|
250
234
|
## CRITICAL STEP COMPLETION NOTE
|
|
251
235
|
|
|
252
|
-
ONLY WHEN [C continue option] is selected and [all epics and stories saved to document following the template structure exactly], will you then read fully and follow: `
|
|
236
|
+
ONLY WHEN [C continue option] is selected and [all epics and stories saved to document following the template structure exactly], will you then read fully and follow: `./step-04-final-validation.md` to begin final validation phase.
|
|
253
237
|
|
|
254
238
|
---
|
|
255
239
|
|
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'step-04-final-validation'
|
|
3
3
|
description: 'Validate complete coverage of all requirements and ensure implementation readiness'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-04-final-validation.md'
|
|
10
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
12
|
-
|
|
13
|
-
# Task References
|
|
14
|
-
advancedElicitationTask: 'skill:bmad-advanced-elicitation'
|
|
15
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
|
16
|
-
|
|
17
|
-
# Template References
|
|
18
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
19
4
|
---
|
|
20
5
|
|
|
21
6
|
# Step 4: Final Validation
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: create-epics-and-stories
|
|
3
|
-
description: 'Break requirements into epics and user stories. Use when the user says "create the epics and stories list"'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Create Epics and Stories
|
|
7
2
|
|
|
8
3
|
**Goal:** Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value, creating detailed, actionable stories with complete acceptance criteria for development teams.
|
|
@@ -55,4 +50,4 @@ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
|
55
50
|
|
|
56
51
|
### 2. First Step EXECUTION
|
|
57
52
|
|
|
58
|
-
Read fully and follow:
|
|
53
|
+
Read fully and follow: `./steps/step-01-validate-prerequisites.md` to begin the workflow.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Navigation Checklist
|
|
2
2
|
|
|
3
|
-
<critical>This checklist is executed as part of:
|
|
3
|
+
<critical>This checklist is executed as part of: ./workflow.md</critical>
|
|
4
4
|
<critical>Work through each section systematically with the user, recording findings and impacts</critical>
|
|
5
5
|
|
|
6
6
|
<checklist>
|
package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/workflow.md
RENAMED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: correct-course
|
|
3
|
-
description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Correct Course - Sprint Change Management Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Manage significant changes during sprint execution by analyzing impact across all project artifacts and producing a structured Sprint Change Proposal.
|
|
@@ -31,8 +26,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
31
26
|
|
|
32
27
|
### Paths
|
|
33
28
|
|
|
34
|
-
- `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/correct-course`
|
|
35
|
-
- `checklist` = `{installed_path}/checklist.md`
|
|
36
29
|
- `default_output_file` = `{planning_artifacts}/sprint-change-proposal-{date}.md`
|
|
37
30
|
|
|
38
31
|
### Input Files
|
|
@@ -48,7 +41,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
48
41
|
|
|
49
42
|
### Context
|
|
50
43
|
|
|
51
|
-
-
|
|
44
|
+
- Load `**/project-context.md` if it exists
|
|
52
45
|
|
|
53
46
|
---
|
|
54
47
|
|
|
@@ -82,7 +75,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
82
75
|
<workflow>
|
|
83
76
|
|
|
84
77
|
<step n="1" goal="Initialize Change Navigation">
|
|
85
|
-
<action>Load
|
|
78
|
+
<action>Load **/project-context.md for coding standards and project-wide patterns (if exists)</action>
|
|
86
79
|
<action>Confirm change trigger and gather user description of the issue</action>
|
|
87
80
|
<action>Ask: "What specific issue or change has been identified that requires navigation?"</action>
|
|
88
81
|
<action>Verify access to required project documents:</action>
|
|
@@ -101,7 +94,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
101
94
|
</step>
|
|
102
95
|
|
|
103
96
|
<step n="2" goal="Execute Change Analysis Checklist">
|
|
104
|
-
<action>Read fully and follow the systematic analysis from:
|
|
97
|
+
<action>Read fully and follow the systematic analysis from: checklist.md</action>
|
|
105
98
|
<action>Work through each checklist section interactively with the user</action>
|
|
106
99
|
<action>Record status for each checklist item:</action>
|
|
107
100
|
- [x] Done - Item completed successfully
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: retrospective
|
|
3
|
-
description: 'Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Retrospective Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Post-epic review to extract lessons and assess success.
|
|
@@ -42,7 +37,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
42
37
|
|
|
43
38
|
### Paths
|
|
44
39
|
|
|
45
|
-
- `installed_path` =
|
|
40
|
+
- `installed_path` = `.`
|
|
46
41
|
- `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
|
|
47
42
|
|
|
48
43
|
### Input Files
|