bmad-method 6.1.1-next.7 → 6.1.1-next.9
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/AGENTS.md +9 -0
- package/package.json +2 -1
- package/src/bmm/agents/architect.agent.yaml +1 -1
- package/src/bmm/module-help.csv +1 -1
- package/src/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +6 -0
- package/src/bmm/workflows/3-solutioning/bmad-create-architecture/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01-init.md +2 -2
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01b-continue.md +9 -9
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-02-context.md +2 -2
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-03-starter.md +2 -2
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-04-decisions.md +2 -2
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-05-patterns.md +2 -2
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-06-structure.md +2 -2
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-07-validation.md +2 -2
- package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/workflow.md +2 -7
- package/src/bmm/workflows/3-solutioning/create-architecture/bmad-skill-manifest.yaml +0 -3
- /package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/architecture-decision-template.md +0 -0
- /package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/domain-complexity.csv +0 -0
- /package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/project-types.csv +0 -0
- /package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-08-complete.md +0 -0
package/AGENTS.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# BMAD-METHOD
|
|
2
|
+
|
|
3
|
+
Open source framework for structured, agent-assisted software delivery.
|
|
4
|
+
|
|
5
|
+
## Rules
|
|
6
|
+
|
|
7
|
+
- Use Conventional Commits for every commit.
|
|
8
|
+
- Before pushing, run `npm ci && npm run quality` on `HEAD` in the exact checkout you are about to push.
|
|
9
|
+
`quality` mirrors the checks in `.github/workflows/quality.yaml`.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "bmad-method",
|
|
4
|
-
"version": "6.1.1-next.
|
|
4
|
+
"version": "6.1.1-next.9",
|
|
5
5
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"agile",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
|
|
40
40
|
"lint:md": "markdownlint-cli2 \"**/*.md\"",
|
|
41
41
|
"prepare": "command -v husky >/dev/null 2>&1 && husky || exit 0",
|
|
42
|
+
"quality": "npm run format:check && npm run lint && npm run lint:md && npm run docs:build && npm run validate:schemas && npm run test:schemas && npm run test:install && npm run validate:refs",
|
|
42
43
|
"rebundle": "node tools/cli/bundlers/bundle-web.js rebundle",
|
|
43
44
|
"test": "npm run test:schemas && npm run test:refs && npm run test:install && npm run validate:schemas && npm run lint && npm run lint:md && npm run format:check",
|
|
44
45
|
"test:coverage": "c8 --reporter=text --reporter=html npm run test:schemas",
|
|
@@ -21,7 +21,7 @@ agent:
|
|
|
21
21
|
|
|
22
22
|
menu:
|
|
23
23
|
- trigger: CA or fuzzy match on create-architecture
|
|
24
|
-
exec: "
|
|
24
|
+
exec: "skill:bmad-create-architecture"
|
|
25
25
|
description: "[CA] Create Architecture: Guided Workflow to document technical decisions to keep implementation on track"
|
|
26
26
|
|
|
27
27
|
- trigger: IR or fuzzy match on implementation-readiness
|
package/src/bmm/module-help.csv
CHANGED
|
@@ -19,7 +19,7 @@ bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/
|
|
|
19
19
|
bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
|
|
20
20
|
bmm,2-planning,Edit PRD,EP,25,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd",
|
|
21
21
|
bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design",
|
|
22
|
-
bmm,3-solutioning,Create Architecture,CA,10,
|
|
22
|
+
bmm,3-solutioning,Create Architecture,CA,10,skill:bmad-create-architecture,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture,
|
|
23
23
|
bmm,3-solutioning,Create Epics and Stories,CE,30,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
|
|
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",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-create-architecture
|
|
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
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in [workflow.md](workflow.md).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -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 `./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 `./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
|
|
88
|
+
- Example: If `stepsCompleted: [1, 2, 3]`, load `./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 read fully and follow:
|
|
106
|
+
- If confirmed: Delete existing document and read fully and follow: `./step-01-init.md`
|
|
107
107
|
- If not confirmed: Return to continuation menu
|
|
108
108
|
|
|
109
109
|
### 4. Navigate to Selected Step
|
|
@@ -162,12 +162,12 @@ After user makes choice:
|
|
|
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
164
|
Valid step files to load:
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
169
|
-
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
165
|
+
- `./step-02-context.md`
|
|
166
|
+
- `./step-03-starter.md`
|
|
167
|
+
- `./step-04-decisions.md`
|
|
168
|
+
- `./step-05-patterns.md`
|
|
169
|
+
- `./step-06-structure.md`
|
|
170
|
+
- `./step-07-validation.md`
|
|
171
|
+
- `./step-08-complete.md`
|
|
172
172
|
|
|
173
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 `./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 `./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!
|
|
@@ -294,7 +294,7 @@ Show the generated content and present choices:
|
|
|
294
294
|
|
|
295
295
|
- Append the final content to `{planning_artifacts}/architecture.md`
|
|
296
296
|
- Update frontmatter: `stepsCompleted: [1, 2, 3]`
|
|
297
|
-
- Load
|
|
297
|
+
- Load `./step-04-decisions.md`
|
|
298
298
|
|
|
299
299
|
## APPEND TO DOCUMENT:
|
|
300
300
|
|
|
@@ -324,6 +324,6 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
324
324
|
|
|
325
325
|
## NEXT STEP:
|
|
326
326
|
|
|
327
|
-
After user selects 'C' and content is saved to document, load
|
|
327
|
+
After user selects 'C' and content is saved to document, load `./step-04-decisions.md` to begin making specific architectural decisions.
|
|
328
328
|
|
|
329
329
|
Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -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 `./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 `./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 `./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 `./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 `./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 `./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 `./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 `./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!
|
package/src/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/workflow.md
RENAMED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: create-architecture
|
|
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
|
-
---
|
|
5
|
-
|
|
6
1
|
# Architecture Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Create comprehensive architecture decisions through collaborative step-by-step discovery that ensures AI agents implement consistently.
|
|
@@ -36,7 +31,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
36
31
|
|
|
37
32
|
### Paths
|
|
38
33
|
|
|
39
|
-
- `installed_path` =
|
|
34
|
+
- `installed_path` = `.`
|
|
40
35
|
- `template_path` = `{installed_path}/architecture-decision-template.md`
|
|
41
36
|
- `data_files_path` = `{installed_path}/data/`
|
|
42
37
|
|
|
@@ -44,6 +39,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
44
39
|
|
|
45
40
|
## EXECUTION
|
|
46
41
|
|
|
47
|
-
Read fully and follow:
|
|
42
|
+
Read fully and follow: `./steps/step-01-init.md` to begin the workflow.
|
|
48
43
|
|
|
49
44
|
**Note:** Input document discovery and all initialization protocols are handled in step-01-init.md.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|