bmad-method 6.1.1-next.21 → 6.1.1-next.23
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/quick-flow-solo-dev.agent.yaml +1 -1
- package/src/bmm/module-help.csv +1 -1
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/product-brief.template.md +2 -2
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01-init.md +4 -11
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01b-continue.md +0 -3
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-02-vision.md +2 -6
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-03-users.md +2 -6
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-04-metrics.md +2 -6
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-05-scope.md +2 -6
- package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-06-complete.md +0 -3
- package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/workflow.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
- package/src/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md +4 -4
- package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-02-investigate.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/workflow.md +1 -3
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/bmad-skill-manifest.yaml +0 -3
- /package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md +0 -0
- /package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md +0 -0
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@ agent:
|
|
|
20
20
|
|
|
21
21
|
menu:
|
|
22
22
|
- trigger: QS or fuzzy match on quick-spec
|
|
23
|
-
exec: "
|
|
23
|
+
exec: "skill:bmad-quick-spec"
|
|
24
24
|
description: "[QS] Quick Spec: Architect a quick but complete technical spec with implementation-ready stories/specs"
|
|
25
25
|
|
|
26
26
|
- trigger: QD or fuzzy match on quick-dev
|
package/src/bmm/module-help.csv
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
|
|
2
2
|
bmm,anytime,Document Project,DP,,skill:bmad-document-project,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
|
|
3
3
|
bmm,anytime,Generate Project Context,GPC,,skill:bmad-generate-project-context,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects and quick-flow.",output_folder,"project context",
|
|
4
|
-
bmm,anytime,Quick Spec,QS,,
|
|
4
|
+
bmm,anytime,Quick Spec,QS,,skill:bmad-quick-spec,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
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",
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-01-init'
|
|
3
|
-
description: 'Initialize the product brief workflow by detecting continuation state and setting up the document'
|
|
4
|
-
|
|
5
2
|
# File References
|
|
6
|
-
nextStepFile: './step-02-vision.md'
|
|
7
3
|
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
8
|
-
|
|
9
|
-
# Template References
|
|
10
|
-
productBriefTemplate: '../product-brief.template.md'
|
|
11
4
|
---
|
|
12
5
|
|
|
13
6
|
# Step 1: Product Brief Initialization
|
|
@@ -88,7 +81,7 @@ load context documents using smart discovery. Documents can be in the following
|
|
|
88
81
|
- {planning_artifacts}/**
|
|
89
82
|
- {output_folder}/**
|
|
90
83
|
- {product_knowledge}/**
|
|
91
|
-
- docs/**
|
|
84
|
+
- {project-root}/docs/**
|
|
92
85
|
|
|
93
86
|
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
|
94
87
|
|
|
@@ -112,7 +105,7 @@ Try to discover the following:
|
|
|
112
105
|
|
|
113
106
|
**Document Setup:**
|
|
114
107
|
|
|
115
|
-
- Copy the template from `
|
|
108
|
+
- Copy the template from `../product-brief.template.md` to `{outputFile}`, and update the frontmatter fields
|
|
116
109
|
|
|
117
110
|
#### C. Present Initialization Results
|
|
118
111
|
|
|
@@ -141,7 +134,7 @@ Display: "**Proceeding to product vision discovery...**"
|
|
|
141
134
|
|
|
142
135
|
#### Menu Handling Logic:
|
|
143
136
|
|
|
144
|
-
- After setup report is presented, without delay, read fully and follow:
|
|
137
|
+
- After setup report is presented, without delay, read fully and follow: ./step-02-vision.md
|
|
145
138
|
|
|
146
139
|
#### EXECUTION RULES:
|
|
147
140
|
|
|
@@ -150,7 +143,7 @@ Display: "**Proceeding to product vision discovery...**"
|
|
|
150
143
|
|
|
151
144
|
## CRITICAL STEP COMPLETION NOTE
|
|
152
145
|
|
|
153
|
-
ONLY WHEN [setup completion is achieved and frontmatter properly updated], will you then read fully and follow: `
|
|
146
|
+
ONLY WHEN [setup completion is achieved and frontmatter properly updated], will you then read fully and follow: `./step-02-vision.md` to begin product vision discovery.
|
|
154
147
|
|
|
155
148
|
---
|
|
156
149
|
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-02-vision'
|
|
3
|
-
description: 'Discover and define the core product vision, problem statement, and unique value proposition'
|
|
4
|
-
|
|
5
2
|
# File References
|
|
6
|
-
nextStepFile: './step-03-users.md'
|
|
7
3
|
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
8
4
|
|
|
9
5
|
# Task References
|
|
@@ -159,7 +155,7 @@ Prepare the following structure for document append:
|
|
|
159
155
|
|
|
160
156
|
- IF A: Read fully and follow: {advancedElicitationTask} with current vision content to dive deeper and refine
|
|
161
157
|
- IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to positioning and differentiation
|
|
162
|
-
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2], then read fully and follow:
|
|
158
|
+
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2], then read fully and follow: ./step-03-users.md
|
|
163
159
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
|
|
164
160
|
|
|
165
161
|
#### EXECUTION RULES:
|
|
@@ -171,7 +167,7 @@ Prepare the following structure for document append:
|
|
|
171
167
|
|
|
172
168
|
## CRITICAL STEP COMPLETION NOTE
|
|
173
169
|
|
|
174
|
-
ONLY WHEN [C continue option] is selected and [vision content finalized and saved to document with frontmatter updated], will you then read fully and follow: `
|
|
170
|
+
ONLY WHEN [C continue option] is selected and [vision content finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-03-users.md` to begin target user discovery.
|
|
175
171
|
|
|
176
172
|
---
|
|
177
173
|
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-03-users'
|
|
3
|
-
description: 'Define target users with rich personas and map their key interactions with the product'
|
|
4
|
-
|
|
5
2
|
# File References
|
|
6
|
-
nextStepFile: './step-04-metrics.md'
|
|
7
3
|
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
8
4
|
|
|
9
5
|
# Task References
|
|
@@ -162,7 +158,7 @@ Prepare the following structure for document append:
|
|
|
162
158
|
|
|
163
159
|
- IF A: Read fully and follow: {advancedElicitationTask} with current user content to dive deeper into personas and journeys
|
|
164
160
|
- IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to validate user understanding
|
|
165
|
-
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3], then read fully and follow:
|
|
161
|
+
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3], then read fully and follow: ./step-04-metrics.md
|
|
166
162
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
|
167
163
|
|
|
168
164
|
#### EXECUTION RULES:
|
|
@@ -174,7 +170,7 @@ Prepare the following structure for document append:
|
|
|
174
170
|
|
|
175
171
|
## CRITICAL STEP COMPLETION NOTE
|
|
176
172
|
|
|
177
|
-
ONLY WHEN [C continue option] is selected and [user personas finalized and saved to document with frontmatter updated], will you then read fully and follow: `
|
|
173
|
+
ONLY WHEN [C continue option] is selected and [user personas finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-04-metrics.md` to begin success metrics definition.
|
|
178
174
|
|
|
179
175
|
---
|
|
180
176
|
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-04-metrics'
|
|
3
|
-
description: 'Define comprehensive success metrics that include user success, business objectives, and key performance indicators'
|
|
4
|
-
|
|
5
2
|
# File References
|
|
6
|
-
nextStepFile: './step-05-scope.md'
|
|
7
3
|
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
8
4
|
|
|
9
5
|
# Task References
|
|
@@ -165,7 +161,7 @@ Prepare the following structure for document append:
|
|
|
165
161
|
|
|
166
162
|
- IF A: Read fully and follow: {advancedElicitationTask} with current metrics content to dive deeper into success metric insights
|
|
167
163
|
- IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to validate comprehensive metrics
|
|
168
|
-
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4], then read fully and follow:
|
|
164
|
+
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4], then read fully and follow: ./step-05-scope.md
|
|
169
165
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
|
|
170
166
|
|
|
171
167
|
#### EXECUTION RULES:
|
|
@@ -177,7 +173,7 @@ Prepare the following structure for document append:
|
|
|
177
173
|
|
|
178
174
|
## CRITICAL STEP COMPLETION NOTE
|
|
179
175
|
|
|
180
|
-
ONLY WHEN [C continue option] is selected and [success metrics finalized and saved to document with frontmatter updated], will you then read fully and follow: `
|
|
176
|
+
ONLY WHEN [C continue option] is selected and [success metrics finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-05-scope.md` to begin MVP scope definition.
|
|
181
177
|
|
|
182
178
|
---
|
|
183
179
|
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-05-scope'
|
|
3
|
-
description: 'Define MVP scope with clear boundaries and outline future vision while managing scope creep'
|
|
4
|
-
|
|
5
2
|
# File References
|
|
6
|
-
nextStepFile: './step-06-complete.md'
|
|
7
3
|
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
8
4
|
|
|
9
5
|
# Task References
|
|
@@ -179,7 +175,7 @@ Prepare the following structure for document append:
|
|
|
179
175
|
|
|
180
176
|
- IF A: Read fully and follow: {advancedElicitationTask} with current scope content to optimize scope definition
|
|
181
177
|
- IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to validate MVP scope
|
|
182
|
-
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4, 5], then read fully and follow:
|
|
178
|
+
- IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4, 5], then read fully and follow: ./step-06-complete.md
|
|
183
179
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
|
|
184
180
|
|
|
185
181
|
#### EXECUTION RULES:
|
|
@@ -191,7 +187,7 @@ Prepare the following structure for document append:
|
|
|
191
187
|
|
|
192
188
|
## CRITICAL STEP COMPLETION NOTE
|
|
193
189
|
|
|
194
|
-
ONLY WHEN [C continue option] is selected and [MVP scope finalized and saved to document with frontmatter updated], will you then read fully and follow: `
|
|
190
|
+
ONLY WHEN [C continue option] is selected and [MVP scope finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-06-complete.md` to complete the product brief workflow.
|
|
195
191
|
|
|
196
192
|
---
|
|
197
193
|
|
|
@@ -33,7 +33,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
33
33
|
|
|
34
34
|
### Related Workflows
|
|
35
35
|
|
|
36
|
-
- `quick_spec_workflow` =
|
|
36
|
+
- `quick_spec_workflow` = `skill:bmad-quick-spec`
|
|
37
37
|
- `party_mode_exec` = `{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md`
|
|
38
38
|
- `advanced_elicitation` = `skill:bmad-advanced-elicitation`
|
|
39
39
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-quick-spec
|
|
3
|
+
description: 'Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in [workflow.md](workflow.md).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md
RENAMED
|
@@ -54,9 +54,9 @@ a) **Menu Handling:**
|
|
|
54
54
|
|
|
55
55
|
- **[Y] Continue existing:**
|
|
56
56
|
- Jump directly to the appropriate step based on `stepsCompleted`:
|
|
57
|
-
- `[1]` → Read fully and follow:
|
|
58
|
-
- `[1, 2]` → Read fully and follow:
|
|
59
|
-
- `[1, 2, 3]` → Read fully and follow:
|
|
57
|
+
- `[1]` → Read fully and follow: `./step-02-investigate.md` (Step 2)
|
|
58
|
+
- `[1, 2]` → Read fully and follow: `./step-03-generate.md` (Step 3)
|
|
59
|
+
- `[1, 2, 3]` → Read fully and follow: `./step-04-review.md` (Step 4)
|
|
60
60
|
- **[N] Archive and start fresh:**
|
|
61
61
|
- Rename `{wipFile}` to `{implementation_artifacts}/tech-spec-{slug}-archived-{date}.md`
|
|
62
62
|
|
|
@@ -167,7 +167,7 @@ b) **HALT and wait for user selection.**
|
|
|
167
167
|
|
|
168
168
|
- IF A: Read fully and follow: `{advanced_elicitation}` with current tech-spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update WIP file then redisplay menu, if no keep original then redisplay menu
|
|
169
169
|
- IF P: Read fully and follow: `{party_mode_exec}` with current tech-spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update WIP file then redisplay menu, if no keep original then redisplay menu
|
|
170
|
-
- IF C: Verify `{wipFile}` has `stepsCompleted: [1]`, then read fully and follow:
|
|
170
|
+
- IF C: Verify `{wipFile}` has `stepsCompleted: [1]`, then read fully and follow: `./step-02-investigate.md`
|
|
171
171
|
- IF Any other comments or queries: respond helpfully then redisplay menu
|
|
172
172
|
|
|
173
173
|
#### EXECUTION RULES:
|
|
@@ -121,7 +121,7 @@ Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Ge
|
|
|
121
121
|
|
|
122
122
|
- IF A: Read fully and follow: `{advanced_elicitation}` with current tech-spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update WIP file then redisplay menu, if no keep original then redisplay menu
|
|
123
123
|
- IF P: Read fully and follow: `{party_mode_exec}` with current tech-spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update WIP file then redisplay menu, if no keep original then redisplay menu
|
|
124
|
-
- IF C: Verify frontmatter updated with `stepsCompleted: [1, 2]`, then read fully and follow:
|
|
124
|
+
- IF C: Verify frontmatter updated with `stepsCompleted: [1, 2]`, then read fully and follow: `./step-03-generate.md`
|
|
125
125
|
- IF Any other comments or queries: respond helpfully then redisplay menu
|
|
126
126
|
|
|
127
127
|
#### EXECUTION RULES:
|
package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md
RENAMED
|
@@ -112,7 +112,7 @@ stepsCompleted: [1, 2, 3]
|
|
|
112
112
|
---
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
c) **Read fully and follow:
|
|
115
|
+
c) **Read fully and follow: `./step-04-review.md` (Step 4)**
|
|
116
116
|
|
|
117
117
|
## REQUIRED OUTPUTS:
|
|
118
118
|
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: quick-spec
|
|
3
|
-
description: 'Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"'
|
|
4
2
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
3
|
|
|
6
4
|
# Checkpoint handler references
|
|
@@ -75,4 +73,4 @@ Load and read full config from `{main_config}` and resolve:
|
|
|
75
73
|
|
|
76
74
|
### 2. First Step Execution
|
|
77
75
|
|
|
78
|
-
Read fully and follow:
|
|
76
|
+
Read fully and follow: `./steps/step-01-understand.md` to begin the workflow.
|
/package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md
RENAMED
|
File without changes
|
/package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md
RENAMED
|
File without changes
|