bmad-method 6.2.3-next.0 → 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.
Files changed (143) hide show
  1. package/.claude-plugin/marketplace.json +0 -1
  2. package/package.json +9 -8
  3. package/src/bmm-skills/1-analysis/bmad-agent-analyst/SKILL.md +7 -4
  4. package/src/bmm-skills/1-analysis/bmad-agent-tech-writer/SKILL.md +6 -4
  5. package/src/bmm-skills/1-analysis/bmad-document-project/workflow.md +8 -10
  6. package/src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md +96 -0
  7. package/src/bmm-skills/1-analysis/bmad-prfaq/agents/artifact-analyzer.md +60 -0
  8. package/src/bmm-skills/1-analysis/bmad-prfaq/agents/web-researcher.md +49 -0
  9. package/src/bmm-skills/1-analysis/bmad-prfaq/assets/prfaq-template.md +62 -0
  10. package/src/bmm-skills/1-analysis/bmad-prfaq/bmad-manifest.json +16 -0
  11. package/src/bmm-skills/1-analysis/bmad-prfaq/references/customer-faq.md +55 -0
  12. package/src/bmm-skills/1-analysis/bmad-prfaq/references/internal-faq.md +51 -0
  13. package/src/bmm-skills/1-analysis/bmad-prfaq/references/press-release.md +60 -0
  14. package/src/bmm-skills/1-analysis/bmad-prfaq/references/verdict.md +79 -0
  15. package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +1 -6
  16. package/src/bmm-skills/1-analysis/bmad-product-brief/bmad-manifest.json +1 -1
  17. package/src/bmm-skills/1-analysis/research/bmad-domain-research/workflow.md +8 -6
  18. package/src/bmm-skills/1-analysis/research/bmad-market-research/workflow.md +8 -6
  19. package/src/bmm-skills/1-analysis/research/bmad-technical-research/workflow.md +8 -6
  20. package/src/bmm-skills/2-plan-workflows/bmad-agent-pm/SKILL.md +6 -4
  21. package/src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer/SKILL.md +6 -4
  22. package/src/bmm-skills/2-plan-workflows/bmad-create-prd/workflow.md +8 -9
  23. package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/workflow.md +8 -9
  24. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md +1 -1
  25. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +1 -1
  26. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md +1 -1
  27. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +1 -1
  28. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md +1 -1
  29. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/workflow.md +8 -9
  30. package/src/bmm-skills/2-plan-workflows/bmad-validate-prd/workflow.md +8 -9
  31. package/src/bmm-skills/3-solutioning/bmad-agent-architect/SKILL.md +6 -4
  32. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md +8 -10
  33. package/src/bmm-skills/3-solutioning/bmad-create-architecture/workflow.md +8 -14
  34. package/src/bmm-skills/3-solutioning/bmad-create-epics-and-stories/workflow.md +10 -12
  35. package/src/bmm-skills/3-solutioning/bmad-generate-project-context/workflow.md +8 -12
  36. package/src/bmm-skills/4-implementation/bmad-agent-dev/SKILL.md +6 -4
  37. package/src/bmm-skills/4-implementation/bmad-agent-qa/SKILL.md +6 -4
  38. package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md +6 -4
  39. package/src/bmm-skills/4-implementation/bmad-agent-sm/SKILL.md +6 -4
  40. package/src/bmm-skills/module-help.csv +2 -1
  41. package/src/core-skills/bmad-advanced-elicitation/SKILL.md +1 -2
  42. package/src/core-skills/bmad-distillator/SKILL.md +0 -1
  43. package/src/core-skills/bmad-distillator/resources/distillate-format-reference.md +10 -10
  44. package/src/core-skills/bmad-party-mode/SKILL.md +121 -2
  45. package/tools/{cli → installer}/bmad-cli.js +3 -1
  46. package/tools/{cli/lib → installer}/cli-utils.js +3 -4
  47. package/tools/{cli → installer}/commands/install.js +3 -3
  48. package/tools/{cli → installer}/commands/status.js +4 -4
  49. package/tools/{cli → installer}/commands/uninstall.js +5 -5
  50. package/tools/installer/core/config.js +52 -0
  51. package/tools/{cli/installers/lib → installer}/core/custom-module-cache.js +1 -1
  52. package/tools/installer/core/existing-install.js +127 -0
  53. package/tools/installer/core/install-paths.js +129 -0
  54. package/tools/installer/core/installer.js +1790 -0
  55. package/tools/{cli/installers/lib → installer}/core/manifest-generator.js +3 -3
  56. package/tools/{cli/installers/lib → installer}/core/manifest.js +2 -2
  57. package/tools/{cli/installers/lib/custom/handler.js → installer/custom-handler.js} +1 -1
  58. package/tools/{cli/installers/lib → installer}/ide/_config-driven.js +30 -397
  59. package/tools/{cli/installers/lib → installer}/ide/manager.js +1 -53
  60. package/tools/installer/ide/platform-codes.js +37 -0
  61. package/tools/installer/ide/platform-codes.yaml +192 -0
  62. package/tools/{cli/installers/lib → installer}/ide/shared/module-injections.js +1 -1
  63. package/tools/{cli/installers/lib → installer}/message-loader.js +2 -2
  64. package/tools/installer/modules/custom-modules.js +197 -0
  65. package/tools/installer/modules/external-manager.js +354 -0
  66. package/tools/{cli/installers/lib/core/config-collector.js → installer/modules/official-modules.js} +714 -43
  67. package/tools/{cli/lib → installer}/ui.js +65 -299
  68. package/tools/javascript-conventions.md +5 -0
  69. package/tools/platform-codes.yaml +6 -0
  70. package/src/bmm-skills/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -15
  71. package/src/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md +0 -197
  72. package/src/bmm-skills/2-plan-workflows/create-prd/data/project-types.csv +0 -11
  73. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -224
  74. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -191
  75. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -209
  76. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -174
  77. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
  78. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -228
  79. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -217
  80. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
  81. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
  82. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -263
  83. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
  84. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  85. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -242
  86. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -232
  87. package/src/bmm-skills/2-plan-workflows/create-prd/workflow-validate-prd.md +0 -65
  88. package/src/core-skills/bmad-init/SKILL.md +0 -100
  89. package/src/core-skills/bmad-init/resources/core-module.yaml +0 -25
  90. package/src/core-skills/bmad-init/scripts/bmad_init.py +0 -624
  91. package/src/core-skills/bmad-init/scripts/tests/test_bmad_init.py +0 -393
  92. package/src/core-skills/bmad-party-mode/steps/step-01-agent-loading.md +0 -138
  93. package/src/core-skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -187
  94. package/src/core-skills/bmad-party-mode/steps/step-03-graceful-exit.md +0 -167
  95. package/src/core-skills/bmad-party-mode/workflow.md +0 -190
  96. package/tools/bmad-npx-wrapper.js +0 -38
  97. package/tools/cli/installers/lib/core/dependency-resolver.js +0 -743
  98. package/tools/cli/installers/lib/core/detector.js +0 -223
  99. package/tools/cli/installers/lib/core/ide-config-manager.js +0 -157
  100. package/tools/cli/installers/lib/core/installer.js +0 -3002
  101. package/tools/cli/installers/lib/ide/_base-ide.js +0 -657
  102. package/tools/cli/installers/lib/ide/platform-codes.js +0 -100
  103. package/tools/cli/installers/lib/ide/platform-codes.yaml +0 -341
  104. package/tools/cli/installers/lib/modules/external-manager.js +0 -136
  105. package/tools/cli/installers/lib/modules/manager.js +0 -928
  106. package/tools/cli/lib/config.js +0 -213
  107. package/tools/cli/lib/platform-codes.js +0 -116
  108. package/tools/lib/xml-utils.js +0 -13
  109. /package/tools/{cli → installer}/README.md +0 -0
  110. /package/tools/{cli → installer}/external-official-modules.yaml +0 -0
  111. /package/tools/{cli/lib → installer}/file-ops.js +0 -0
  112. /package/tools/{cli/installers/lib → installer}/ide/shared/agent-command-generator.js +0 -0
  113. /package/tools/{cli/installers/lib → installer}/ide/shared/bmad-artifacts.js +0 -0
  114. /package/tools/{cli/installers/lib → installer}/ide/shared/path-utils.js +0 -0
  115. /package/tools/{cli/installers/lib → installer}/ide/shared/skill-manifest.js +0 -0
  116. /package/tools/{cli/installers/lib → installer}/ide/templates/agent-command-template.md +0 -0
  117. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/antigravity.md +0 -0
  118. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-agent.md +0 -0
  119. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-task.md +0 -0
  120. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-tool.md +0 -0
  121. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-workflow.md +0 -0
  122. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-agent.toml +0 -0
  123. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-task.toml +0 -0
  124. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-tool.toml +0 -0
  125. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-workflow-yaml.toml +0 -0
  126. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-workflow.toml +0 -0
  127. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-agent.md +0 -0
  128. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-task.md +0 -0
  129. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-tool.md +0 -0
  130. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-workflow.md +0 -0
  131. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-agent.md +0 -0
  132. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-task.md +0 -0
  133. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-tool.md +0 -0
  134. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-workflow-yaml.md +0 -0
  135. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-workflow.md +0 -0
  136. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/rovodev.md +0 -0
  137. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/trae.md +0 -0
  138. /package/tools/{cli/installers/lib → installer}/ide/templates/combined/windsurf-workflow.md +0 -0
  139. /package/tools/{cli/installers/lib → installer}/ide/templates/split/.gitkeep +0 -0
  140. /package/tools/{cli/installers → installer}/install-messages.yaml +0 -0
  141. /package/tools/{cli/lib → installer}/project-root.js +0 -0
  142. /package/tools/{cli/lib → installer}/prompts.js +0 -0
  143. /package/tools/{cli/lib → installer}/yaml-format.js +0 -0
@@ -0,0 +1,79 @@
1
+ **Language:** Use `{communication_language}` for all output.
2
+ **Output Language:** Use `{document_output_language}` for documents.
3
+ **Output Location:** `{planning_artifacts}`
4
+ **Coaching stance:** Be direct and honest — the verdict exists to surface truth, not to soften it. But frame every finding constructively.
5
+
6
+ # Stage 5: The Verdict
7
+
8
+ **Goal:** Step back from the details and give the user an honest assessment of where their concept stands. Finalize the PRFAQ document and produce the downstream distillate.
9
+
10
+ ## The Assessment
11
+
12
+ Review the entire PRFAQ — press release, customer FAQ, internal FAQ — and deliver a candid verdict:
13
+
14
+ **Concept Strength:** Rate the overall concept readiness. Not a score — a narrative assessment. Where is the thinking sharp and where is it still soft? What survived the gauntlet and what barely held together?
15
+
16
+ **Three categories of findings:**
17
+
18
+ - **Forged in steel** — aspects of the concept that are clear, compelling, and defensible. The press release sections that would actually make a customer stop. The FAQ answers that are honest and convincing.
19
+ - **Needs more heat** — areas that are promising but underdeveloped. The user has a direction but hasn't gone deep enough. These need more work before they're ready for a PRD.
20
+ - **Cracks in the foundation** — genuine risks, unresolved contradictions, or gaps that could undermine the whole concept. Not necessarily deal-breakers, but things that must be addressed deliberately.
21
+
22
+ **Present the verdict directly.** Don't soften it. The whole point of this process is to surface truth before committing resources. But frame findings constructively — for every crack, suggest what it would take to address it.
23
+
24
+ ## Finalize the Document
25
+
26
+ 1. **Polish the PRFAQ** — ensure the press release reads as a cohesive narrative, FAQs flow logically, formatting is consistent
27
+ 2. **Append The Verdict section** to the output document with the assessment
28
+ 3. Update frontmatter: `status: "complete"`, `stage: 5`, `updated` timestamp
29
+
30
+ ## Produce the Distillate
31
+
32
+ Throughout the process, you captured context beyond what fits in the PRFAQ. Source material for the distillate includes the `<!-- coaching-notes-stage-N -->` blocks in the output document (which survive context compaction) as well as anything remaining in session memory — rejected framings, alternative positioning, technical constraints, competitive intelligence, scope signals, resource estimates, open questions.
33
+
34
+ **Always produce the distillate** at `{planning_artifacts}/prfaq-{project_name}-distillate.md`:
35
+
36
+ ```yaml
37
+ ---
38
+ title: "PRFAQ Distillate: {project_name}"
39
+ type: llm-distillate
40
+ source: "prfaq-{project_name}.md"
41
+ created: "{timestamp}"
42
+ purpose: "Token-efficient context for downstream PRD creation"
43
+ ---
44
+ ```
45
+
46
+ **Distillate content:** Dense bullet points grouped by theme. Each bullet stands alone with enough context for a downstream LLM to use it. Include:
47
+ - Rejected framings and why they were dropped
48
+ - Requirements signals captured during coaching
49
+ - Technical context, constraints, and platform preferences
50
+ - Competitive intelligence from discussion
51
+ - Open questions and unknowns flagged during internal FAQ
52
+ - Scope signals — what's in, out, and maybe for MVP
53
+ - Resource and timeline estimates discussed
54
+ - The Verdict findings (especially "needs more heat" and "cracks") as actionable items
55
+
56
+ ## Present Completion
57
+
58
+ "Your PRFAQ for {project_name} has survived the gauntlet.
59
+
60
+ **PRFAQ:** `{planning_artifacts}/prfaq-{project_name}.md`
61
+ **Detail Pack:** `{planning_artifacts}/prfaq-{project_name}-distillate.md`
62
+
63
+ **Recommended next step:** Use the PRFAQ and detail pack as input for PRD creation. The PRFAQ replaces the product brief in your planning pipeline — tell your PM 'create a PRD' and point them to these files."
64
+
65
+ **Headless mode output:**
66
+ ```json
67
+ {
68
+ "status": "complete",
69
+ "prfaq": "{planning_artifacts}/prfaq-{project_name}.md",
70
+ "distillate": "{planning_artifacts}/prfaq-{project_name}-distillate.md",
71
+ "verdict": "forged|needs-heat|cracked",
72
+ "key_risks": ["top unresolved items"],
73
+ "open_questions": ["unresolved items from FAQs"]
74
+ }
75
+ ```
76
+
77
+ ## Stage Complete
78
+
79
+ This is the terminal stage. If the user wants to revise, loop back to the relevant stage. Otherwise, the workflow is done.
@@ -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}`. Be warm but efficient — dream builder energy.
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
- ## CONFIGURATION
12
-
13
- Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
14
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
15
- - `communication_language`, `document_output_language`, `user_skill_level`
16
- - `date` as a system-generated value
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
- ## CONFIGURATION
12
-
13
- Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
14
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
15
- - `communication_language`, `document_output_language`, `user_skill_level`
16
- - `date` as a system-generated value
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
- ## CONFIGURATION
13
-
14
- Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
15
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
16
- - `communication_language`, `document_output_language`, `user_skill_level`
17
- - `date` as a system-generated value
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. **Load config via bmad-init skill** — Store all returned vars for use:
45
- - Use `{user_name}` from config for greeting
46
- - Use `{communication_language}` from config for all communications
47
- - Store any other config variables as `{var-name}` and use appropriately
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. **Load config via bmad-init skill** — Store all returned vars for use:
41
- - Use `{user_name}` from config for greeting
42
- - Use `{communication_language}` from config for all communications
43
- - Store any other config variables as `{var-name}` and use appropriately
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
- ## INITIALIZATION SEQUENCE
45
+ ## Activation
46
46
 
47
- ### 1. Configuration Loading
48
-
49
- Load and read full config from {main_config} and resolve:
50
-
51
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
52
- - `communication_language`, `document_output_language`, `user_skill_level`
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
- ### 2. Route to Create Workflow
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
- ## INITIALIZATION
19
-
20
- ### Configuration Loading
21
-
22
- Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
23
-
24
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
25
- - `communication_language`, `document_output_language`, `user_skill_level`
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
@@ -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/create-prd/steps-v/step-v-01-discovery.md'
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
- ## INITIALIZATION SEQUENCE
44
+ ## Activation
45
45
 
46
- ### 1. Configuration Loading
47
-
48
- Load and read full config from {main_config} and resolve:
49
-
50
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
51
- - `communication_language`, `document_output_language`, `user_skill_level`
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
- ### 2. Route to Edit Workflow
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
- ## INITIALIZATION SEQUENCE
45
+ ## Activation
46
46
 
47
- ### 1. Configuration Loading
48
-
49
- Load and read full config from {main_config} and resolve:
50
-
51
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
52
- - `communication_language`, `document_output_language`, `user_skill_level`
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
- ### 2. Route to Validate Workflow
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. **Load config via bmad-init skill** — Store all returned vars for use:
40
- - Use `{user_name}` from config for greeting
41
- - Use `{communication_language}` from config for all communications
42
- - Store any other config variables as `{var-name}` and use appropriately
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
- ## INITIALIZATION SEQUENCE
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
- ### 1. Module Configuration Loading
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
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
28
- - `communication_language`, `document_output_language`, `user_skill_level`
29
- - `date` as system-generated current datetime
30
- - YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
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
- ## EXECUTION
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
- ## INITIALIZATION SEQUENCE
43
-
44
- ### 1. Configuration Loading
45
-
46
- Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
47
-
48
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
49
- - YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
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
- ## INITIALIZATION
21
+ ## Activation
22
22
 
23
- ### Configuration Loading
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. **Load config via bmad-init skill** — Store all returned vars for use:
50
- - Use `{user_name}` from config for greeting
51
- - Use `{communication_language}` from config for all communications
52
- - Store any other config variables as `{var-name}` and use appropriately
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. **Load config via bmad-init skill** — Store all returned vars for use:
47
- - Use `{user_name}` from config for greeting
48
- - Use `{communication_language}` from config for all communications
49
- - Store any other config variables as `{var-name}` and use appropriately
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. **Load config via bmad-init skill** — Store all returned vars for use:
39
- - Use `{user_name}` from config for greeting
40
- - Use `{communication_language}` from config for all communications
41
- - Store any other config variables as `{var-name}` and use appropriately
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. **Load config via bmad-init skill** — Store all returned vars for use:
41
- - Use `{user_name}` from config for greeting
42
- - Use `{communication_language}` from config for all communications
43
- - Store any other config variables as `{var-name}` and use appropriately
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,A guided experience to nail down your product idea.,,1-analysis,,,false,planning_artifacts,product brief
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 `{agent_party}`
38
+ **Action:** Load and read `./methods.csv` and '{project-root}/_bmad/_config/agent-manifest.csv'
40
39
 
41
40
  #### CSV Structure
42
41