bmad-method 6.1.1-next.22 → 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/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/package.json
CHANGED
|
@@ -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
|
|