bmad-method 6.0.1 → 6.0.2
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/.claude/skills/bmad-os-audit-file-refs/SKILL.md +6 -0
- package/.claude/skills/bmad-os-audit-file-refs/prompts/instructions.md +59 -0
- package/.claude/skills/bmad-os-changelog-social/SKILL.md +1 -2
- package/.claude/skills/bmad-os-diataxis-style-fix/SKILL.md +1 -2
- package/.claude/skills/bmad-os-draft-changelog/SKILL.md +1 -2
- package/.claude/skills/bmad-os-gh-triage/SKILL.md +1 -7
- package/.claude/skills/bmad-os-release-module/SKILL.md +1 -2
- package/.claude/skills/bmad-os-review-pr/SKILL.md +6 -0
- package/{tools/maintainer/review-pr.md → .claude/skills/bmad-os-review-pr/prompts/instructions.md} +5 -16
- package/.prettierignore +3 -0
- package/CHANGELOG.md +37 -0
- package/README.md +13 -1
- package/docs/how-to/customize-bmad.md +14 -14
- package/docs/how-to/established-projects.md +15 -3
- package/docs/how-to/get-answers-about-bmad.md +39 -8
- package/docs/how-to/install-bmad.md +13 -4
- package/docs/how-to/non-interactive-installation.md +1 -1
- package/docs/how-to/quick-fixes.md +1 -1
- package/docs/index.md +10 -4
- package/docs/reference/commands.md +21 -1
- package/docs/reference/workflow-map.md +29 -62
- package/docs/roadmap.mdx +136 -0
- package/docs/tutorials/getting-started.md +69 -15
- package/package.json +2 -2
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +3 -3
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +1 -1
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +1 -1
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +1 -1
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +1 -1
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -1
- package/src/bmm/workflows/1-analysis/create-product-brief/workflow.md +1 -1
- package/src/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +2 -2
- package/src/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +2 -2
- package/src/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +2 -2
- package/src/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +2 -2
- package/src/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +1 -1
- package/src/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +2 -1
- package/src/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +2 -2
- package/src/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +2 -2
- package/src/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +2 -2
- package/src/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +2 -2
- package/src/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +2 -1
- package/src/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +2 -2
- package/src/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +2 -2
- package/src/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +2 -2
- package/src/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +2 -2
- package/src/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +2 -2
- package/src/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +2 -1
- package/src/bmm/workflows/1-analysis/research/workflow-domain-research.md +1 -1
- package/src/bmm/workflows/1-analysis/research/workflow-market-research.md +1 -1
- package/src/bmm/workflows/1-analysis/research/workflow-technical-research.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +2 -3
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02b-vision.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02c-executive-summary.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +3 -3
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +3 -3
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -2
- package/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +2 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +11 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +2 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +3 -5
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +2 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +2 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +2 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +2 -2
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -1
- package/src/bmm/workflows/3-solutioning/create-architecture/workflow.md +3 -3
- package/src/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -1
- package/src/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -2
- package/src/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -2
- package/src/bmm/workflows/4-implementation/create-story/checklist.md +2 -2
- package/src/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -2
- package/src/bmm/workflows/4-implementation/dev-story/workflow.yaml +1 -2
- package/src/bmm/workflows/4-implementation/retrospective/workflow.yaml +1 -2
- package/src/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +1 -1
- package/src/bmm/workflows/4-implementation/sprint-status/workflow.yaml +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +6 -6
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +2 -2
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +4 -6
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +1 -2
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +1 -2
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +2 -2
- package/src/bmm/workflows/document-project/workflow.yaml +1 -1
- package/src/bmm/workflows/generate-project-context/steps/step-01-discover.md +1 -1
- package/src/bmm/workflows/generate-project-context/steps/step-02-generate.md +1 -1
- package/src/bmm/workflows/generate-project-context/workflow.md +2 -2
- package/src/bmm/workflows/{qa/automate → qa-generate-e2e-tests}/workflow.yaml +2 -4
- package/src/core/tasks/editorial-review-prose.xml +1 -1
- package/src/core/tasks/editorial-review-structure.xml +1 -2
- package/src/core/tasks/help.md +3 -2
- package/src/core/tasks/index-docs.xml +1 -1
- package/src/core/tasks/review-adversarial-general.xml +2 -1
- package/src/core/tasks/shard-doc.xml +1 -1
- package/src/core/workflows/advanced-elicitation/workflow.xml +1 -0
- package/src/core/workflows/brainstorming/workflow.md +1 -1
- package/src/core/workflows/party-mode/workflow.md +1 -1
- package/tools/cli/installers/lib/ide/_config-driven.js +0 -1
- package/tools/cli/installers/lib/ide/codex.js +195 -181
- package/tools/cli/installers/lib/ide/github-copilot.js +0 -1
- package/tools/cli/installers/lib/ide/manager.js +3 -3
- package/tools/cli/installers/lib/ide/platform-codes.yaml +11 -4
- package/tools/cli/installers/lib/ide/rovodev.js +257 -0
- package/tools/cli/installers/lib/ide/shared/task-tool-command-generator.js +0 -1
- package/tools/cli/installers/lib/ide/templates/agent-command-template.md +0 -1
- package/tools/cli/installers/lib/ide/templates/combined/default-agent.md +0 -1
- package/tools/cli/installers/lib/ide/templates/combined/default-workflow-yaml.md +0 -1
- package/tools/cli/installers/lib/ide/templates/combined/default-workflow.md +0 -1
- package/tools/cli/installers/lib/ide/templates/workflow-command-template.md +0 -1
- package/tools/cli/installers/lib/ide/templates/workflow-commander.md +0 -1
- package/tools/cli/lib/ui.js +1 -1
- package/tools/platform-codes.yaml +12 -12
- package/tools/validate-doc-links.js +20 -6
- package/website/astro.config.mjs +1 -0
- package/website/src/rehype-markdown-links.js +9 -1
- package/website/src/styles/custom.css +296 -0
- package/.claude/skills/bmad-os-gh-triage/README.md +0 -14
- package/.claude/skills/bmad-os-release-module/README.md +0 -24
- package/tools/maintainer/review-pr-README.md +0 -55
- /package/src/bmm/workflows/{qa/automate → qa-generate-e2e-tests}/checklist.md +0 -0
- /package/src/bmm/workflows/{qa/automate → qa-generate-e2e-tests}/instructions.md +0 -0
|
@@ -205,7 +205,7 @@ Show the generated user journey content and present choices:
|
|
|
205
205
|
|
|
206
206
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
207
207
|
- Update frontmatter: append step to end of stepsCompleted array
|
|
208
|
-
- Load
|
|
208
|
+
- Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md`
|
|
209
209
|
|
|
210
210
|
## APPEND TO DOCUMENT:
|
|
211
211
|
|
|
@@ -236,6 +236,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
236
236
|
|
|
237
237
|
## NEXT STEP:
|
|
238
238
|
|
|
239
|
-
After user selects 'C' and content is saved to document, load
|
|
239
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md` to define component library strategy.
|
|
240
240
|
|
|
241
241
|
Remember: Do NOT proceed to step-11 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md
CHANGED
|
@@ -211,7 +211,7 @@ Show the generated component strategy content and present choices:
|
|
|
211
211
|
|
|
212
212
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
213
213
|
- Update frontmatter: append step to end of stepsCompleted array
|
|
214
|
-
- Load
|
|
214
|
+
- Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md`
|
|
215
215
|
|
|
216
216
|
## APPEND TO DOCUMENT:
|
|
217
217
|
|
|
@@ -243,6 +243,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
243
243
|
|
|
244
244
|
## NEXT STEP:
|
|
245
245
|
|
|
246
|
-
After user selects 'C' and content is saved to document, load
|
|
246
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md` to define UX consistency patterns.
|
|
247
247
|
|
|
248
248
|
Remember: Do NOT proceed to step-12 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -200,7 +200,7 @@ Show the generated UX patterns content and present choices:
|
|
|
200
200
|
|
|
201
201
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
202
202
|
- Update frontmatter: append step to end of stepsCompleted array
|
|
203
|
-
- Load
|
|
203
|
+
- Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md`
|
|
204
204
|
|
|
205
205
|
## APPEND TO DOCUMENT:
|
|
206
206
|
|
|
@@ -232,6 +232,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
232
232
|
|
|
233
233
|
## NEXT STEP:
|
|
234
234
|
|
|
235
|
-
After user selects 'C' and content is saved to document, load
|
|
235
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md` to define responsive design and accessibility strategy.
|
|
236
236
|
|
|
237
237
|
Remember: Do NOT proceed to step-13 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -227,7 +227,7 @@ Show the generated responsive and accessibility content and present choices:
|
|
|
227
227
|
|
|
228
228
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
229
229
|
- Update frontmatter: append step to end of stepsCompleted array
|
|
230
|
-
- Load
|
|
230
|
+
- Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md`
|
|
231
231
|
|
|
232
232
|
## APPEND TO DOCUMENT:
|
|
233
233
|
|
|
@@ -259,6 +259,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
259
259
|
|
|
260
260
|
## NEXT STEP:
|
|
261
261
|
|
|
262
|
-
After user selects 'C' and content is saved to document, load
|
|
262
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md` to finalize the UX design workflow.
|
|
263
263
|
|
|
264
264
|
Remember: Do NOT proceed to step-14 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -82,7 +82,7 @@ Update the main workflow status file:
|
|
|
82
82
|
|
|
83
83
|
### 3. Suggest Next Steps
|
|
84
84
|
|
|
85
|
-
UX Design complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `Create UX`.
|
|
85
|
+
UX Design complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md` with argument `Create UX`.
|
|
86
86
|
|
|
87
87
|
### 5. Final Completion Confirmation
|
|
88
88
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-ux-design
|
|
3
|
-
description:
|
|
3
|
+
description: Plan UX patterns and design specifications. Use when the user says 'lets create UX design' or 'create UX specifications' or 'help me plan the UX'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create UX Design Workflow
|
|
@@ -39,4 +39,4 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
39
39
|
## EXECUTION
|
|
40
40
|
|
|
41
41
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
42
|
-
- Read fully and follow: `steps/step-01-init.md` to begin the UX design workflow.
|
|
42
|
+
- Read fully and follow: `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md` to begin the UX design workflow.
|
|
@@ -109,7 +109,7 @@ The assessment found [number] issues requiring attention. Review the detailed re
|
|
|
109
109
|
|
|
110
110
|
The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider.
|
|
111
111
|
|
|
112
|
-
Implementation Readiness complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `implementation readiness`.
|
|
112
|
+
Implementation Readiness complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md` with argument `implementation readiness`.
|
|
113
113
|
|
|
114
114
|
---
|
|
115
115
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: check-implementation-readiness
|
|
3
|
-
description:
|
|
3
|
+
description: Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says 'check implementation readiness'.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Implementation Readiness
|
|
@@ -51,4 +51,4 @@ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
|
51
51
|
|
|
52
52
|
### 2. First Step EXECUTION
|
|
53
53
|
|
|
54
|
-
Read fully and follow: `./step-01-document-discovery.md` to begin the workflow.
|
|
54
|
+
Read fully and follow: `./steps/step-01-document-discovery.md` to begin the workflow.
|
|
@@ -44,7 +44,7 @@ First, check if the output document already exists:
|
|
|
44
44
|
|
|
45
45
|
If the document exists and has frontmatter with `stepsCompleted`:
|
|
46
46
|
|
|
47
|
-
- **STOP here** and load
|
|
47
|
+
- **STOP here** and load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md` immediately
|
|
48
48
|
- Do not proceed with any initialization tasks
|
|
49
49
|
- Let step-01b handle the continuation logic
|
|
50
50
|
|
|
@@ -148,6 +148,6 @@ Ready to begin architectural decision making. Do you have any other documents yo
|
|
|
148
148
|
|
|
149
149
|
## NEXT STEP:
|
|
150
150
|
|
|
151
|
-
After user selects [C] to continue, only after ensuring all the template output has been created, then load
|
|
151
|
+
After user selects [C] to continue, only after ensuring all the template output has been created, then load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md` to analyze the project context and begin architectural decision making.
|
|
152
152
|
|
|
153
153
|
Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and setup is confirmed!
|
|
@@ -85,7 +85,7 @@ Show the user their current progress:
|
|
|
85
85
|
|
|
86
86
|
- Identify the next step based on `stepsCompleted`
|
|
87
87
|
- Load the appropriate step file to continue
|
|
88
|
-
- Example: If `stepsCompleted: [1, 2, 3]`, load `step-04-decisions.md`
|
|
88
|
+
- Example: If `stepsCompleted: [1, 2, 3]`, load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md`
|
|
89
89
|
|
|
90
90
|
#### If 'C' (Continue to next logical step):
|
|
91
91
|
|
|
@@ -103,7 +103,7 @@ Show the user their current progress:
|
|
|
103
103
|
#### If 'X' (Start over):
|
|
104
104
|
|
|
105
105
|
- Confirm: "This will delete all existing architectural decisions. Are you sure? (y/n)"
|
|
106
|
-
- If confirmed: Delete existing document and
|
|
106
|
+
- If confirmed: Delete existing document and read fully and follow: `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md`
|
|
107
107
|
- If not confirmed: Return to continuation menu
|
|
108
108
|
|
|
109
109
|
### 4. Navigate to Selected Step
|
|
@@ -161,4 +161,13 @@ After user makes choice:
|
|
|
161
161
|
|
|
162
162
|
After user selects their continuation option, load the appropriate step file based on their choice. The step file will handle the detailed work from that point forward.
|
|
163
163
|
|
|
164
|
+
Valid step files to load:
|
|
165
|
+
- `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md`
|
|
166
|
+
- `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md`
|
|
167
|
+
- `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md`
|
|
168
|
+
- `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md`
|
|
169
|
+
- `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md`
|
|
170
|
+
- `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md`
|
|
171
|
+
- `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md`
|
|
172
|
+
|
|
164
173
|
Remember: The goal is smooth, transparent resumption that respects the work already done while giving the user control over how to proceed.
|
|
@@ -188,7 +188,7 @@ Show the generated content and present choices:
|
|
|
188
188
|
|
|
189
189
|
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
190
190
|
- Update frontmatter: `stepsCompleted: [1, 2]`
|
|
191
|
-
- Load
|
|
191
|
+
- Load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md`
|
|
192
192
|
|
|
193
193
|
## APPEND TO DOCUMENT:
|
|
194
194
|
|
|
@@ -219,6 +219,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
219
219
|
|
|
220
220
|
## NEXT STEP:
|
|
221
221
|
|
|
222
|
-
After user selects 'C' and content is saved to document, load
|
|
222
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md` to evaluate starter template options.
|
|
223
223
|
|
|
224
224
|
Remember: Do NOT proceed to step-03 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -232,7 +232,6 @@ Prepare the content to append to the document:
|
|
|
232
232
|
```bash
|
|
233
233
|
{{full_starter_command_with_options}}
|
|
234
234
|
```
|
|
235
|
-
````
|
|
236
235
|
|
|
237
236
|
**Architectural Decisions Provided by Starter:**
|
|
238
237
|
|
|
@@ -256,7 +255,7 @@ Prepare the content to append to the document:
|
|
|
256
255
|
|
|
257
256
|
**Note:** Project initialization using this command should be the first implementation story.
|
|
258
257
|
|
|
259
|
-
|
|
258
|
+
````
|
|
260
259
|
|
|
261
260
|
### 9. Present Content and Menu
|
|
262
261
|
|
|
@@ -295,7 +294,7 @@ Show the generated content and present choices:
|
|
|
295
294
|
|
|
296
295
|
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
297
296
|
- Update frontmatter: `stepsCompleted: [1, 2, 3]`
|
|
298
|
-
- Load
|
|
297
|
+
- Load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md`
|
|
299
298
|
|
|
300
299
|
## APPEND TO DOCUMENT:
|
|
301
300
|
|
|
@@ -325,7 +324,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
325
324
|
|
|
326
325
|
## NEXT STEP:
|
|
327
326
|
|
|
328
|
-
After user selects 'C' and content is saved to document, load
|
|
327
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md` to begin making specific architectural decisions.
|
|
329
328
|
|
|
330
329
|
Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
331
|
-
```
|
|
@@ -282,7 +282,7 @@ Show the generated decisions content and present choices:
|
|
|
282
282
|
|
|
283
283
|
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
284
284
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
|
|
285
|
-
- Load
|
|
285
|
+
- Load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md`
|
|
286
286
|
|
|
287
287
|
## APPEND TO DOCUMENT:
|
|
288
288
|
|
|
@@ -313,6 +313,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
313
313
|
|
|
314
314
|
## NEXT STEP:
|
|
315
315
|
|
|
316
|
-
After user selects 'C' and content is saved to document, load
|
|
316
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md` to define implementation patterns that ensure consistency across AI agents.
|
|
317
317
|
|
|
318
318
|
Remember: Do NOT proceed to step-05 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -323,7 +323,7 @@ Show the generated patterns content and present choices:
|
|
|
323
323
|
|
|
324
324
|
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
325
325
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
|
|
326
|
-
- Load
|
|
326
|
+
- Load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md`
|
|
327
327
|
|
|
328
328
|
## APPEND TO DOCUMENT:
|
|
329
329
|
|
|
@@ -354,6 +354,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
354
354
|
|
|
355
355
|
## NEXT STEP:
|
|
356
356
|
|
|
357
|
-
After user selects 'C' and content is saved to document, load
|
|
357
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md` to define the complete project structure.
|
|
358
358
|
|
|
359
359
|
Remember: Do NOT proceed to step-06 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -343,7 +343,7 @@ Show the generated project structure content and present choices:
|
|
|
343
343
|
|
|
344
344
|
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
345
345
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6]`
|
|
346
|
-
- Load
|
|
346
|
+
- Load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md`
|
|
347
347
|
|
|
348
348
|
## APPEND TO DOCUMENT:
|
|
349
349
|
|
|
@@ -374,6 +374,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
374
374
|
|
|
375
375
|
## NEXT STEP:
|
|
376
376
|
|
|
377
|
-
After user selects 'C' and content is saved to document, load
|
|
377
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md` to validate architectural coherence and completeness.
|
|
378
378
|
|
|
379
379
|
Remember: Do NOT proceed to step-07 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -323,7 +323,7 @@ Show the validation results and present choices:
|
|
|
323
323
|
|
|
324
324
|
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
325
325
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7]`
|
|
326
|
-
- Load
|
|
326
|
+
- Load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md`
|
|
327
327
|
|
|
328
328
|
## APPEND TO DOCUMENT:
|
|
329
329
|
|
|
@@ -354,6 +354,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
354
354
|
|
|
355
355
|
## NEXT STEP:
|
|
356
356
|
|
|
357
|
-
After user selects 'C' and content is saved to document, load
|
|
357
|
+
After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md` to complete the workflow and provide implementation guidance.
|
|
358
358
|
|
|
359
359
|
Remember: Do NOT proceed to step-08 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -41,7 +41,7 @@ completedAt: '{{current_date}}'
|
|
|
41
41
|
|
|
42
42
|
### 3. Next Steps Guidance
|
|
43
43
|
|
|
44
|
-
Architecture complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `Create Architecture`.
|
|
44
|
+
Architecture complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md` with argument `Create Architecture`.
|
|
45
45
|
|
|
46
46
|
Upon Completion of task output: offer to answer any questions about the Architecture Document.
|
|
47
47
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-architecture
|
|
3
|
-
description:
|
|
3
|
+
description: Create architecture solution design decisions for AI agent consistency. Use when the user says 'lets create architecture' or 'create technical architecture' or 'create a solution design'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Architecture Workflow
|
|
@@ -36,7 +36,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
36
36
|
|
|
37
37
|
### Paths
|
|
38
38
|
|
|
39
|
-
- `installed_path` = `{project-root}/_bmad/bmm/workflows/3-solutioning/architecture`
|
|
39
|
+
- `installed_path` = `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture`
|
|
40
40
|
- `template_path` = `{installed_path}/architecture-decision-template.md`
|
|
41
41
|
- `data_files_path` = `{installed_path}/data/`
|
|
42
42
|
|
|
@@ -44,6 +44,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
44
44
|
|
|
45
45
|
## EXECUTION
|
|
46
46
|
|
|
47
|
-
Read fully and follow: `steps/step-01-init.md` to begin the workflow.
|
|
47
|
+
Read fully and follow: `{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md` to begin the workflow.
|
|
48
48
|
|
|
49
49
|
**Note:** Input document discovery and all initialization protocols are handled in step-01-init.md.
|
package/src/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md
CHANGED
|
@@ -144,6 +144,6 @@ If all validations pass:
|
|
|
144
144
|
|
|
145
145
|
When C is selected, the workflow is complete and the epics.md is ready for development.
|
|
146
146
|
|
|
147
|
-
Epics and Stories complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `Create Epics and Stories`.
|
|
147
|
+
Epics and Stories complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md` with argument `Create Epics and Stories`.
|
|
148
148
|
|
|
149
149
|
Upon Completion of task output: offer to answer any questions about the Epics and Stories.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-epics-and-stories
|
|
3
|
-
description:
|
|
3
|
+
description: Break requirements into epics and user stories. Use when the user says 'create the epics and stories list'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create Epics and Stories
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Review Story Workflow
|
|
2
2
|
name: code-review
|
|
3
|
-
description: "Perform
|
|
4
|
-
author: "BMad"
|
|
3
|
+
description: "Perform adversarial code review finding specific issues. Use when the user says 'run code review' or 'review this code'"
|
|
5
4
|
|
|
6
5
|
# Critical variables from config
|
|
7
6
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Correct Course - Sprint Change Management Workflow
|
|
2
2
|
name: "correct-course"
|
|
3
|
-
description: "
|
|
4
|
-
author: "BMad Method"
|
|
3
|
+
description: "Manage significant changes during sprint execution. Use when the user says 'correct course' or 'propose sprint change'"
|
|
5
4
|
|
|
6
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
7
6
|
user_name: "{config_source}:user_name"
|
|
@@ -33,7 +33,7 @@ This is a COMPETITION to create the **ULTIMATE story context** that makes LLM de
|
|
|
33
33
|
|
|
34
34
|
### **When Running from Create-Story Workflow:**
|
|
35
35
|
|
|
36
|
-
- The `{project-root}/_bmad/core/tasks/
|
|
36
|
+
- The `{project-root}/_bmad/core/tasks/workflow.xml` framework will automatically:
|
|
37
37
|
- Load this checklist file
|
|
38
38
|
- Load the newly created story file (`{story_file_path}`)
|
|
39
39
|
- Load workflow variables from `{installed_path}/workflow.yaml`
|
|
@@ -63,7 +63,7 @@ You will systematically re-do the entire story creation process, but with a crit
|
|
|
63
63
|
|
|
64
64
|
1. **Load the workflow configuration**: `{installed_path}/workflow.yaml` for variable inclusion
|
|
65
65
|
2. **Load the story file**: `{story_file_path}` (provided by user or discovered)
|
|
66
|
-
3. **Load validation framework**: `{project-root}/_bmad/core/tasks/
|
|
66
|
+
3. **Load validation framework**: `{project-root}/_bmad/core/tasks/workflow.xml`
|
|
67
67
|
4. **Extract metadata**: epic_num, story_num, story_key, story_title from story file
|
|
68
68
|
5. **Resolve all workflow variables**: implementation_artifacts, epics_file, architecture_file, etc.
|
|
69
69
|
6. **Understand current status**: What story implementation guidance is currently provided?
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
name: create-story
|
|
2
|
-
description: "
|
|
3
|
-
author: "BMad"
|
|
2
|
+
description: "Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says 'create the next story' or 'create story [story identifier]'"
|
|
4
3
|
|
|
5
4
|
# Critical variables from config
|
|
6
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
name: dev-story
|
|
2
|
-
description: "Execute a story
|
|
3
|
-
author: "BMad"
|
|
2
|
+
description: "Execute story implementation following a context filled story spec file. Use when the user says 'dev this story [story file]' or 'implement the next story in the sprint plan'"
|
|
4
3
|
|
|
5
4
|
# Critical variables from config
|
|
6
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Retrospective - Epic Completion Review Workflow
|
|
2
2
|
name: "retrospective"
|
|
3
|
-
description: "
|
|
4
|
-
author: "BMad"
|
|
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]'"
|
|
5
4
|
|
|
6
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
7
6
|
user_name: "{config_source}:user_name"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: sprint-planning
|
|
2
|
-
description: "Generate
|
|
2
|
+
description: "Generate sprint status tracking from epics. Use when the user says 'run sprint planning' or 'generate sprint plan'"
|
|
3
3
|
author: "BMad"
|
|
4
4
|
|
|
5
5
|
# Critical variables from config
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sprint Status - Implementation Tracker
|
|
2
2
|
name: sprint-status
|
|
3
|
-
description: "Summarize sprint
|
|
3
|
+
description: "Summarize sprint status and surface risks. Use when the user says 'check sprint status' or 'show sprint status'"
|
|
4
4
|
author: "BMad"
|
|
5
5
|
|
|
6
6
|
# Critical variables from config
|
|
@@ -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: `step-03-execute.md`
|
|
53
|
+
- **NEXT:** Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md`
|
|
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: `step-02-context-gathering.md`
|
|
94
|
+
- IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md`
|
|
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: `step-02-context-gathering.md`
|
|
117
|
+
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md`
|
|
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: `step-02-context-gathering.md`
|
|
140
|
+
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md`
|
|
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: `step-03-execute.md`"
|
|
154
|
-
- Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `step-02-context-gathering.md`"
|
|
153
|
+
- Mode A (tech-spec): "**NEXT:** read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md`"
|
|
154
|
+
- Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md`"
|
|
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: `step-03-execute.md`"
|
|
100
|
+
- **y:** "**NEXT:** Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md`"
|
|
101
101
|
- **n/adjust:** Continue gathering context, then re-present plan
|
|
102
102
|
|
|
103
103
|
---
|
|
@@ -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: `step-04-self-check.md`.
|
|
92
|
+
When ALL tasks are complete (or halted on blocker), read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md`.
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
@@ -89,7 +89,7 @@ Proceeding to adversarial code review...
|
|
|
89
89
|
|
|
90
90
|
## NEXT STEP
|
|
91
91
|
|
|
92
|
-
Proceed immediately to `step-05-adversarial-review.md`.
|
|
92
|
+
Proceed immediately to `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md`.
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
@@ -83,7 +83,7 @@ If TodoWrite or similar tool is available, turn each finding into a TODO, includ
|
|
|
83
83
|
|
|
84
84
|
## NEXT STEP
|
|
85
85
|
|
|
86
|
-
With findings in hand, read fully and follow: `step-06-resolve-findings.md` for user to choose resolution approach.
|
|
86
|
+
With findings in hand, read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md` for user to choose resolution approach.
|
|
87
87
|
|
|
88
88
|
---
|
|
89
89
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quick-dev
|
|
3
|
-
description:
|
|
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
4
|
---
|
|
5
5
|
|
|
6
6
|
# Quick Dev Workflow
|
|
@@ -47,4 +47,4 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
47
47
|
|
|
48
48
|
## EXECUTION
|
|
49
49
|
|
|
50
|
-
Read fully and follow: `steps/step-01-mode-detection.md` to begin the workflow.
|
|
50
|
+
Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md` to begin the workflow.
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
name: 'step-01-understand'
|
|
3
3
|
description: 'Analyze the requirement delta between current state and what user wants to build'
|
|
4
4
|
|
|
5
|
-
nextStepFile: './step-02-investigate.md'
|
|
6
|
-
skipToStepFile: './step-03-generate.md'
|
|
7
5
|
templateFile: '../tech-spec-template.md'
|
|
8
6
|
wipFile: '{implementation_artifacts}/tech-spec-wip.md'
|
|
9
7
|
---
|
|
@@ -56,9 +54,9 @@ a) **Menu Handling:**
|
|
|
56
54
|
|
|
57
55
|
- **[Y] Continue existing:**
|
|
58
56
|
- Jump directly to the appropriate step based on `stepsCompleted`:
|
|
59
|
-
- `[1]` →
|
|
60
|
-
- `[1, 2]` →
|
|
61
|
-
- `[1, 2, 3]` →
|
|
57
|
+
- `[1]` → Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md` (Step 2)
|
|
58
|
+
- `[1, 2]` → Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md` (Step 3)
|
|
59
|
+
- `[1, 2, 3]` → Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md` (Step 4)
|
|
62
60
|
- **[N] Archive and start fresh:**
|
|
63
61
|
- Rename `{wipFile}` to `{implementation_artifacts}/tech-spec-{slug}-archived-{date}.md`
|
|
64
62
|
|
|
@@ -169,7 +167,7 @@ b) **HALT and wait for user selection.**
|
|
|
169
167
|
|
|
170
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
|
|
171
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
|
|
172
|
-
- 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: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md`
|
|
173
171
|
- IF Any other comments or queries: respond helpfully then redisplay menu
|
|
174
172
|
|
|
175
173
|
#### EXECUTION RULES:
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
name: 'step-02-investigate'
|
|
3
3
|
description: 'Map technical constraints and anchor points within the codebase'
|
|
4
4
|
|
|
5
|
-
nextStepFile: './step-03-generate.md'
|
|
6
5
|
wipFile: '{implementation_artifacts}/tech-spec-wip.md'
|
|
7
6
|
---
|
|
8
7
|
|
|
@@ -122,7 +121,7 @@ Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Ge
|
|
|
122
121
|
|
|
123
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
|
|
124
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
|
|
125
|
-
- 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: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md`
|
|
126
125
|
- IF Any other comments or queries: respond helpfully then redisplay menu
|
|
127
126
|
|
|
128
127
|
#### EXECUTION RULES:
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
name: 'step-03-generate'
|
|
3
3
|
description: 'Build the implementation plan based on the technical mapping of constraints'
|
|
4
4
|
|
|
5
|
-
nextStepFile: './step-04-review.md'
|
|
6
5
|
wipFile: '{implementation_artifacts}/tech-spec-wip.md'
|
|
7
6
|
---
|
|
8
7
|
|
|
@@ -113,7 +112,7 @@ stepsCompleted: [1, 2, 3]
|
|
|
113
112
|
---
|
|
114
113
|
```
|
|
115
114
|
|
|
116
|
-
c) **Read fully and follow: `{
|
|
115
|
+
c) **Read fully and follow: `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md` (Step 4)**
|
|
117
116
|
|
|
118
117
|
## REQUIRED OUTPUTS:
|
|
119
118
|
|