bmad-method 6.1.1-next.1 → 6.1.1-next.3
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/agents/sm.agent.yaml +1 -1
- package/src/bmm/module-help.csv +3 -3
- package/src/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +6 -0
- package/src/bmm/workflows/4-implementation/bmad-create-story/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/workflow.md +4 -4
- 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/tools/cli/installers/lib/modules/manager.js +1 -1
- package/src/bmm/workflows/4-implementation/create-story/bmad-skill-manifest.yaml +0 -3
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/bmad-skill-manifest.yaml +0 -3
- /package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/checklist.md +0 -0
- /package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/discover-inputs.md +0 -0
- /package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/template.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
|
@@ -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
|
|
@@ -24,7 +24,7 @@ agent:
|
|
|
24
24
|
description: "[SP] Sprint Planning: Generate or update the record that will sequence the tasks to complete the full project that the dev agent will follow"
|
|
25
25
|
|
|
26
26
|
- trigger: CS or fuzzy match on create-story
|
|
27
|
-
exec: "
|
|
27
|
+
exec: "skill:bmad-create-story"
|
|
28
28
|
description: "[CS] Context Story: Prepare a story with all required context for implementation for the developer agent"
|
|
29
29
|
|
|
30
30
|
- trigger: ER or fuzzy match on epic-retrospective
|
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",
|
|
@@ -24,8 +24,8 @@ bmm,3-solutioning,Create Epics and Stories,CE,30,_bmad/bmm/workflows/3-solutioni
|
|
|
24
24
|
bmm,3-solutioning,Check Implementation Readiness,IR,70,_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
|
|
25
25
|
bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
|
|
26
26
|
bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.md,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
|
|
27
|
-
bmm,4-implementation,Validate Story,VS,35,
|
|
28
|
-
bmm,4-implementation,Create Story,CS,30,
|
|
27
|
+
bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
|
|
28
|
+
bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
|
|
29
29
|
bmm,4-implementation,Dev Story,DS,40,_bmad/bmm/workflows/4-implementation/dev-story/workflow.md,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
|
|
30
30
|
bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.md,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
|
|
31
31
|
bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-create-story
|
|
3
|
+
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
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in [workflow.md](workflow.md).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: create-story
|
|
2
|
+
name: bmad-create-story
|
|
3
3
|
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
4
|
---
|
|
5
5
|
|
|
@@ -32,9 +32,9 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
32
32
|
|
|
33
33
|
### Paths
|
|
34
34
|
|
|
35
|
-
- `installed_path` =
|
|
36
|
-
- `template` =
|
|
37
|
-
- `validation` =
|
|
35
|
+
- `installed_path` = `.`
|
|
36
|
+
- `template` = `./template.md`
|
|
37
|
+
- `validation` = `./checklist.md`
|
|
38
38
|
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
|
|
39
39
|
- `epics_file` = `{planning_artifacts}/epics.md`
|
|
40
40
|
- `prd_file` = `{planning_artifacts}/prd.md`
|
|
@@ -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
|
|
@@ -1077,7 +1077,7 @@ class ModuleManager {
|
|
|
1077
1077
|
const installWorkflowPath = item['workflow-install']; // Where to copy TO
|
|
1078
1078
|
|
|
1079
1079
|
// Parse SOURCE workflow path
|
|
1080
|
-
// Example: {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.md
|
|
1080
|
+
// Example: {project-root}/_bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md
|
|
1081
1081
|
const sourceMatch = sourceWorkflowPath.match(/\{project-root\}\/(?:_bmad)\/([^/]+)\/workflows\/(.+)/);
|
|
1082
1082
|
if (!sourceMatch) {
|
|
1083
1083
|
await prompts.log.warn(` Could not parse workflow path: ${sourceWorkflowPath}`);
|
|
File without changes
|
/package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/discover-inputs.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|