bmad-method 6.2.3-next.1 → 6.2.3-next.10
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-plugin/marketplace.json +0 -1
- package/package.json +2 -1
- package/src/bmm-skills/1-analysis/bmad-agent-analyst/SKILL.md +7 -4
- package/src/bmm-skills/1-analysis/bmad-agent-tech-writer/SKILL.md +6 -4
- package/src/bmm-skills/1-analysis/bmad-document-project/workflow.md +8 -10
- package/src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md +96 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/agents/artifact-analyzer.md +60 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/agents/web-researcher.md +49 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/assets/prfaq-template.md +62 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/bmad-manifest.json +16 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/customer-faq.md +55 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/internal-faq.md +51 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/press-release.md +60 -0
- package/src/bmm-skills/1-analysis/bmad-prfaq/references/verdict.md +79 -0
- package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +1 -6
- package/src/bmm-skills/1-analysis/bmad-product-brief/bmad-manifest.json +1 -1
- package/src/bmm-skills/1-analysis/research/bmad-domain-research/workflow.md +8 -6
- package/src/bmm-skills/1-analysis/research/bmad-market-research/workflow.md +8 -6
- package/src/bmm-skills/1-analysis/research/bmad-technical-research/workflow.md +8 -6
- package/src/bmm-skills/2-plan-workflows/bmad-agent-pm/SKILL.md +6 -4
- package/src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer/SKILL.md +6 -4
- package/src/bmm-skills/2-plan-workflows/bmad-create-prd/workflow.md +8 -9
- package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/workflow.md +8 -9
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/workflow.md +8 -9
- package/src/bmm-skills/2-plan-workflows/bmad-validate-prd/workflow.md +8 -9
- package/src/bmm-skills/3-solutioning/bmad-agent-architect/SKILL.md +6 -4
- package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md +8 -10
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/workflow.md +8 -14
- package/src/bmm-skills/3-solutioning/bmad-create-epics-and-stories/workflow.md +10 -12
- package/src/bmm-skills/3-solutioning/bmad-generate-project-context/workflow.md +8 -12
- package/src/bmm-skills/4-implementation/bmad-agent-dev/SKILL.md +6 -4
- package/src/bmm-skills/4-implementation/bmad-agent-qa/SKILL.md +6 -4
- package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md +6 -4
- package/src/bmm-skills/4-implementation/bmad-agent-sm/SKILL.md +6 -4
- package/src/bmm-skills/module-help.csv +2 -1
- package/src/core-skills/bmad-advanced-elicitation/SKILL.md +1 -2
- package/src/core-skills/bmad-distillator/SKILL.md +0 -1
- package/src/core-skills/bmad-distillator/resources/distillate-format-reference.md +9 -9
- package/src/core-skills/bmad-party-mode/SKILL.md +121 -2
- package/tools/installer/ide/platform-codes.yaml +6 -4
- package/tools/installer/modules/external-manager.js +34 -3
- package/tools/platform-codes.yaml +6 -0
- package/src/bmm-skills/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -15
- package/src/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md +0 -197
- package/src/bmm-skills/2-plan-workflows/create-prd/data/project-types.csv +0 -11
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -224
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -191
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -209
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -174
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -228
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -217
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -263
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -242
- package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -232
- package/src/bmm-skills/2-plan-workflows/create-prd/workflow-validate-prd.md +0 -65
- package/src/core-skills/bmad-init/SKILL.md +0 -100
- package/src/core-skills/bmad-init/resources/core-module.yaml +0 -25
- package/src/core-skills/bmad-init/scripts/bmad_init.py +0 -624
- package/src/core-skills/bmad-init/scripts/tests/test_bmad_init.py +0 -393
- package/src/core-skills/bmad-party-mode/steps/step-01-agent-loading.md +0 -138
- package/src/core-skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -187
- package/src/core-skills/bmad-party-mode/steps/step-03-graceful-exit.md +0 -167
- package/src/core-skills/bmad-party-mode/workflow.md +0 -190
|
@@ -37,7 +37,7 @@ Check activation context immediately:
|
|
|
37
37
|
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
38
38
|
- Use `{project_knowledge}` for additional context scanning
|
|
39
39
|
|
|
40
|
-
2. **Greet user** as `{user_name}`, speaking in `{communication_language}`.
|
|
40
|
+
2. **Greet user** as `{user_name}`, speaking in `{communication_language}`.
|
|
41
41
|
|
|
42
42
|
3. **Stage 1: Understand Intent** (handled here in SKILL.md)
|
|
43
43
|
|
|
@@ -80,8 +80,3 @@ Check activation context immediately:
|
|
|
80
80
|
| 3 | Guided Elicitation | Fill gaps through smart questioning | `prompts/guided-elicitation.md` |
|
|
81
81
|
| 4 | Draft & Review | Draft brief, fan out review subagents | `prompts/draft-and-review.md` |
|
|
82
82
|
| 5 | Finalize | Polish, output, offer distillate | `prompts/finalize.md` |
|
|
83
|
-
|
|
84
|
-
## External Skills
|
|
85
|
-
|
|
86
|
-
This workflow uses:
|
|
87
|
-
- `bmad-init` — Configuration loading (module: bmm)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"description": "Produces executive product brief and optional LLM distillate for PRD input.",
|
|
9
9
|
"supports-headless": true,
|
|
10
10
|
"phase-name": "1-analysis",
|
|
11
|
-
"after": ["brainstorming, perform-research"],
|
|
11
|
+
"after": ["brainstorming", "perform-research"],
|
|
12
12
|
"before": ["create-prd"],
|
|
13
13
|
"is-required": true,
|
|
14
14
|
"output-location": "{planning_artifacts}"
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
**⛔ Web search required.** If unavailable, abort and tell the user.
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
14
|
-
-
|
|
15
|
-
- `communication_language
|
|
16
|
-
- `
|
|
11
|
+
## Activation
|
|
12
|
+
|
|
13
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
14
|
+
- Use `{user_name}` for greeting
|
|
15
|
+
- Use `{communication_language}` for all communications
|
|
16
|
+
- Use `{document_output_language}` for output documents
|
|
17
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
18
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
17
19
|
|
|
18
20
|
## QUICK TOPIC DISCOVERY
|
|
19
21
|
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
**⛔ Web search required.** If unavailable, abort and tell the user.
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
14
|
-
-
|
|
15
|
-
- `communication_language
|
|
16
|
-
- `
|
|
11
|
+
## Activation
|
|
12
|
+
|
|
13
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
14
|
+
- Use `{user_name}` for greeting
|
|
15
|
+
- Use `{communication_language}` for all communications
|
|
16
|
+
- Use `{document_output_language}` for output documents
|
|
17
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
18
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
17
19
|
|
|
18
20
|
## QUICK TOPIC DISCOVERY
|
|
19
21
|
|
|
@@ -9,12 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
**⛔ Web search required.** If unavailable, abort and tell the user.
|
|
11
11
|
|
|
12
|
-
##
|
|
13
|
-
|
|
14
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
15
|
-
-
|
|
16
|
-
- `communication_language
|
|
17
|
-
- `
|
|
12
|
+
## Activation
|
|
13
|
+
|
|
14
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
15
|
+
- Use `{user_name}` for greeting
|
|
16
|
+
- Use `{communication_language}` for all communications
|
|
17
|
+
- Use `{document_output_language}` for output documents
|
|
18
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
19
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
18
20
|
|
|
19
21
|
## QUICK TOPIC DISCOVERY
|
|
20
22
|
|
|
@@ -41,10 +41,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
41
41
|
|
|
42
42
|
## On Activation
|
|
43
43
|
|
|
44
|
-
1.
|
|
45
|
-
- Use `{user_name}`
|
|
46
|
-
- Use `{communication_language}`
|
|
47
|
-
-
|
|
44
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
45
|
+
- Use `{user_name}` for greeting
|
|
46
|
+
- Use `{communication_language}` for all communications
|
|
47
|
+
- Use `{document_output_language}` for output documents
|
|
48
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
49
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
48
50
|
|
|
49
51
|
2. **Continue with steps below:**
|
|
50
52
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -37,10 +37,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
37
37
|
|
|
38
38
|
## On Activation
|
|
39
39
|
|
|
40
|
-
1.
|
|
41
|
-
- Use `{user_name}`
|
|
42
|
-
- Use `{communication_language}`
|
|
43
|
-
-
|
|
40
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
41
|
+
- Use `{user_name}` for greeting
|
|
42
|
+
- Use `{communication_language}` for all communications
|
|
43
|
+
- Use `{document_output_language}` for output documents
|
|
44
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
45
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
44
46
|
|
|
45
47
|
2. **Continue with steps below:**
|
|
46
48
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -42,20 +42,19 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
42
42
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
43
43
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## Activation
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
- `date` as system-generated current datetime
|
|
47
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
48
|
+
- Use `{user_name}` for greeting
|
|
49
|
+
- Use `{communication_language}` for all communications
|
|
50
|
+
- Use `{document_output_language}` for output documents
|
|
51
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
52
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
54
53
|
|
|
55
54
|
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
56
55
|
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
57
56
|
|
|
58
|
-
|
|
57
|
+
2. Route to Create Workflow
|
|
59
58
|
|
|
60
59
|
"**Create Mode: Creating a new PRD from scratch.**"
|
|
61
60
|
|
|
@@ -15,15 +15,14 @@ This uses **micro-file architecture** for disciplined execution:
|
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
|
-
##
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
- `date` as system-generated current datetime
|
|
18
|
+
## Activation
|
|
19
|
+
|
|
20
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
21
|
+
- Use `{user_name}` for greeting
|
|
22
|
+
- Use `{communication_language}` for all communications
|
|
23
|
+
- Use `{document_output_language}` for output documents
|
|
24
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
25
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
27
26
|
|
|
28
27
|
### Paths
|
|
29
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
|
-
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md'
|
|
3
|
+
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/bmad-create-prd/data/prd-purpose.md'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Step E-1: Discovery & Understanding
|
package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
3
|
prdFile: '{prd_file_path}'
|
|
4
|
-
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md'
|
|
4
|
+
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/bmad-create-prd/data/prd-purpose.md'
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Step E-1B: Legacy PRD Conversion Assessment
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
3
|
prdFile: '{prd_file_path}'
|
|
4
4
|
validationReport: '{validation_report_path}' # If provided
|
|
5
|
-
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md'
|
|
5
|
+
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/bmad-create-prd/data/prd-purpose.md'
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Step E-2: Deep Review & Analysis
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
3
|
prdFile: '{prd_file_path}'
|
|
4
|
-
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md'
|
|
4
|
+
prdPurpose: '{project-root}/_bmad/bmm-skills/2-plan-workflows/bmad-create-prd/data/prd-purpose.md'
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Step E-3: Edit & Update
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
# File references (ONLY variables used in this step)
|
|
3
3
|
prdFile: '{prd_file_path}'
|
|
4
|
-
validationWorkflow: '{project-root}/_bmad/bmm-skills/2-plan-workflows/
|
|
4
|
+
validationWorkflow: '{project-root}/_bmad/bmm-skills/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md'
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Step E-4: Complete & Validate
|
|
@@ -41,20 +41,19 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
41
41
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
42
42
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Activation
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
- `date` as system-generated current datetime
|
|
46
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
47
|
+
- Use `{user_name}` for greeting
|
|
48
|
+
- Use `{communication_language}` for all communications
|
|
49
|
+
- Use `{document_output_language}` for output documents
|
|
50
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
51
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
53
52
|
|
|
54
53
|
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
55
54
|
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
56
55
|
|
|
57
|
-
|
|
56
|
+
2. Route to Edit Workflow
|
|
58
57
|
|
|
59
58
|
"**Edit Mode: Improving an existing PRD.**"
|
|
60
59
|
|
|
@@ -42,20 +42,19 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
42
42
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
43
43
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## Activation
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
- `date` as system-generated current datetime
|
|
47
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
48
|
+
- Use `{user_name}` for greeting
|
|
49
|
+
- Use `{communication_language}` for all communications
|
|
50
|
+
- Use `{document_output_language}` for output documents
|
|
51
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
52
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
54
53
|
|
|
55
54
|
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
56
55
|
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
57
56
|
|
|
58
|
-
|
|
57
|
+
2. Route to Validate Workflow
|
|
59
58
|
|
|
60
59
|
"**Validate Mode: Validating an existing PRD against BMAD standards.**"
|
|
61
60
|
|
|
@@ -36,10 +36,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
36
36
|
|
|
37
37
|
## On Activation
|
|
38
38
|
|
|
39
|
-
1.
|
|
40
|
-
- Use `{user_name}`
|
|
41
|
-
- Use `{communication_language}`
|
|
42
|
-
-
|
|
39
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
40
|
+
- Use `{user_name}` for greeting
|
|
41
|
+
- Use `{communication_language}` for all communications
|
|
42
|
+
- Use `{document_output_language}` for output documents
|
|
43
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
44
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
43
45
|
|
|
44
46
|
2. **Continue with steps below:**
|
|
45
47
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -33,17 +33,15 @@
|
|
|
33
33
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
34
34
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
## Activation
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
39
|
+
- Use `{user_name}` for greeting
|
|
40
|
+
- Use `{communication_language}` for all communications
|
|
41
|
+
- Use `{document_output_language}` for output documents
|
|
42
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
43
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
39
44
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
43
|
-
|
|
44
|
-
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
|
|
45
|
-
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
46
|
-
|
|
47
|
-
### 2. First Step EXECUTION
|
|
45
|
+
2. First Step EXECUTION
|
|
48
46
|
|
|
49
47
|
Read fully and follow: `./steps/step-01-document-discovery.md` to begin the workflow.
|
|
@@ -16,22 +16,16 @@ This uses **micro-file architecture** for disciplined execution:
|
|
|
16
16
|
- Append-only document building through conversation
|
|
17
17
|
- You NEVER proceed to a step file if the current step file indicates the user must approve and indicate continuation.
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## INITIALIZATION
|
|
22
|
-
|
|
23
|
-
### Configuration Loading
|
|
19
|
+
## Activation
|
|
24
20
|
|
|
25
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
- `
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
---
|
|
21
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
22
|
+
- Use `{user_name}` for greeting
|
|
23
|
+
- Use `{communication_language}` for all communications
|
|
24
|
+
- Use `{document_output_language}` for output documents
|
|
25
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
26
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
33
27
|
|
|
34
|
-
|
|
28
|
+
2. EXECUTION
|
|
35
29
|
|
|
36
30
|
Read fully and follow: `./steps/step-01-init.md` to begin the workflow.
|
|
37
31
|
|
|
@@ -37,17 +37,15 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
37
37
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
38
38
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### 2. First Step EXECUTION
|
|
40
|
+
## Activation
|
|
41
|
+
|
|
42
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
43
|
+
- Use `{user_name}` for greeting
|
|
44
|
+
- Use `{communication_language}` for all communications
|
|
45
|
+
- Use `{document_output_language}` for output documents
|
|
46
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
47
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
48
|
+
|
|
49
|
+
2. First Step EXECUTION
|
|
52
50
|
|
|
53
51
|
Read fully and follow: `./steps/step-01-validate-prerequisites.md` to begin the workflow.
|
|
@@ -18,25 +18,21 @@ This uses **micro-file architecture** for disciplined execution:
|
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
##
|
|
21
|
+
## Activation
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
|
|
24
|
+
- Use `{user_name}` for greeting
|
|
25
|
+
- Use `{communication_language}` for all communications
|
|
26
|
+
- Use `{document_output_language}` for output documents
|
|
27
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
28
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
24
29
|
|
|
25
|
-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
26
|
-
|
|
27
|
-
- `project_name`, `output_folder`, `user_name`
|
|
28
|
-
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
29
|
-
- `date` as system-generated current datetime
|
|
30
30
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
31
31
|
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
32
32
|
|
|
33
|
-
### Paths
|
|
34
|
-
|
|
35
33
|
- `output_file` = `{output_folder}/project-context.md`
|
|
36
34
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## EXECUTION
|
|
35
|
+
EXECUTION
|
|
40
36
|
|
|
41
37
|
Load and execute `./steps/step-01-discover.md` to begin the workflow.
|
|
42
38
|
|
|
@@ -46,10 +46,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
46
46
|
|
|
47
47
|
## On Activation
|
|
48
48
|
|
|
49
|
-
1.
|
|
50
|
-
- Use `{user_name}`
|
|
51
|
-
- Use `{communication_language}`
|
|
52
|
-
-
|
|
49
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
50
|
+
- Use `{user_name}` for greeting
|
|
51
|
+
- Use `{communication_language}` for all communications
|
|
52
|
+
- Use `{document_output_language}` for output documents
|
|
53
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
54
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
53
55
|
|
|
54
56
|
2. **Continue with steps below:**
|
|
55
57
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -43,10 +43,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
43
43
|
|
|
44
44
|
## On Activation
|
|
45
45
|
|
|
46
|
-
1.
|
|
47
|
-
- Use `{user_name}`
|
|
48
|
-
- Use `{communication_language}`
|
|
49
|
-
-
|
|
46
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
47
|
+
- Use `{user_name}` for greeting
|
|
48
|
+
- Use `{communication_language}` for all communications
|
|
49
|
+
- Use `{document_output_language}` for output documents
|
|
50
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
51
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
50
52
|
|
|
51
53
|
2. **Continue with steps below:**
|
|
52
54
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -35,10 +35,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
35
35
|
|
|
36
36
|
## On Activation
|
|
37
37
|
|
|
38
|
-
1.
|
|
39
|
-
- Use `{user_name}`
|
|
40
|
-
- Use `{communication_language}`
|
|
41
|
-
-
|
|
38
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
39
|
+
- Use `{user_name}` for greeting
|
|
40
|
+
- Use `{communication_language}` for all communications
|
|
41
|
+
- Use `{document_output_language}` for output documents
|
|
42
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
43
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
42
44
|
|
|
43
45
|
2. **Continue with steps below:**
|
|
44
46
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -37,10 +37,12 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|
|
37
37
|
|
|
38
38
|
## On Activation
|
|
39
39
|
|
|
40
|
-
1.
|
|
41
|
-
- Use `{user_name}`
|
|
42
|
-
- Use `{communication_language}`
|
|
43
|
-
-
|
|
40
|
+
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
41
|
+
- Use `{user_name}` for greeting
|
|
42
|
+
- Use `{communication_language}` for all communications
|
|
43
|
+
- Use `{document_output_language}` for output documents
|
|
44
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
45
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
44
46
|
|
|
45
47
|
2. **Continue with steps below:**
|
|
46
48
|
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
|
|
@@ -12,7 +12,8 @@ BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation
|
|
|
12
12
|
BMad Method,bmad-market-research,Market Research,MR,"Market analysis competitive landscape customer needs and trends.",,1-analysis,,,false,"planning_artifacts|project-knowledge",research documents
|
|
13
13
|
BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,1-analysis,,,false,"planning_artifacts|project_knowledge",research documents
|
|
14
14
|
BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,1-analysis,,,false,"planning_artifacts|project_knowledge",research documents
|
|
15
|
-
BMad Method,bmad-product-brief,Create Brief,CB,
|
|
15
|
+
BMad Method,bmad-product-brief,Create Brief,CB,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
|
|
16
|
+
BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
|
|
16
17
|
BMad Method,bmad-create-prd,Create PRD,CP,Expert led facilitation to produce your Product Requirements Document.,,2-planning,,,true,planning_artifacts,prd
|
|
17
18
|
BMad Method,bmad-validate-prd,Validate PRD,VP,,,[path],2-planning,bmad-create-prd,,false,planning_artifacts,prd validation report
|
|
18
19
|
BMad Method,bmad-edit-prd,Edit PRD,EP,,,[path],2-planning,bmad-validate-prd,,false,planning_artifacts,updated prd
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bmad-advanced-elicitation
|
|
3
3
|
description: 'Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.'
|
|
4
|
-
agent_party: '{project-root}/_bmad/_config/agent-manifest.csv'
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Advanced Elicitation
|
|
@@ -36,7 +35,7 @@ When invoked from another prompt or process:
|
|
|
36
35
|
|
|
37
36
|
### Step 1: Method Registry Loading
|
|
38
37
|
|
|
39
|
-
**Action:** Load and read `./methods.csv` and
|
|
38
|
+
**Action:** Load and read `./methods.csv` and '{project-root}/_bmad/_config/agent-manifest.csv'
|
|
40
39
|
|
|
41
40
|
#### CSV Structure
|
|
42
41
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bmad-distillator
|
|
3
3
|
description: Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.
|
|
4
|
-
argument-hint: "[to create provide input paths] [--validate distillate-path to confirm distillate is lossless and optimized]"
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Distillator: A Document Distillation Engine
|
|
@@ -81,18 +81,18 @@ When the same fact appears in both a brief and discovery notes:
|
|
|
81
81
|
|
|
82
82
|
**Brief says:**
|
|
83
83
|
```
|
|
84
|
-
bmad-
|
|
84
|
+
bmad-help must always be included as a base skill in every bundle
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
**Discovery notes say:**
|
|
88
88
|
```
|
|
89
|
-
bmad-
|
|
90
|
-
(solves
|
|
89
|
+
bmad-help must always be included as a base skill in every bundle/install
|
|
90
|
+
(solves discoverability problem)
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
**Distillate keeps the more contextual version:**
|
|
94
94
|
```
|
|
95
|
-
- bmad-
|
|
95
|
+
- bmad-help: always included as base skill in every bundle (solves discoverability)
|
|
96
96
|
```
|
|
97
97
|
|
|
98
98
|
### Decision/Rationale Compression
|
|
@@ -128,7 +128,7 @@ parts: 1
|
|
|
128
128
|
|
|
129
129
|
## Core Concept
|
|
130
130
|
- BMAD Next-Gen Installer: replaces monolithic Node.js CLI with skill-based plugin architecture for distributing BMAD methodology across 40+ AI platforms
|
|
131
|
-
- Three layers: self-describing plugins (bmad-manifest.json), cross-platform install via Vercel skills CLI (MIT), runtime registration via bmad-
|
|
131
|
+
- Three layers: self-describing plugins (bmad-manifest.json), cross-platform install via Vercel skills CLI (MIT), runtime registration via bmad-setup skill
|
|
132
132
|
- Transforms BMAD from dev-only methodology into open platform for any domain (creative, therapeutic, educational, personal)
|
|
133
133
|
|
|
134
134
|
## Problem
|
|
@@ -141,7 +141,7 @@ parts: 1
|
|
|
141
141
|
- Plugins: skill bundles with Anthropic plugin standard as base format + bmad-manifest.json extending for BMAD-specific metadata (installer options, capabilities, help integration, phase ordering, dependencies)
|
|
142
142
|
- Existing manifest example: `{"module-code":"bmm","replaces-skill":"bmad-create-product-brief","capabilities":[{"name":"create-brief","menu-code":"CB","supports-headless":true,"phase-name":"1-analysis","after":["brainstorming"],"before":["create-prd"],"is-required":true}]}`
|
|
143
143
|
- Vercel skills CLI handles platform translation; integration pattern (wrap/fork/call) is PRD decision
|
|
144
|
-
- bmad-
|
|
144
|
+
- bmad-setup: global skill scanning installed bmad-manifest.json files, registering capabilities, configuring project settings; always included as base skill in every bundle (solves bootstrapping)
|
|
145
145
|
- bmad-update: plugin update path without full reinstall; technical approach (diff/replace/preserve customizations) is PRD decision
|
|
146
146
|
- Distribution tiers: (1) NPX installer wrapping skills CLI for technical users, (2) zip bundle + platform-specific README for non-technical users, (3) future marketplace
|
|
147
147
|
- Non-technical path has honest friction: "copy to right folder" requires knowing where; per-platform README instructions; improves over time as low-code space matures
|
|
@@ -161,13 +161,13 @@ parts: 1
|
|
|
161
161
|
- Zero (or near-zero) custom platform directory code; delegated to skills CLI ecosystem
|
|
162
162
|
- Installation verified on top platforms by volume; skills CLI handles long tail
|
|
163
163
|
- Non-technical install path validated with non-developer users
|
|
164
|
-
- bmad-
|
|
164
|
+
- bmad-setup discovers/registers all plugins from manifests; clear errors for malformed manifests
|
|
165
165
|
- At least one external module author successfully publishes plugin using manifest system
|
|
166
166
|
- bmad-update works without full reinstall
|
|
167
167
|
- Existing CLI users have documented migration path
|
|
168
168
|
|
|
169
169
|
## Scope
|
|
170
|
-
- In: manifest spec, bmad-
|
|
170
|
+
- In: manifest spec, bmad-setup, bmad-update, Vercel CLI integration, NPX installer, zip bundles, migration path
|
|
171
171
|
- Out: BMAD Builder, marketplace web platform, skill conversion (prerequisite, separate), one-click install for all platforms, monetization, quality certification process (gated-submission principle is architectural requirement; process defined separately)
|
|
172
172
|
- Deferred: CI/CD integration, telemetry for module authors, air-gapped enterprise install, zip bundle integrity verification (checksums/signing), deeper non-technical platform integrations
|
|
173
173
|
|
|
@@ -214,7 +214,7 @@ parts: 1
|
|
|
214
214
|
|
|
215
215
|
## Opportunities
|
|
216
216
|
- Module authors as acquisition channel: each published plugin distributes BMAD to creator's audience
|
|
217
|
-
- CI/CD integration: bmad-
|
|
217
|
+
- CI/CD integration: bmad-setup as pipeline one-liner increases stickiness
|
|
218
218
|
- Educational institutions: structured methodology + non-technical install → university AI curriculum
|
|
219
219
|
- Skill composability: mixing BMAD modules with third-party skills for custom methodology stacks
|
|
220
220
|
|