bmad-method 4.24.0 → 4.24.2

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 (78) hide show
  1. package/.vscode/settings.json +11 -5
  2. package/CHANGELOG.md +17 -1
  3. package/README.md +1 -1
  4. package/bmad-core/agents/bmad-master.md +1 -1
  5. package/bmad-core/agents/dev.md +2 -2
  6. package/bmad-core/agents/pm.md +1 -1
  7. package/bmad-core/agents/po.md +1 -1
  8. package/bmad-core/{core-config.yml → core-config.yaml} +1 -1
  9. package/bmad-core/data/bmad-kb.md +4 -4
  10. package/bmad-core/tasks/create-brownfield-story.md +1 -1
  11. package/bmad-core/tasks/create-next-story.md +4 -4
  12. package/bmad-core/tasks/shard-doc.md +3 -3
  13. package/bmad-core/tasks/update-workflow-plan.md +1 -1
  14. package/bmad-core/templates/architecture-tmpl.md +1 -1
  15. package/bmad-core/templates/fullstack-architecture-tmpl.md +3 -3
  16. package/bmad-core/utils/plan-management.md +1 -1
  17. package/common/tasks/create-doc.md +1 -1
  18. package/dist/agents/analyst.txt +5 -5
  19. package/dist/agents/architect.txt +5 -5
  20. package/dist/agents/bmad-master.txt +18 -18
  21. package/dist/agents/bmad-orchestrator.txt +7 -7
  22. package/dist/agents/dev.txt +1 -1
  23. package/dist/agents/pm.txt +4 -4
  24. package/dist/agents/po.txt +3 -3
  25. package/dist/agents/sm.txt +4 -4
  26. package/dist/agents/ux-expert.txt +1 -1
  27. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +1 -1
  28. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +3 -3
  29. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +10 -10
  30. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2 -2
  31. package/dist/teams/team-all.txt +19 -19
  32. package/dist/teams/team-fullstack.txt +14 -14
  33. package/dist/teams/team-ide-minimal.txt +15 -15
  34. package/dist/teams/team-no-ui.txt +14 -14
  35. package/docs/agentic-tools/roo-code-guide.md +1 -1
  36. package/docs/core-architecture.md +12 -12
  37. package/docs/user-guide.md +6 -6
  38. package/expansion-packs/bmad-2d-phaser-game-dev/{config.yml → config.yaml} +1 -1
  39. package/expansion-packs/bmad-creator-tools/{config.yml → config.yaml} +1 -1
  40. package/expansion-packs/bmad-creator-tools/tasks/generate-expansion-pack.md +9 -9
  41. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.md +1 -1
  42. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.md +1 -1
  43. package/expansion-packs/bmad-infrastructure-devops/README.md +3 -3
  44. package/expansion-packs/bmad-infrastructure-devops/{config.yml → config.yaml} +1 -1
  45. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
  46. package/package.json +1 -1
  47. package/tools/builders/web-builder.js +19 -20
  48. package/tools/bump-all-versions.js +2 -2
  49. package/tools/bump-core-version.js +1 -1
  50. package/tools/bump-expansion-version.js +1 -1
  51. package/tools/installer/README.md +1 -1
  52. package/tools/installer/bin/bmad.js +2 -2
  53. package/tools/installer/lib/config-loader.js +13 -12
  54. package/tools/installer/lib/file-manager.js +5 -5
  55. package/tools/installer/lib/ide-setup.js +14 -13
  56. package/tools/installer/lib/installer.js +24 -26
  57. package/tools/installer/package.json +1 -1
  58. package/tools/lib/dependency-resolver.js +8 -12
  59. package/tools/lib/yaml-utils.js +29 -0
  60. package/tools/update-expansion-version.js +3 -3
  61. package/tools/yaml-format.js +1 -1
  62. /package/.github/{FUNDING.yml → FUNDING.yaml} +0 -0
  63. /package/.github/workflows/{release.yml → release.yaml} +0 -0
  64. /package/bmad-core/agent-teams/{team-all.yml → team-all.yaml} +0 -0
  65. /package/bmad-core/agent-teams/{team-fullstack.yml → team-fullstack.yaml} +0 -0
  66. /package/bmad-core/agent-teams/{team-ide-minimal.yml → team-ide-minimal.yaml} +0 -0
  67. /package/bmad-core/agent-teams/{team-no-ui.yml → team-no-ui.yaml} +0 -0
  68. /package/bmad-core/workflows/{brownfield-fullstack.yml → brownfield-fullstack.yaml} +0 -0
  69. /package/bmad-core/workflows/{brownfield-service.yml → brownfield-service.yaml} +0 -0
  70. /package/bmad-core/workflows/{brownfield-ui.yml → brownfield-ui.yaml} +0 -0
  71. /package/bmad-core/workflows/{greenfield-fullstack.yml → greenfield-fullstack.yaml} +0 -0
  72. /package/bmad-core/workflows/{greenfield-service.yml → greenfield-service.yaml} +0 -0
  73. /package/bmad-core/workflows/{greenfield-ui.yml → greenfield-ui.yaml} +0 -0
  74. /package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/{phaser-2d-nodejs-game-team.yml → phaser-2d-nodejs-game-team.yaml} +0 -0
  75. /package/expansion-packs/bmad-2d-phaser-game-dev/workflows/{game-dev-greenfield.yml → game-dev-greenfield.yaml} +0 -0
  76. /package/expansion-packs/bmad-2d-phaser-game-dev/workflows/{game-prototype.yml → game-prototype.yaml} +0 -0
  77. /package/tools/installer/config/{ide-agent-config.yml → ide-agent-config.yaml} +0 -0
  78. /package/tools/installer/config/{install.config.yml → install.config.yaml} +0 -0
@@ -1,7 +1,13 @@
1
1
  {
2
- "cSpell.words": [
3
- "Agentic",
4
- "elicitations",
5
- "Shardable"
6
- ]
2
+ "chat.agent.enabled": true,
3
+ "chat.agent.maxRequests": 15,
4
+ "github.copilot.chat.agent.runTasks": true,
5
+ "chat.mcp.discovery.enabled": true,
6
+ "github.copilot.chat.agent.autoFix": true,
7
+ "chat.tools.autoApprove": false,
8
+ "cSpell.words": [
9
+ "Agentic",
10
+ "elicitations",
11
+ "Shardable"
12
+ ]
7
13
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [4.24.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.1...v4.24.2) (2025-07-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * version bump and restore dist folder ([87c451a](https://github.com/bmadcode/BMAD-METHOD/commit/87c451a5c3161fbc86f88619a2bfcfc322eb247e))
7
+
8
+ ## [4.24.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.0...v4.24.1) (2025-07-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * centralized yamlExtraction function and all now fix character issues for windows ([e2985d6](https://github.com/bmadcode/BMAD-METHOD/commit/e2985d6093136575e8d8c91ce53c82abc4097de6))
14
+ * filtering extension stripping logic update ([405954a](https://github.com/bmadcode/BMAD-METHOD/commit/405954ad924d8bd66f94c918643f6e9c091d4d09))
15
+ * standardize on file extension .yaml instead of a mix of yml and yaml ([a4c0b18](https://github.com/bmadcode/BMAD-METHOD/commit/a4c0b1839d12d2ad21b7949aa30f4f7d82ec6c9c))
16
+
1
17
  # [4.24.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.23.0...v4.24.0) (2025-07-02)
2
18
 
3
19
 
@@ -213,7 +229,7 @@
213
229
 
214
230
  ### Features
215
231
 
216
- * dev can use debug log configured in core-config.yml ([0e5aaf0](https://github.com/bmadcode/BMAD-METHOD/commit/0e5aaf07bbc6fd9f2706ea26e35f5f38fd72147a))
232
+ * dev can use debug log configured in core-config.yaml ([0e5aaf0](https://github.com/bmadcode/BMAD-METHOD/commit/0e5aaf07bbc6fd9f2706ea26e35f5f38fd72147a))
217
233
 
218
234
  # [4.8.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.7.0...v4.8.0) (2025-06-19)
219
235
 
package/README.md CHANGED
@@ -234,7 +234,7 @@ After uploading a bundle, type `/help` to see available commands.
234
234
  - **[Complete User Guide](docs/user-guide.md)** - Full walkthrough from project inception to completion
235
235
  - **[CLI Commands](docs/user-guide.md#cli-commands)** - Installation, updates, and management
236
236
  - **[Upgrading from V3](docs/user-guide.md#upgrading-from-v3-to-v4)** - Migration instructions
237
- - **[Core Configuration](docs/user-guide.md#core-configuration-coreconfigyml)** - V4's flexible project structure support
237
+ - **[Core Configuration](docs/user-guide.md#core-configuration)** - V4's flexible project structure support
238
238
  - **[Teams & Workflows](docs/user-guide.md#team-configurations)** - Pre-configured agent teams
239
239
 
240
240
  ## Project Structure
@@ -2,7 +2,7 @@
2
2
 
3
3
  CRITICAL: Read the full YML to understand your operating params, start activation to alter your state of being, follow startup instructions, stay in this being until told to exit this mode:
4
4
 
5
- ```yml
5
+ ```yaml
6
6
  root: .bmad-core
7
7
  IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
8
8
  REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
@@ -2,7 +2,7 @@
2
2
 
3
3
  CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
4
4
 
5
- ```yml
5
+ ```yaml
6
6
  root: .bmad-core
7
7
  IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
8
8
  REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
@@ -16,7 +16,7 @@ agent:
16
16
 
17
17
  startup:
18
18
  - Announce: Greet the user with your name and role, and inform of the *help command.
19
- - CRITICAL: Load .bmad-core/core-config.yml and read devLoadAlwaysFiles list and devDebugLog values
19
+ - CRITICAL: Load .bmad-core/core-config.yaml and read devLoadAlwaysFiles list and devDebugLog values
20
20
  - CRITICAL: Load ONLY files specified in devLoadAlwaysFiles. If any missing, inform user but continue
21
21
  - CRITICAL: Do NOT load any story files during startup unless user requested you do
22
22
  - CRITICAL: Do NOT begin development until told to proceed
@@ -2,7 +2,7 @@
2
2
 
3
3
  CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
4
4
 
5
- ```yml
5
+ ```yaml
6
6
  root: .bmad-core
7
7
  IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
8
8
  REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
@@ -2,7 +2,7 @@
2
2
 
3
3
  CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
4
4
 
5
- ```yml
5
+ ```yaml
6
6
  root: .bmad-core
7
7
  IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
8
8
  REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
@@ -1,4 +1,4 @@
1
- version: 4.21.1
1
+ version: 4.22.0
2
2
  markdownExploder: true
3
3
  prd:
4
4
  prdFile: docs/prd.md
@@ -161,11 +161,11 @@ npx bmad-method install
161
161
  5. **MUST switch to Dev agent** for implementation
162
162
  6. Keep planning and coding in separate chat sessions
163
163
 
164
- ## Core Configuration (core-config.yml)
164
+ ## Core Configuration (core-config.yaml)
165
165
 
166
- **New in V4**: The `bmad-core/core-config.yml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
166
+ **New in V4**: The `bmad-core/core-config.yaml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
167
167
 
168
- ### What is core-config.yml?
168
+ ### What is core-config.yaml?
169
169
 
170
170
  This configuration file acts as a map for BMAD agents, telling them exactly where to find your project documents and how they're structured. It enables:
171
171
 
@@ -337,7 +337,7 @@ The BMAD-Method is built around a modular architecture centered on the `bmad-cor
337
337
 
338
338
  #### 2. Agent Teams (`bmad-core/agent-teams/`)
339
339
  - **Purpose**: Define collections of agents bundled together for specific purposes
340
- - **Examples**: `team-all.yml` (comprehensive bundle), `team-fullstack.yml` (full-stack development)
340
+ - **Examples**: `team-all.yaml` (comprehensive bundle), `team-fullstack.yaml` (full-stack development)
341
341
  - **Usage**: Creates pre-packaged contexts for web UI environments
342
342
 
343
343
  #### 3. Workflows (`bmad-core/workflows/`)
@@ -28,7 +28,7 @@ Create detailed, implementation-ready stories for brownfield projects where trad
28
28
 
29
29
  #### 0.1 Check Workflow Plan
30
30
 
31
- - Load core-config.yml and check if `workflow.trackProgress: true`
31
+ - Load core-config.yaml and check if `workflow.trackProgress: true`
32
32
  - If yes, check for active plan at `workflow.planFile`
33
33
  - If plan exists:
34
34
  - Verify story creation aligns with current plan step
@@ -10,12 +10,12 @@ To identify the next logical story based on project progress and epic definition
10
10
 
11
11
  [[LLM: CRITICAL - This MUST be your first step]]
12
12
 
13
- - Load `.bmad-core/core-config.yml` from the project root
13
+ - Load `.bmad-core/core-config.yaml` from the project root
14
14
  - If the file does not exist:
15
- - HALT and inform the user: "core-config.yml not found. This file is required for story creation. You can:
16
- 1. Copy it from GITHUB BMAD-METHOD/bmad-core/core-config.yml and configure it for your project
15
+ - HALT and inform the user: "core-config.yaml not found. This file is required for story creation. You can:
16
+ 1. Copy it from GITHUB BMAD-METHOD/bmad-core/core-config.yaml and configure it for your project
17
17
  2. Run the BMAD installer against your project to upgrade and add the file automatically
18
- Please add and configure core-config.yml before proceeding."
18
+ Please add and configure core-config.yaml before proceeding."
19
19
  - Extract the following key configurations:
20
20
  - `devStoryLocation`: Where to save story files
21
21
  - `prd.prdSharded`: Whether PRD is sharded or monolithic
@@ -8,20 +8,20 @@
8
8
 
9
9
  ## Primary Method: Automatic with markdown-tree
10
10
 
11
- [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
11
+ [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yaml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
12
12
 
13
13
  If the command succeeds, inform the user that the document has been sharded successfully and STOP - do not proceed further.
14
14
 
15
15
  If the command fails (especially with an error indicating the command is not found or not available), inform the user: "The markdownExploder setting is enabled but the md-tree command is not available. Please either:
16
16
 
17
17
  1. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
18
- 2. Or set markdownExploder to false in bmad-core/core-config.yml
18
+ 2. Or set markdownExploder to false in bmad-core/core-config.yaml
19
19
 
20
20
  **IMPORTANT: STOP HERE - do not proceed with manual sharding until one of the above actions is taken.**"
21
21
 
22
22
  If markdownExploder is set to false, inform the user: "The markdownExploder setting is currently false. For better performance and reliability, you should:
23
23
 
24
- 1. Set markdownExploder to true in bmad-core/core-config.yml
24
+ 1. Set markdownExploder to true in bmad-core/core-config.yaml
25
25
  2. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
26
26
 
27
27
  I will now proceed with the manual sharding process."
@@ -8,7 +8,7 @@ Update the status of steps in an active workflow plan, mark completions, add not
8
8
 
9
9
  ### 0. Load Plan Configuration
10
10
 
11
- [[LLM: First load core-config.yml to get plan settings]]
11
+ [[LLM: First load core-config.yaml to get plan settings]]
12
12
 
13
13
  Check workflow configuration:
14
14
 
@@ -396,7 +396,7 @@ After presenting the structure, apply `tasks#advanced-elicitation` protocol to r
396
396
  {{project-root}}/
397
397
  ├── .github/ # CI/CD workflows
398
398
  │ └── workflows/
399
- │ └── main.yml
399
+ │ └── main.yaml
400
400
  ├── .vscode/ # VSCode settings (optional)
401
401
  │ └── settings.json
402
402
  ├── build/ # Compiled output (git-ignored)
@@ -288,7 +288,7 @@ Use appropriate format for the chosen API style. If no API (e.g., static site),
288
288
 
289
289
  ^^CONDITION: has_rest_api^^
290
290
 
291
- ```yml
291
+ ```yaml
292
292
  openapi: 3.0.0
293
293
  info:
294
294
  title:
@@ -644,8 +644,8 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
644
644
  {{project-name}}/
645
645
  ├── .github/ # CI/CD workflows
646
646
  │ └── workflows/
647
- │ ├── ci.yml
648
- │ └── deploy.yml
647
+ │ ├── ci.yaml
648
+ │ └── deploy.yaml
649
649
  ├── apps/ # Application packages
650
650
  │ ├── web/ # Frontend application
651
651
  │ │ ├── src/
@@ -13,7 +13,7 @@ Provides utilities for agents and tasks to interact with workflow plans, check p
13
13
  ```
14
14
  Check for workflow plan:
15
15
  1. Look for docs/workflow-plan.md (default location)
16
- 2. Check core-config.yml for custom plan location
16
+ 2. Check core-config.yaml for custom plan location
17
17
  3. Return plan status (exists/not exists)
18
18
  ```
19
19
 
@@ -15,7 +15,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
15
15
 
16
16
  ### 0. Check Workflow Plan (if configured)
17
17
 
18
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
18
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
19
19
 
20
20
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
21
21
  - If plan exists and this document creation is part of the plan:
@@ -665,7 +665,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
665
665
 
666
666
  ### 0. Check Workflow Plan (if configured)
667
667
 
668
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
668
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
669
669
 
670
670
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
671
671
  - If plan exists and this document creation is part of the plan:
@@ -2113,11 +2113,11 @@ npx bmad-method install
2113
2113
  5. **MUST switch to Dev agent** for implementation
2114
2114
  6. Keep planning and coding in separate chat sessions
2115
2115
 
2116
- ## Core Configuration (core-config.yml)
2116
+ ## Core Configuration (core-config.yaml)
2117
2117
 
2118
- **New in V4**: The `bmad-core/core-config.yml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
2118
+ **New in V4**: The `bmad-core/core-config.yaml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
2119
2119
 
2120
- ### What is core-config.yml?
2120
+ ### What is core-config.yaml?
2121
2121
 
2122
2122
  This configuration file acts as a map for BMAD agents, telling them exactly where to find your project documents and how they're structured. It enables:
2123
2123
 
@@ -2289,7 +2289,7 @@ The BMAD-Method is built around a modular architecture centered on the `bmad-cor
2289
2289
 
2290
2290
  #### 2. Agent Teams (`bmad-core/agent-teams/`)
2291
2291
  - **Purpose**: Define collections of agents bundled together for specific purposes
2292
- - **Examples**: `team-all.yml` (comprehensive bundle), `team-fullstack.yml` (full-stack development)
2292
+ - **Examples**: `team-all.yaml` (comprehensive bundle), `team-fullstack.yaml` (full-stack development)
2293
2293
  - **Usage**: Creates pre-packaged contexts for web UI environments
2294
2294
 
2295
2295
  #### 3. Workflows (`bmad-core/workflows/`)
@@ -120,7 +120,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
120
120
 
121
121
  ### 0. Check Workflow Plan (if configured)
122
122
 
123
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
123
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
124
124
 
125
125
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
126
126
  - If plan exists and this document creation is part of the plan:
@@ -1315,7 +1315,7 @@ After presenting the structure, apply `tasks#advanced-elicitation` protocol to r
1315
1315
  {{project-root}}/
1316
1316
  ├── .github/ # CI/CD workflows
1317
1317
  │ └── workflows/
1318
- │ └── main.yml
1318
+ │ └── main.yaml
1319
1319
  ├── .vscode/ # VSCode settings (optional)
1320
1320
  │ └── settings.json
1321
1321
  ├── build/ # Compiled output (git-ignored)
@@ -2164,7 +2164,7 @@ Use appropriate format for the chosen API style. If no API (e.g., static site),
2164
2164
 
2165
2165
  ^^CONDITION: has_rest_api^^
2166
2166
 
2167
- ```yml
2167
+ ```yaml
2168
2168
  openapi: 3.0.0
2169
2169
  info:
2170
2170
  title:
@@ -2520,8 +2520,8 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
2520
2520
  {{project-name}}/
2521
2521
  ├── .github/ # CI/CD workflows
2522
2522
  │ └── workflows/
2523
- │ ├── ci.yml
2524
- │ └── deploy.yml
2523
+ │ ├── ci.yaml
2524
+ │ └── deploy.yaml
2525
2525
  ├── apps/ # Application packages
2526
2526
  │ ├── web/ # Frontend application
2527
2527
  │ │ ├── src/
@@ -1199,7 +1199,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
1199
1199
 
1200
1200
  ### 0. Check Workflow Plan (if configured)
1201
1201
 
1202
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
1202
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
1203
1203
 
1204
1204
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
1205
1205
  - If plan exists and this document creation is part of the plan:
@@ -1900,12 +1900,12 @@ To identify the next logical story based on project progress and epic definition
1900
1900
 
1901
1901
  [[LLM: CRITICAL - This MUST be your first step]]
1902
1902
 
1903
- - Load `.bmad-core/core-config.yml` from the project root
1903
+ - Load `.bmad-core/core-config.yaml` from the project root
1904
1904
  - If the file does not exist:
1905
- - HALT and inform the user: "core-config.yml not found. This file is required for story creation. You can:
1906
- 1. Copy it from GITHUB BMAD-METHOD/bmad-core/core-config.yml and configure it for your project
1905
+ - HALT and inform the user: "core-config.yaml not found. This file is required for story creation. You can:
1906
+ 1. Copy it from GITHUB BMAD-METHOD/bmad-core/core-config.yaml and configure it for your project
1907
1907
  2. Run the BMAD installer against your project to upgrade and add the file automatically
1908
- Please add and configure core-config.yml before proceeding."
1908
+ Please add and configure core-config.yaml before proceeding."
1909
1909
  - Extract the following key configurations:
1910
1910
  - `devStoryLocation`: Where to save story files
1911
1911
  - `prd.prdSharded`: Whether PRD is sharded or monolithic
@@ -2510,20 +2510,20 @@ Would you like to proceed with documentation indexing? Please provide the requir
2510
2510
 
2511
2511
  ## Primary Method: Automatic with markdown-tree
2512
2512
 
2513
- [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
2513
+ [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yaml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
2514
2514
 
2515
2515
  If the command succeeds, inform the user that the document has been sharded successfully and STOP - do not proceed further.
2516
2516
 
2517
2517
  If the command fails (especially with an error indicating the command is not found or not available), inform the user: "The markdownExploder setting is enabled but the md-tree command is not available. Please either:
2518
2518
 
2519
2519
  1. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
2520
- 2. Or set markdownExploder to false in bmad-core/core-config.yml
2520
+ 2. Or set markdownExploder to false in bmad-core/core-config.yaml
2521
2521
 
2522
2522
  **IMPORTANT: STOP HERE - do not proceed with manual sharding until one of the above actions is taken.**"
2523
2523
 
2524
2524
  If markdownExploder is set to false, inform the user: "The markdownExploder setting is currently false. For better performance and reliability, you should:
2525
2525
 
2526
- 1. Set markdownExploder to true in bmad-core/core-config.yml
2526
+ 1. Set markdownExploder to true in bmad-core/core-config.yaml
2527
2527
  2. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
2528
2528
 
2529
2529
  I will now proceed with the manual sharding process."
@@ -2704,7 +2704,7 @@ Update the status of steps in an active workflow plan, mark completions, add not
2704
2704
 
2705
2705
  ### 0. Load Plan Configuration
2706
2706
 
2707
- [[LLM: First load core-config.yml to get plan settings]]
2707
+ [[LLM: First load core-config.yaml to get plan settings]]
2708
2708
 
2709
2709
  Check workflow configuration:
2710
2710
 
@@ -3343,7 +3343,7 @@ After presenting the structure, apply `tasks#advanced-elicitation` protocol to r
3343
3343
  {{project-root}}/
3344
3344
  ├── .github/ # CI/CD workflows
3345
3345
  │ └── workflows/
3346
- │ └── main.yml
3346
+ │ └── main.yaml
3347
3347
  ├── .vscode/ # VSCode settings (optional)
3348
3348
  │ └── settings.json
3349
3349
  ├── build/ # Compiled output (git-ignored)
@@ -5718,7 +5718,7 @@ Use appropriate format for the chosen API style. If no API (e.g., static site),
5718
5718
 
5719
5719
  ^^CONDITION: has_rest_api^^
5720
5720
 
5721
- ```yml
5721
+ ```yaml
5722
5722
  openapi: 3.0.0
5723
5723
  info:
5724
5724
  title:
@@ -6074,8 +6074,8 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
6074
6074
  {{project-name}}/
6075
6075
  ├── .github/ # CI/CD workflows
6076
6076
  │ └── workflows/
6077
- │ ├── ci.yml
6078
- │ └── deploy.yml
6077
+ │ ├── ci.yaml
6078
+ │ └── deploy.yaml
6079
6079
  ├── apps/ # Application packages
6080
6080
  │ ├── web/ # Frontend application
6081
6081
  │ │ ├── src/
@@ -9104,11 +9104,11 @@ npx bmad-method install
9104
9104
  5. **MUST switch to Dev agent** for implementation
9105
9105
  6. Keep planning and coding in separate chat sessions
9106
9106
 
9107
- ## Core Configuration (core-config.yml)
9107
+ ## Core Configuration (core-config.yaml)
9108
9108
 
9109
- **New in V4**: The `bmad-core/core-config.yml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
9109
+ **New in V4**: The `bmad-core/core-config.yaml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
9110
9110
 
9111
- ### What is core-config.yml?
9111
+ ### What is core-config.yaml?
9112
9112
 
9113
9113
  This configuration file acts as a map for BMAD agents, telling them exactly where to find your project documents and how they're structured. It enables:
9114
9114
 
@@ -9280,7 +9280,7 @@ The BMAD-Method is built around a modular architecture centered on the `bmad-cor
9280
9280
 
9281
9281
  #### 2. Agent Teams (`bmad-core/agent-teams/`)
9282
9282
  - **Purpose**: Define collections of agents bundled together for specific purposes
9283
- - **Examples**: `team-all.yml` (comprehensive bundle), `team-fullstack.yml` (full-stack development)
9283
+ - **Examples**: `team-all.yaml` (comprehensive bundle), `team-fullstack.yaml` (full-stack development)
9284
9284
  - **Usage**: Creates pre-packaged contexts for web UI environments
9285
9285
 
9286
9286
  #### 3. Workflows (`bmad-core/workflows/`)
@@ -9714,7 +9714,7 @@ Provides utilities for agents and tasks to interact with workflow plans, check p
9714
9714
  ```
9715
9715
  Check for workflow plan:
9716
9716
  1. Look for docs/workflow-plan.md (default location)
9717
- 2. Check core-config.yml for custom plan location
9717
+ 2. Check core-config.yaml for custom plan location
9718
9718
  3. Return plan status (exists/not exists)
9719
9719
  ```
9720
9720
 
@@ -290,7 +290,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
290
290
 
291
291
  ### 0. Check Workflow Plan (if configured)
292
292
 
293
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
293
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
294
294
 
295
295
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
296
296
  - If plan exists and this document creation is part of the plan:
@@ -742,7 +742,7 @@ Update the status of steps in an active workflow plan, mark completions, add not
742
742
 
743
743
  ### 0. Load Plan Configuration
744
744
 
745
- [[LLM: First load core-config.yml to get plan settings]]
745
+ [[LLM: First load core-config.yaml to get plan settings]]
746
746
 
747
747
  Check workflow configuration:
748
748
 
@@ -1146,11 +1146,11 @@ npx bmad-method install
1146
1146
  5. **MUST switch to Dev agent** for implementation
1147
1147
  6. Keep planning and coding in separate chat sessions
1148
1148
 
1149
- ## Core Configuration (core-config.yml)
1149
+ ## Core Configuration (core-config.yaml)
1150
1150
 
1151
- **New in V4**: The `bmad-core/core-config.yml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
1151
+ **New in V4**: The `bmad-core/core-config.yaml` file is a critical innovation that enables BMAD to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
1152
1152
 
1153
- ### What is core-config.yml?
1153
+ ### What is core-config.yaml?
1154
1154
 
1155
1155
  This configuration file acts as a map for BMAD agents, telling them exactly where to find your project documents and how they're structured. It enables:
1156
1156
 
@@ -1322,7 +1322,7 @@ The BMAD-Method is built around a modular architecture centered on the `bmad-cor
1322
1322
 
1323
1323
  #### 2. Agent Teams (`bmad-core/agent-teams/`)
1324
1324
  - **Purpose**: Define collections of agents bundled together for specific purposes
1325
- - **Examples**: `team-all.yml` (comprehensive bundle), `team-fullstack.yml` (full-stack development)
1325
+ - **Examples**: `team-all.yaml` (comprehensive bundle), `team-fullstack.yaml` (full-stack development)
1326
1326
  - **Usage**: Creates pre-packaged contexts for web UI environments
1327
1327
 
1328
1328
  #### 3. Workflows (`bmad-core/workflows/`)
@@ -1750,7 +1750,7 @@ Provides utilities for agents and tasks to interact with workflow plans, check p
1750
1750
  ```
1751
1751
  Check for workflow plan:
1752
1752
  1. Look for docs/workflow-plan.md (default location)
1753
- 2. Check core-config.yml for custom plan location
1753
+ 2. Check core-config.yaml for custom plan location
1754
1754
  3. Return plan status (exists/not exists)
1755
1755
  ```
1756
1756
 
@@ -53,7 +53,7 @@ agent:
53
53
  customization: null
54
54
  startup:
55
55
  - Announce: Greet the user with your name and role, and inform of the *help command.
56
- - CRITICAL: Load .bmad-core/core-config.yml and read devLoadAlwaysFiles list and devDebugLog values
56
+ - CRITICAL: Load .bmad-core/core-config.yaml and read devLoadAlwaysFiles list and devDebugLog values
57
57
  - CRITICAL: Load ONLY files specified in devLoadAlwaysFiles. If any missing, inform user but continue
58
58
  - CRITICAL: Do NOT load any story files during startup unless user requested you do
59
59
  - CRITICAL: Do NOT begin development until told to proceed
@@ -117,7 +117,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
117
117
 
118
118
  ### 0. Check Workflow Plan (if configured)
119
119
 
120
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
120
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
121
121
 
122
122
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
123
123
  - If plan exists and this document creation is part of the plan:
@@ -993,20 +993,20 @@ The LLM will:
993
993
 
994
994
  ## Primary Method: Automatic with markdown-tree
995
995
 
996
- [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
996
+ [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yaml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
997
997
 
998
998
  If the command succeeds, inform the user that the document has been sharded successfully and STOP - do not proceed further.
999
999
 
1000
1000
  If the command fails (especially with an error indicating the command is not found or not available), inform the user: "The markdownExploder setting is enabled but the md-tree command is not available. Please either:
1001
1001
 
1002
1002
  1. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
1003
- 2. Or set markdownExploder to false in bmad-core/core-config.yml
1003
+ 2. Or set markdownExploder to false in bmad-core/core-config.yaml
1004
1004
 
1005
1005
  **IMPORTANT: STOP HERE - do not proceed with manual sharding until one of the above actions is taken.**"
1006
1006
 
1007
1007
  If markdownExploder is set to false, inform the user: "The markdownExploder setting is currently false. For better performance and reliability, you should:
1008
1008
 
1009
- 1. Set markdownExploder to true in bmad-core/core-config.yml
1009
+ 1. Set markdownExploder to true in bmad-core/core-config.yaml
1010
1010
  2. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
1011
1011
 
1012
1012
  I will now proceed with the manual sharding process."
@@ -208,20 +208,20 @@ The LLM will:
208
208
 
209
209
  ## Primary Method: Automatic with markdown-tree
210
210
 
211
- [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
211
+ [[LLM: First, check if markdownExploder is set to true in bmad-core/core-config.yaml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
212
212
 
213
213
  If the command succeeds, inform the user that the document has been sharded successfully and STOP - do not proceed further.
214
214
 
215
215
  If the command fails (especially with an error indicating the command is not found or not available), inform the user: "The markdownExploder setting is enabled but the md-tree command is not available. Please either:
216
216
 
217
217
  1. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
218
- 2. Or set markdownExploder to false in bmad-core/core-config.yml
218
+ 2. Or set markdownExploder to false in bmad-core/core-config.yaml
219
219
 
220
220
  **IMPORTANT: STOP HERE - do not proceed with manual sharding until one of the above actions is taken.**"
221
221
 
222
222
  If markdownExploder is set to false, inform the user: "The markdownExploder setting is currently false. For better performance and reliability, you should:
223
223
 
224
- 1. Set markdownExploder to true in bmad-core/core-config.yml
224
+ 1. Set markdownExploder to true in bmad-core/core-config.yaml
225
225
  2. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
226
226
 
227
227
  I will now proceed with the manual sharding process."
@@ -102,12 +102,12 @@ To identify the next logical story based on project progress and epic definition
102
102
 
103
103
  [[LLM: CRITICAL - This MUST be your first step]]
104
104
 
105
- - Load `.bmad-core/core-config.yml` from the project root
105
+ - Load `.bmad-core/core-config.yaml` from the project root
106
106
  - If the file does not exist:
107
- - HALT and inform the user: "core-config.yml not found. This file is required for story creation. You can:
108
- 1. Copy it from GITHUB BMAD-METHOD/bmad-core/core-config.yml and configure it for your project
107
+ - HALT and inform the user: "core-config.yaml not found. This file is required for story creation. You can:
108
+ 1. Copy it from GITHUB BMAD-METHOD/bmad-core/core-config.yaml and configure it for your project
109
109
  2. Run the BMAD installer against your project to upgrade and add the file automatically
110
- Please add and configure core-config.yml before proceeding."
110
+ Please add and configure core-config.yaml before proceeding."
111
111
  - Extract the following key configurations:
112
112
  - `devStoryLocation`: Where to save story files
113
113
  - `prd.prdSharded`: Whether PRD is sharded or monolithic
@@ -477,7 +477,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
477
477
 
478
478
  ### 0. Check Workflow Plan (if configured)
479
479
 
480
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
480
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
481
481
 
482
482
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
483
483
  - If plan exists and this document creation is part of the plan:
@@ -117,7 +117,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
117
117
 
118
118
  ### 0. Check Workflow Plan (if configured)
119
119
 
120
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
120
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
121
121
 
122
122
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
123
123
  - If plan exists and this document creation is part of the plan:
@@ -1004,7 +1004,7 @@ Generate documents from templates by EXECUTING (not just reading) embedded instr
1004
1004
 
1005
1005
  ### 0. Check Workflow Plan (if configured)
1006
1006
 
1007
- [[LLM: Check if plan tracking is enabled in core-config.yml]]
1007
+ [[LLM: Check if plan tracking is enabled in core-config.yaml]]
1008
1008
 
1009
1009
  - If `workflow.trackProgress: true`, check for active plan using utils#plan-management
1010
1010
  - If plan exists and this document creation is part of the plan:
@@ -2969,7 +2969,7 @@ Update the status of steps in an active workflow plan, mark completions, add not
2969
2969
 
2970
2970
  ### 0. Load Plan Configuration
2971
2971
 
2972
- [[LLM: First load core-config.yml to get plan settings]]
2972
+ [[LLM: First load core-config.yaml to get plan settings]]
2973
2973
 
2974
2974
  Check workflow configuration:
2975
2975
 
@@ -3225,7 +3225,7 @@ Provides utilities for agents and tasks to interact with workflow plans, check p
3225
3225
  ```
3226
3226
  Check for workflow plan:
3227
3227
  1. Look for docs/workflow-plan.md (default location)
3228
- 2. Check core-config.yml for custom plan location
3228
+ 2. Check core-config.yaml for custom plan location
3229
3229
  3. Return plan status (exists/not exists)
3230
3230
  ```
3231
3231