bmad-method 6.1.1-next.2 → 6.1.1-next.4
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/analyst.agent.yaml +1 -1
- package/src/bmm/agents/quick-flow-solo-dev.agent.yaml +1 -1
- package/src/bmm/module-help.csv +2 -2
- package/src/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +6 -0
- package/src/bmm/workflows/1-analysis/research/bmad-domain-research/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-01-init.md +2 -2
- package/src/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-02-domain-analysis.md +2 -2
- package/src/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-03-competitive-landscape.md +2 -2
- package/src/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-04-regulatory-focus.md +2 -2
- package/src/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-05-technical-trends.md +1 -1
- package/src/bmm/workflows/1-analysis/research/bmad-domain-research/research.template.md +29 -0
- package/src/bmm/workflows/1-analysis/research/{workflow-domain-research.md → bmad-domain-research/workflow.md} +0 -5
- package/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml +0 -5
- package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +6 -0
- package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-01-mode-detection.md +6 -6
- package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-02-context-gathering.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-03-execute.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-04-self-check.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-05-adversarial-review.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/workflow.md +2 -8
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/bmad-skill-manifest.yaml +0 -3
- /package/src/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-06-research-synthesis.md +0 -0
- /package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-06-resolve-findings.md +0 -0
package/package.json
CHANGED
|
@@ -27,7 +27,7 @@ agent:
|
|
|
27
27
|
description: "[MR] Market Research: Market analysis, competitive landscape, customer needs and trends"
|
|
28
28
|
|
|
29
29
|
- trigger: DR or fuzzy match on domain-research
|
|
30
|
-
exec: "
|
|
30
|
+
exec: "skill:bmad-domain-research"
|
|
31
31
|
description: "[DR] Domain Research: Industry domain deep dive, subject matter expertise and terminology"
|
|
32
32
|
|
|
33
33
|
- trigger: TR or fuzzy match on technical-research
|
|
@@ -24,7 +24,7 @@ agent:
|
|
|
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
|
|
27
|
-
exec: "
|
|
27
|
+
exec: "skill:bmad-quick-dev"
|
|
28
28
|
description: "[QD] Quick-flow Develop: Implement a story tech spec end-to-end (Core of Quick Flow)"
|
|
29
29
|
|
|
30
30
|
- trigger: QQ or fuzzy match on bmad-quick-dev-new-preview
|
package/src/bmm/module-help.csv
CHANGED
|
@@ -2,7 +2,7 @@ module,phase,name,code,sequence,workflow-file,command,required,agent,options,des
|
|
|
2
2
|
bmm,anytime,Document Project,DP,,_bmad/bmm/workflows/document-project/workflow.md,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,,_bmad/bmm/workflows/generate-project-context/workflow.md,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
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
|
-
bmm,anytime,Quick Dev,QD,,
|
|
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,,_bmad/bmm/workflows/4-implementation/correct-course/workflow.md,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",
|
|
@@ -12,7 +12,7 @@ bmm,anytime,Validate Document,VD,,_bmad/bmm/agents/tech-writer/tech-writer.agent
|
|
|
12
12
|
bmm,anytime,Explain Concept,EC,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create clear technical explanations with examples and diagrams for complex concepts. Breaks down into digestible sections using task-oriented approach.",project_knowledge,"explanation",
|
|
13
13
|
bmm,1-analysis,Brainstorm Project,BP,10,skill:bmad-brainstorming,bmad-brainstorming,false,analyst,data=_bmad/bmm/data/project-context-template.md,"Expert Guided Facilitation through a single or multiple techniques",planning_artifacts,"brainstorming session",
|
|
14
14
|
bmm,1-analysis,Market Research,MR,20,_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md,bmad-bmm-market-research,false,analyst,Create Mode,"Market analysis competitive landscape customer needs and trends","planning_artifacts|project-knowledge","research documents",
|
|
15
|
-
bmm,1-analysis,Domain Research,DR,21,
|
|
15
|
+
bmm,1-analysis,Domain Research,DR,21,skill:bmad-domain-research,bmad-bmm-domain-research,false,analyst,Create Mode,"Industry domain deep dive subject matter expertise and terminology","planning_artifacts|project_knowledge","research documents",
|
|
16
16
|
bmm,1-analysis,Technical Research,TR,22,_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents",
|
|
17
17
|
bmm,1-analysis,Create Brief,CB,30,_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md,bmad-bmm-create-product-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief",
|
|
18
18
|
bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -78,7 +78,7 @@ For **{{research_topic}}**, I will research:
|
|
|
78
78
|
|
|
79
79
|
- Document scope confirmation in research file
|
|
80
80
|
- Update frontmatter: `stepsCompleted: [1]`
|
|
81
|
-
- Load:
|
|
81
|
+
- Load: `./step-02-domain-analysis.md`
|
|
82
82
|
|
|
83
83
|
## APPEND TO DOCUMENT:
|
|
84
84
|
|
|
@@ -132,6 +132,6 @@ When user selects 'C', append scope confirmation:
|
|
|
132
132
|
|
|
133
133
|
## NEXT STEP:
|
|
134
134
|
|
|
135
|
-
After user selects 'C', load
|
|
135
|
+
After user selects 'C', load `./step-02-domain-analysis.md` to begin industry analysis.
|
|
136
136
|
|
|
137
137
|
Remember: This is SCOPE CONFIRMATION ONLY - no actual domain research yet, just confirming the research approach and scope!
|
|
@@ -171,7 +171,7 @@ _Source: [URL]_
|
|
|
171
171
|
|
|
172
172
|
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
173
173
|
- Update frontmatter: `stepsCompleted: [1, 2]`
|
|
174
|
-
- Load:
|
|
174
|
+
- Load: `./step-03-competitive-landscape.md`
|
|
175
175
|
|
|
176
176
|
## APPEND TO DOCUMENT:
|
|
177
177
|
|
|
@@ -224,6 +224,6 @@ Content is already written to document when generated in step 4. No additional a
|
|
|
224
224
|
|
|
225
225
|
## NEXT STEP:
|
|
226
226
|
|
|
227
|
-
After user selects 'C', load
|
|
227
|
+
After user selects 'C', load `./step-03-competitive-landscape.md` to analyze competitive landscape, key players, and ecosystem analysis for {{research_topic}}.
|
|
228
228
|
|
|
229
229
|
Remember: Always write research content to document immediately and search the web to verify facts!
|
|
@@ -180,7 +180,7 @@ _Source: [URL]_
|
|
|
180
180
|
|
|
181
181
|
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
182
182
|
- Update frontmatter: `stepsCompleted: [1, 2, 3]`
|
|
183
|
-
- Load:
|
|
183
|
+
- Load: `./step-04-regulatory-focus.md`
|
|
184
184
|
|
|
185
185
|
## APPEND TO DOCUMENT:
|
|
186
186
|
|
|
@@ -233,6 +233,6 @@ Content is already written to document when generated in step 4. No additional a
|
|
|
233
233
|
|
|
234
234
|
## NEXT STEP:
|
|
235
235
|
|
|
236
|
-
After user selects 'C', load
|
|
236
|
+
After user selects 'C', load `./step-04-regulatory-focus.md` to analyze regulatory requirements, compliance frameworks, and legal considerations for {{research_topic}}.
|
|
237
237
|
|
|
238
238
|
Remember: Always write research content to document immediately and search the web to verify facts!
|
|
@@ -155,7 +155,7 @@ Show the generated regulatory analysis and present continue option:
|
|
|
155
155
|
|
|
156
156
|
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
157
157
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
|
|
158
|
-
- Load:
|
|
158
|
+
- Load: `./step-05-technical-trends.md`
|
|
159
159
|
|
|
160
160
|
## APPEND TO DOCUMENT:
|
|
161
161
|
|
|
@@ -201,6 +201,6 @@ Content is already written to document when generated in step 5. No additional a
|
|
|
201
201
|
|
|
202
202
|
## NEXT STEP:
|
|
203
203
|
|
|
204
|
-
After user selects 'C' and content is saved to document, load
|
|
204
|
+
After user selects 'C' and content is saved to document, load `./step-05-technical-trends.md` to analyze technical trends and innovations in the domain.
|
|
205
205
|
|
|
206
206
|
Remember: Search the web to verify regulatory facts and provide practical implementation considerations!
|
|
@@ -174,7 +174,7 @@ Show the generated technical analysis and present complete option:
|
|
|
174
174
|
|
|
175
175
|
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
176
176
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
|
|
177
|
-
- Load:
|
|
177
|
+
- Load: `./step-06-research-synthesis.md`
|
|
178
178
|
|
|
179
179
|
## APPEND TO DOCUMENT:
|
|
180
180
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
stepsCompleted: []
|
|
3
|
+
inputDocuments: []
|
|
4
|
+
workflowType: 'research'
|
|
5
|
+
lastStep: 1
|
|
6
|
+
research_type: '{{research_type}}'
|
|
7
|
+
research_topic: '{{research_topic}}'
|
|
8
|
+
research_goals: '{{research_goals}}'
|
|
9
|
+
user_name: '{{user_name}}'
|
|
10
|
+
date: '{{date}}'
|
|
11
|
+
web_research_enabled: true
|
|
12
|
+
source_verification: true
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Research Report: {{research_type}}
|
|
16
|
+
|
|
17
|
+
**Date:** {{date}}
|
|
18
|
+
**Author:** {{user_name}}
|
|
19
|
+
**Research Type:** {{research_type}}
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Research Overview
|
|
24
|
+
|
|
25
|
+
[Research overview and methodology will be appended here]
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
<!-- Content will be appended sequentially through research workflow steps -->
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: domain-research
|
|
3
|
-
description: 'Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Domain Research Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Conduct comprehensive domain/industry research using current web data and verified sources to produce complete research documents with compelling narratives and proper citations.
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
workflow-domain-research.md:
|
|
2
|
-
canonicalId: bmad-domain-research
|
|
3
|
-
type: workflow
|
|
4
|
-
description: "Conduct domain and industry research. Use when the user says 'lets create a research report on [domain or industry]'"
|
|
5
|
-
|
|
6
1
|
workflow-market-research.md:
|
|
7
2
|
canonicalId: bmad-market-research
|
|
8
3
|
type: workflow
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-quick-dev
|
|
3
|
+
description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in [workflow.md](workflow.md).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -50,7 +50,7 @@ Analyze the user's input to determine mode:
|
|
|
50
50
|
- Load the spec, extract tasks/context/AC
|
|
51
51
|
- Set `{execution_mode}` = "tech-spec"
|
|
52
52
|
- Set `{tech_spec_path}` = provided path
|
|
53
|
-
- **NEXT:** Read fully and follow: `{
|
|
53
|
+
- **NEXT:** Read fully and follow: `{nextStepFile_modeA}`
|
|
54
54
|
|
|
55
55
|
**Mode B: Direct Instructions**
|
|
56
56
|
|
|
@@ -91,7 +91,7 @@ Display: "**Select:** [P] Plan first (tech-spec) [E] Execute directly"
|
|
|
91
91
|
#### Menu Handling Logic:
|
|
92
92
|
|
|
93
93
|
- IF P: Direct user to `{quick_spec_workflow}`. **EXIT Quick Dev.**
|
|
94
|
-
- IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow: `{
|
|
94
|
+
- IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow: `{nextStepFile_modeB}`
|
|
95
95
|
|
|
96
96
|
#### EXECUTION RULES:
|
|
97
97
|
|
|
@@ -114,7 +114,7 @@ Display:
|
|
|
114
114
|
|
|
115
115
|
- IF P: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.**
|
|
116
116
|
- IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.**
|
|
117
|
-
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `{
|
|
117
|
+
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `{nextStepFile_modeB}`
|
|
118
118
|
|
|
119
119
|
#### EXECUTION RULES:
|
|
120
120
|
|
|
@@ -137,7 +137,7 @@ Display:
|
|
|
137
137
|
|
|
138
138
|
- IF P: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.**
|
|
139
139
|
- IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.**
|
|
140
|
-
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `{
|
|
140
|
+
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `{nextStepFile_modeB}`
|
|
141
141
|
|
|
142
142
|
#### EXECUTION RULES:
|
|
143
143
|
|
|
@@ -150,8 +150,8 @@ Display:
|
|
|
150
150
|
|
|
151
151
|
**CRITICAL:** When this step completes, explicitly state which step to load:
|
|
152
152
|
|
|
153
|
-
- Mode A (tech-spec): "**NEXT:** read fully and follow: `{
|
|
154
|
-
- Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `{
|
|
153
|
+
- Mode A (tech-spec): "**NEXT:** read fully and follow: `{nextStepFile_modeA}`"
|
|
154
|
+
- Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `{nextStepFile_modeB}`"
|
|
155
155
|
- Escalation ([P] or [W]): "**EXITING Quick Dev.** Follow the directed workflow."
|
|
156
156
|
|
|
157
157
|
---
|
|
@@ -97,7 +97,7 @@ Ready to execute? (y/n/adjust)
|
|
|
97
97
|
|
|
98
98
|
**CRITICAL:** When user confirms ready, explicitly state:
|
|
99
99
|
|
|
100
|
-
- **y:** "**NEXT:** Read fully and follow: `{
|
|
100
|
+
- **y:** "**NEXT:** Read fully and follow: `{nextStepFile}`"
|
|
101
101
|
- **n/adjust:** Continue gathering context, then re-present plan
|
|
102
102
|
|
|
103
103
|
---
|
package/src/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-03-execute.md
RENAMED
|
@@ -89,7 +89,7 @@ For each task:
|
|
|
89
89
|
|
|
90
90
|
## NEXT STEP
|
|
91
91
|
|
|
92
|
-
When ALL tasks are complete (or halted on blocker), read fully and follow: `{
|
|
92
|
+
When ALL tasks are complete (or halted on blocker), read fully and follow: `{nextStepFile}`.
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
@@ -77,7 +77,7 @@ If TodoWrite or similar tool is available, turn each finding into a TODO, includ
|
|
|
77
77
|
|
|
78
78
|
## NEXT STEP
|
|
79
79
|
|
|
80
|
-
With findings in hand, read fully and follow: `{
|
|
80
|
+
With findings in hand, read fully and follow: `{nextStepFile}` for user to choose resolution approach.
|
|
81
81
|
|
|
82
82
|
---
|
|
83
83
|
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: quick-dev
|
|
3
|
-
description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Quick Dev Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Execute implementation tasks efficiently, either from a tech-spec or direct user instructions.
|
|
@@ -34,12 +29,11 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
34
29
|
|
|
35
30
|
### Paths
|
|
36
31
|
|
|
37
|
-
- `installed_path` = `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev`
|
|
38
32
|
- `project_context` = `**/project-context.md` (load if exists)
|
|
39
33
|
|
|
40
34
|
### Related Workflows
|
|
41
35
|
|
|
42
|
-
- `quick_spec_workflow` =
|
|
36
|
+
- `quick_spec_workflow` = `../quick-spec/workflow.md`
|
|
43
37
|
- `party_mode_exec` = `{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md`
|
|
44
38
|
- `advanced_elicitation` = `skill:bmad-advanced-elicitation`
|
|
45
39
|
|
|
@@ -47,4 +41,4 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
47
41
|
|
|
48
42
|
## EXECUTION
|
|
49
43
|
|
|
50
|
-
Read fully and follow:
|
|
44
|
+
Read fully and follow: `./steps/step-01-mode-detection.md` to begin the workflow.
|
|
@@ -138,7 +138,7 @@ b) **HALT and wait for user selection.**
|
|
|
138
138
|
#### Menu Handling Logic:
|
|
139
139
|
|
|
140
140
|
- IF A: Read fully and follow: `{advanced_elicitation}` with current spec content, process enhanced insights, ask user "Accept improvements? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
141
|
-
- IF B:
|
|
141
|
+
- IF B: Invoke the `bmad-quick-dev` skill with `{finalFile}` in a fresh context if possible (warn: fresh context is better)
|
|
142
142
|
- IF D: Exit workflow - display final confirmation and path to spec
|
|
143
143
|
- IF P: Read fully and follow: `{party_mode_exec}` with current spec content, process collaborative insights, ask user "Accept changes? (y/n)", if yes update spec then redisplay menu, if no keep original then redisplay menu
|
|
144
144
|
- IF R: Execute Adversarial Review (see below)
|
|
@@ -6,7 +6,6 @@ main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
|
6
6
|
# Checkpoint handler references
|
|
7
7
|
advanced_elicitation: 'skill:bmad-advanced-elicitation'
|
|
8
8
|
party_mode_exec: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
|
9
|
-
quick_dev_workflow: '{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md'
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# Quick-Spec Workflow
|
|
File without changes
|
|
File without changes
|