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.
- package/.claude-plugin/marketplace.json +0 -1
- package/package.json +9 -8
- 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 +10 -10
- package/src/core-skills/bmad-party-mode/SKILL.md +121 -2
- package/tools/{cli → installer}/bmad-cli.js +3 -1
- package/tools/{cli/lib → installer}/cli-utils.js +3 -4
- package/tools/{cli → installer}/commands/install.js +3 -3
- package/tools/{cli → installer}/commands/status.js +4 -4
- package/tools/{cli → installer}/commands/uninstall.js +5 -5
- package/tools/installer/core/config.js +52 -0
- package/tools/{cli/installers/lib → installer}/core/custom-module-cache.js +1 -1
- package/tools/installer/core/existing-install.js +127 -0
- package/tools/installer/core/install-paths.js +129 -0
- package/tools/installer/core/installer.js +1790 -0
- package/tools/{cli/installers/lib → installer}/core/manifest-generator.js +3 -3
- package/tools/{cli/installers/lib → installer}/core/manifest.js +2 -2
- package/tools/{cli/installers/lib/custom/handler.js → installer/custom-handler.js} +1 -1
- package/tools/{cli/installers/lib → installer}/ide/_config-driven.js +30 -397
- package/tools/{cli/installers/lib → installer}/ide/manager.js +1 -53
- package/tools/installer/ide/platform-codes.js +37 -0
- package/tools/installer/ide/platform-codes.yaml +192 -0
- package/tools/{cli/installers/lib → installer}/ide/shared/module-injections.js +1 -1
- package/tools/{cli/installers/lib → installer}/message-loader.js +2 -2
- package/tools/installer/modules/custom-modules.js +197 -0
- package/tools/installer/modules/external-manager.js +354 -0
- package/tools/{cli/installers/lib/core/config-collector.js → installer/modules/official-modules.js} +714 -43
- package/tools/{cli/lib → installer}/ui.js +65 -299
- package/tools/javascript-conventions.md +5 -0
- 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
- package/tools/bmad-npx-wrapper.js +0 -38
- package/tools/cli/installers/lib/core/dependency-resolver.js +0 -743
- package/tools/cli/installers/lib/core/detector.js +0 -223
- package/tools/cli/installers/lib/core/ide-config-manager.js +0 -157
- package/tools/cli/installers/lib/core/installer.js +0 -3002
- package/tools/cli/installers/lib/ide/_base-ide.js +0 -657
- package/tools/cli/installers/lib/ide/platform-codes.js +0 -100
- package/tools/cli/installers/lib/ide/platform-codes.yaml +0 -341
- package/tools/cli/installers/lib/modules/external-manager.js +0 -136
- package/tools/cli/installers/lib/modules/manager.js +0 -928
- package/tools/cli/lib/config.js +0 -213
- package/tools/cli/lib/platform-codes.js +0 -116
- package/tools/lib/xml-utils.js +0 -13
- /package/tools/{cli → installer}/README.md +0 -0
- /package/tools/{cli → installer}/external-official-modules.yaml +0 -0
- /package/tools/{cli/lib → installer}/file-ops.js +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/shared/agent-command-generator.js +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/shared/bmad-artifacts.js +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/shared/path-utils.js +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/shared/skill-manifest.js +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/agent-command-template.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/antigravity.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-agent.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-task.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-tool.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/default-workflow.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-agent.toml +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-task.toml +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-tool.toml +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-workflow-yaml.toml +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/gemini-workflow.toml +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-agent.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-task.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-tool.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/kiro-workflow.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-agent.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-task.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-tool.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-workflow-yaml.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/opencode-workflow.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/rovodev.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/trae.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/combined/windsurf-workflow.md +0 -0
- /package/tools/{cli/installers/lib → installer}/ide/templates/split/.gitkeep +0 -0
- /package/tools/{cli/installers → installer}/install-messages.yaml +0 -0
- /package/tools/{cli/lib → installer}/project-root.js +0 -0
- /package/tools/{cli/lib → installer}/prompts.js +0 -0
- /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}`.
|
|
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
|
|