bmad-method 4.27.3 → 4.27.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.27.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.3...v4.27.4) (2025-07-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * doc updates ([1b86cd4](https://github.com/bmadcode/BMAD-METHOD/commit/1b86cd4db3644ca2b2b4a94821cc8b5690d78e0a))
7
+
1
8
  ## [4.27.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.27.2...v4.27.3) (2025-07-07)
2
9
 
3
10
 
@@ -93,7 +93,6 @@ dependencies:
93
93
  - technical-preferences.md
94
94
  utils:
95
95
  - plan-management.md
96
- - template-format.md
97
96
  - workflow-management.md
98
97
  workflows:
99
98
  - brownfield-fullstack.md
@@ -137,5 +137,4 @@ dependencies:
137
137
  utils:
138
138
  - plan-management.md
139
139
  - workflow-management.md
140
- - template-format.md
141
140
  ```
@@ -403,17 +403,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
403
403
 
404
404
  BMad employs a sophisticated template system with three key components:
405
405
 
406
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
407
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
406
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
407
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
408
408
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
409
409
 
410
- **Template Features**:
411
-
412
- - **Self-contained**: Templates embed both output structure and processing instructions
413
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
414
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
415
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
416
-
417
410
  ### Technical Preferences Integration
418
411
 
419
412
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -2409,17 +2409,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
2409
2409
 
2410
2410
  BMad employs a sophisticated template system with three key components:
2411
2411
 
2412
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
2413
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
2412
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
2413
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
2414
2414
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
2415
2415
 
2416
- **Template Features**:
2417
-
2418
- - **Self-contained**: Templates embed both output structure and processing instructions
2419
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
2420
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
2421
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
2422
-
2423
2416
  ### Technical Preferences Integration
2424
2417
 
2425
2418
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -1535,7 +1535,6 @@ sections:
1535
1535
  After completing the architecture:
1536
1536
 
1537
1537
  1. If project has UI components:
1538
- - Recommend engaging Design Architect agent
1539
1538
  - Use "Frontend Architecture Mode"
1540
1539
  - Provide this document as input
1541
1540
 
@@ -1546,22 +1545,15 @@ sections:
1546
1545
 
1547
1546
  3. Include specific prompts for next agents if needed
1548
1547
  sections:
1549
- - id: design-architect-prompt
1550
- title: Design Architect Prompt
1548
+ - id: architect-prompt
1549
+ title: Architect Prompt
1551
1550
  condition: Project has UI components
1552
1551
  instruction: |
1553
- Create a brief prompt to hand off to Design Architect for Frontend Architecture creation. Include:
1552
+ Create a brief prompt to hand off to Architect for Frontend Architecture creation. Include:
1554
1553
  - Reference to this architecture document
1555
1554
  - Key UI requirements from PRD
1556
1555
  - Any frontend-specific decisions made here
1557
1556
  - Request for detailed frontend architecture
1558
- - id: developer-handoff
1559
- title: Developer Handoff
1560
- instruction: |
1561
- Create a brief prompt for developers starting implementation. Include:
1562
- - Reference to this architecture and coding standards
1563
- - First epic/story to implement
1564
- - Key technical decisions to follow
1565
1557
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
1566
1558
 
1567
1559
  ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
@@ -127,7 +127,6 @@ dependencies:
127
127
  - technical-preferences.md
128
128
  utils:
129
129
  - plan-management.md
130
- - template-format.md
131
130
  - workflow-management.md
132
131
  workflows:
133
132
  - brownfield-fullstack.md
@@ -3318,7 +3317,6 @@ sections:
3318
3317
  After completing the architecture:
3319
3318
 
3320
3319
  1. If project has UI components:
3321
- - Recommend engaging Design Architect agent
3322
3320
  - Use "Frontend Architecture Mode"
3323
3321
  - Provide this document as input
3324
3322
 
@@ -3329,22 +3327,15 @@ sections:
3329
3327
 
3330
3328
  3. Include specific prompts for next agents if needed
3331
3329
  sections:
3332
- - id: design-architect-prompt
3333
- title: Design Architect Prompt
3330
+ - id: architect-prompt
3331
+ title: Architect Prompt
3334
3332
  condition: Project has UI components
3335
3333
  instruction: |
3336
- Create a brief prompt to hand off to Design Architect for Frontend Architecture creation. Include:
3334
+ Create a brief prompt to hand off to Architect for Frontend Architecture creation. Include:
3337
3335
  - Reference to this architecture document
3338
3336
  - Key UI requirements from PRD
3339
3337
  - Any frontend-specific decisions made here
3340
3338
  - Request for detailed frontend architecture
3341
- - id: developer-handoff
3342
- title: Developer Handoff
3343
- instruction: |
3344
- Create a brief prompt for developers starting implementation. Include:
3345
- - Reference to this architecture and coding standards
3346
- - First epic/story to implement
3347
- - Key technical decisions to follow
3348
3339
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
3349
3340
 
3350
3341
  ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ====================
@@ -6226,9 +6217,9 @@ sections:
6226
6217
  - id: next-steps
6227
6218
  title: Next Steps
6228
6219
  sections:
6229
- - id: design-architect-prompt
6230
- title: Design Architect Prompt
6231
- instruction: This section will contain the prompt for the Design Architect, keep it short and to the point to initiate create architecture mode using this document as input.
6220
+ - id: ux-expert-prompt
6221
+ title: UX Expert Prompt
6222
+ instruction: This section will contain the prompt for the UX Expert, keep it short and to the point to initiate create architecture mode using this document as input.
6232
6223
  - id: architect-prompt
6233
6224
  title: Architect Prompt
6234
6225
  instruction: This section will contain the prompt for the Architect, keep it short and to the point to initiate create architecture mode using this document as input.
@@ -8720,17 +8711,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
8720
8711
 
8721
8712
  BMad employs a sophisticated template system with three key components:
8722
8713
 
8723
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
8724
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
8714
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
8715
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
8725
8716
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
8726
8717
 
8727
- **Template Features**:
8728
-
8729
- - **Self-contained**: Templates embed both output structure and processing instructions
8730
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
8731
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
8732
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
8733
-
8734
8718
  ### Technical Preferences Integration
8735
8719
 
8736
8720
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -9531,35 +9515,6 @@ Would you like to:
9531
9515
  - Parse errors: Fallback to basic text search
9532
9516
  ==================== END: .bmad-core/utils/plan-management.md ====================
9533
9517
 
9534
- ==================== START: .bmad-core/utils/template-format.md ====================
9535
- # Template Format Conventions
9536
-
9537
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
9538
-
9539
- ## Template Markup Elements
9540
-
9541
- - **{{placeholders}}**: Variables to be replaced with actual content
9542
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
9543
- - **REPEAT** sections: Content blocks that may be repeated as needed
9544
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
9545
- - **@{examples}**: Example content for guidance (never output to users)
9546
-
9547
- ## Processing Rules
9548
-
9549
- - Replace all {{placeholders}} with project-specific content
9550
- - Execute all [[LLM: instructions]] internally without showing users
9551
- - Process conditional and repeat blocks as specified
9552
- - Use examples for guidance but never include them in final output
9553
- - Present only clean, formatted content to users
9554
-
9555
- ## Critical Guidelines
9556
-
9557
- - **NEVER display template markup, LLM instructions, or examples to users**
9558
- - Template elements are for AI processing only
9559
- - Focus on faithful template execution and clean output
9560
- - All template-specific instructions are embedded within templates
9561
- ==================== END: .bmad-core/utils/template-format.md ====================
9562
-
9563
9518
  ==================== START: .bmad-core/utils/workflow-management.md ====================
9564
9519
  # Workflow Management
9565
9520
 
@@ -173,7 +173,6 @@ dependencies:
173
173
  utils:
174
174
  - plan-management.md
175
175
  - workflow-management.md
176
- - template-format.md
177
176
  ```
178
177
  ==================== END: .bmad-core/agents/bmad-orchestrator.md ====================
179
178
 
@@ -1401,17 +1400,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
1401
1400
 
1402
1401
  BMad employs a sophisticated template system with three key components:
1403
1402
 
1404
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
1405
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
1403
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
1404
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
1406
1405
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
1407
1406
 
1408
- **Template Features**:
1409
-
1410
- - **Self-contained**: Templates embed both output structure and processing instructions
1411
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
1412
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
1413
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
1414
-
1415
1407
  ### Technical Preferences Integration
1416
1408
 
1417
1409
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -2238,32 +2230,3 @@ Handle conditional paths by asking clarifying questions when needed.
2238
2230
 
2239
2231
  Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
2240
2232
  ==================== END: .bmad-core/utils/workflow-management.md ====================
2241
-
2242
- ==================== START: .bmad-core/utils/template-format.md ====================
2243
- # Template Format Conventions
2244
-
2245
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
2246
-
2247
- ## Template Markup Elements
2248
-
2249
- - **{{placeholders}}**: Variables to be replaced with actual content
2250
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
2251
- - **REPEAT** sections: Content blocks that may be repeated as needed
2252
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
2253
- - **@{examples}**: Example content for guidance (never output to users)
2254
-
2255
- ## Processing Rules
2256
-
2257
- - Replace all {{placeholders}} with project-specific content
2258
- - Execute all [[LLM: instructions]] internally without showing users
2259
- - Process conditional and repeat blocks as specified
2260
- - Use examples for guidance but never include them in final output
2261
- - Present only clean, formatted content to users
2262
-
2263
- ## Critical Guidelines
2264
-
2265
- - **NEVER display template markup, LLM instructions, or examples to users**
2266
- - Template elements are for AI processing only
2267
- - Focus on faithful template execution and clean output
2268
- - All template-specific instructions are embedded within templates
2269
- ==================== END: .bmad-core/utils/template-format.md ====================
@@ -1360,9 +1360,9 @@ sections:
1360
1360
  - id: next-steps
1361
1361
  title: Next Steps
1362
1362
  sections:
1363
- - id: design-architect-prompt
1364
- title: Design Architect Prompt
1365
- instruction: This section will contain the prompt for the Design Architect, keep it short and to the point to initiate create architecture mode using this document as input.
1363
+ - id: ux-expert-prompt
1364
+ title: UX Expert Prompt
1365
+ instruction: This section will contain the prompt for the UX Expert, keep it short and to the point to initiate create architecture mode using this document as input.
1366
1366
  - id: architect-prompt
1367
1367
  title: Architect Prompt
1368
1368
  instruction: This section will contain the prompt for the Architect, keep it short and to the point to initiate create architecture mode using this document as input.
@@ -254,7 +254,6 @@ dependencies:
254
254
  utils:
255
255
  - plan-management.md
256
256
  - workflow-management.md
257
- - template-format.md
258
257
  ```
259
258
  ==================== END: .bmad-2d-phaser-game-dev/agents/bmad-orchestrator.md ====================
260
259
 
@@ -3669,35 +3668,6 @@ Handle conditional paths by asking clarifying questions when needed.
3669
3668
  Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
3670
3669
  ==================== END: .bmad-2d-phaser-game-dev/utils/workflow-management.md ====================
3671
3670
 
3672
- ==================== START: .bmad-2d-phaser-game-dev/utils/template-format.md ====================
3673
- # Template Format Conventions
3674
-
3675
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
3676
-
3677
- ## Template Markup Elements
3678
-
3679
- - **{{placeholders}}**: Variables to be replaced with actual content
3680
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
3681
- - **REPEAT** sections: Content blocks that may be repeated as needed
3682
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
3683
- - **@{examples}**: Example content for guidance (never output to users)
3684
-
3685
- ## Processing Rules
3686
-
3687
- - Replace all {{placeholders}} with project-specific content
3688
- - Execute all [[LLM: instructions]] internally without showing users
3689
- - Process conditional and repeat blocks as specified
3690
- - Use examples for guidance but never include them in final output
3691
- - Present only clean, formatted content to users
3692
-
3693
- ## Critical Guidelines
3694
-
3695
- - **NEVER display template markup, LLM instructions, or examples to users**
3696
- - Template elements are for AI processing only
3697
- - Focus on faithful template execution and clean output
3698
- - All template-specific instructions are embedded within templates
3699
- ==================== END: .bmad-2d-phaser-game-dev/utils/template-format.md ====================
3700
-
3701
3671
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
3702
3672
  # Checklist Validation Task
3703
3673
 
@@ -190,7 +190,6 @@ dependencies:
190
190
  utils:
191
191
  - plan-management.md
192
192
  - workflow-management.md
193
- - template-format.md
194
193
  ```
195
194
  ==================== END: .bmad-core/agents/bmad-orchestrator.md ====================
196
195
 
@@ -1866,17 +1865,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
1866
1865
 
1867
1866
  BMad employs a sophisticated template system with three key components:
1868
1867
 
1869
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
1870
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
1868
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
1869
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
1871
1870
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
1872
1871
 
1873
- **Template Features**:
1874
-
1875
- - **Self-contained**: Templates embed both output structure and processing instructions
1876
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
1877
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
1878
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
1879
-
1880
1872
  ### Technical Preferences Integration
1881
1873
 
1882
1874
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -2704,35 +2696,6 @@ Handle conditional paths by asking clarifying questions when needed.
2704
2696
  Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
2705
2697
  ==================== END: .bmad-core/utils/workflow-management.md ====================
2706
2698
 
2707
- ==================== START: .bmad-core/utils/template-format.md ====================
2708
- # Template Format Conventions
2709
-
2710
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
2711
-
2712
- ## Template Markup Elements
2713
-
2714
- - **{{placeholders}}**: Variables to be replaced with actual content
2715
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
2716
- - **REPEAT** sections: Content blocks that may be repeated as needed
2717
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
2718
- - **@{examples}**: Example content for guidance (never output to users)
2719
-
2720
- ## Processing Rules
2721
-
2722
- - Replace all {{placeholders}} with project-specific content
2723
- - Execute all [[LLM: instructions]] internally without showing users
2724
- - Process conditional and repeat blocks as specified
2725
- - Use examples for guidance but never include them in final output
2726
- - Present only clean, formatted content to users
2727
-
2728
- ## Critical Guidelines
2729
-
2730
- - **NEVER display template markup, LLM instructions, or examples to users**
2731
- - Template elements are for AI processing only
2732
- - Focus on faithful template execution and clean output
2733
- - All template-specific instructions are embedded within templates
2734
- ==================== END: .bmad-core/utils/template-format.md ====================
2735
-
2736
2699
  ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
2737
2700
  ---
2738
2701
  docOutputLocation: docs/brainstorming-session-results.md
@@ -5197,7 +5160,6 @@ sections:
5197
5160
  After completing the architecture:
5198
5161
 
5199
5162
  1. If project has UI components:
5200
- - Recommend engaging Design Architect agent
5201
5163
  - Use "Frontend Architecture Mode"
5202
5164
  - Provide this document as input
5203
5165
 
@@ -5208,22 +5170,15 @@ sections:
5208
5170
 
5209
5171
  3. Include specific prompts for next agents if needed
5210
5172
  sections:
5211
- - id: design-architect-prompt
5212
- title: Design Architect Prompt
5173
+ - id: architect-prompt
5174
+ title: Architect Prompt
5213
5175
  condition: Project has UI components
5214
5176
  instruction: |
5215
- Create a brief prompt to hand off to Design Architect for Frontend Architecture creation. Include:
5177
+ Create a brief prompt to hand off to Architect for Frontend Architecture creation. Include:
5216
5178
  - Reference to this architecture document
5217
5179
  - Key UI requirements from PRD
5218
5180
  - Any frontend-specific decisions made here
5219
5181
  - Request for detailed frontend architecture
5220
- - id: developer-handoff
5221
- title: Developer Handoff
5222
- instruction: |
5223
- Create a brief prompt for developers starting implementation. Include:
5224
- - Reference to this architecture and coding standards
5225
- - First epic/story to implement
5226
- - Key technical decisions to follow
5227
5182
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
5228
5183
 
5229
5184
  ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
@@ -8195,9 +8150,9 @@ sections:
8195
8150
  - id: next-steps
8196
8151
  title: Next Steps
8197
8152
  sections:
8198
- - id: design-architect-prompt
8199
- title: Design Architect Prompt
8200
- instruction: This section will contain the prompt for the Design Architect, keep it short and to the point to initiate create architecture mode using this document as input.
8153
+ - id: ux-expert-prompt
8154
+ title: UX Expert Prompt
8155
+ instruction: This section will contain the prompt for the UX Expert, keep it short and to the point to initiate create architecture mode using this document as input.
8201
8156
  - id: architect-prompt
8202
8157
  title: Architect Prompt
8203
8158
  instruction: This section will contain the prompt for the Architect, keep it short and to the point to initiate create architecture mode using this document as input.
@@ -194,7 +194,6 @@ dependencies:
194
194
  utils:
195
195
  - plan-management.md
196
196
  - workflow-management.md
197
- - template-format.md
198
197
  ```
199
198
  ==================== END: .bmad-core/agents/bmad-orchestrator.md ====================
200
199
 
@@ -1724,17 +1723,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
1724
1723
 
1725
1724
  BMad employs a sophisticated template system with three key components:
1726
1725
 
1727
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
1728
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
1726
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
1727
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
1729
1728
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
1730
1729
 
1731
- **Template Features**:
1732
-
1733
- - **Self-contained**: Templates embed both output structure and processing instructions
1734
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
1735
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
1736
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
1737
-
1738
1730
  ### Technical Preferences Integration
1739
1731
 
1740
1732
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -2562,35 +2554,6 @@ Handle conditional paths by asking clarifying questions when needed.
2562
2554
  Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
2563
2555
  ==================== END: .bmad-core/utils/workflow-management.md ====================
2564
2556
 
2565
- ==================== START: .bmad-core/utils/template-format.md ====================
2566
- # Template Format Conventions
2567
-
2568
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
2569
-
2570
- ## Template Markup Elements
2571
-
2572
- - **{{placeholders}}**: Variables to be replaced with actual content
2573
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
2574
- - **REPEAT** sections: Content blocks that may be repeated as needed
2575
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
2576
- - **@{examples}**: Example content for guidance (never output to users)
2577
-
2578
- ## Processing Rules
2579
-
2580
- - Replace all {{placeholders}} with project-specific content
2581
- - Execute all [[LLM: instructions]] internally without showing users
2582
- - Process conditional and repeat blocks as specified
2583
- - Use examples for guidance but never include them in final output
2584
- - Present only clean, formatted content to users
2585
-
2586
- ## Critical Guidelines
2587
-
2588
- - **NEVER display template markup, LLM instructions, or examples to users**
2589
- - Template elements are for AI processing only
2590
- - Focus on faithful template execution and clean output
2591
- - All template-specific instructions are embedded within templates
2592
- ==================== END: .bmad-core/utils/template-format.md ====================
2593
-
2594
2557
  ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
2595
2558
  ---
2596
2559
  docOutputLocation: docs/brainstorming-session-results.md
@@ -5203,9 +5166,9 @@ sections:
5203
5166
  - id: next-steps
5204
5167
  title: Next Steps
5205
5168
  sections:
5206
- - id: design-architect-prompt
5207
- title: Design Architect Prompt
5208
- instruction: This section will contain the prompt for the Design Architect, keep it short and to the point to initiate create architecture mode using this document as input.
5169
+ - id: ux-expert-prompt
5170
+ title: UX Expert Prompt
5171
+ instruction: This section will contain the prompt for the UX Expert, keep it short and to the point to initiate create architecture mode using this document as input.
5209
5172
  - id: architect-prompt
5210
5173
  title: Architect Prompt
5211
5174
  instruction: This section will contain the prompt for the Architect, keep it short and to the point to initiate create architecture mode using this document as input.
@@ -7101,7 +7064,6 @@ sections:
7101
7064
  After completing the architecture:
7102
7065
 
7103
7066
  1. If project has UI components:
7104
- - Recommend engaging Design Architect agent
7105
7067
  - Use "Frontend Architecture Mode"
7106
7068
  - Provide this document as input
7107
7069
 
@@ -7112,22 +7074,15 @@ sections:
7112
7074
 
7113
7075
  3. Include specific prompts for next agents if needed
7114
7076
  sections:
7115
- - id: design-architect-prompt
7116
- title: Design Architect Prompt
7077
+ - id: architect-prompt
7078
+ title: Architect Prompt
7117
7079
  condition: Project has UI components
7118
7080
  instruction: |
7119
- Create a brief prompt to hand off to Design Architect for Frontend Architecture creation. Include:
7081
+ Create a brief prompt to hand off to Architect for Frontend Architecture creation. Include:
7120
7082
  - Reference to this architecture document
7121
7083
  - Key UI requirements from PRD
7122
7084
  - Any frontend-specific decisions made here
7123
7085
  - Request for detailed frontend architecture
7124
- - id: developer-handoff
7125
- title: Developer Handoff
7126
- instruction: |
7127
- Create a brief prompt for developers starting implementation. Include:
7128
- - Reference to this architecture and coding standards
7129
- - First epic/story to implement
7130
- - Key technical decisions to follow
7131
7086
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
7132
7087
 
7133
7088
  ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
@@ -186,7 +186,6 @@ dependencies:
186
186
  utils:
187
187
  - plan-management.md
188
188
  - workflow-management.md
189
- - template-format.md
190
189
  ```
191
190
  ==================== END: .bmad-core/agents/bmad-orchestrator.md ====================
192
191
 
@@ -1623,17 +1622,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
1623
1622
 
1624
1623
  BMad employs a sophisticated template system with three key components:
1625
1624
 
1626
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
1627
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
1625
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
1626
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
1628
1627
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
1629
1628
 
1630
- **Template Features**:
1631
-
1632
- - **Self-contained**: Templates embed both output structure and processing instructions
1633
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
1634
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
1635
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
1636
-
1637
1629
  ### Technical Preferences Integration
1638
1630
 
1639
1631
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -2461,35 +2453,6 @@ Handle conditional paths by asking clarifying questions when needed.
2461
2453
  Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
2462
2454
  ==================== END: .bmad-core/utils/workflow-management.md ====================
2463
2455
 
2464
- ==================== START: .bmad-core/utils/template-format.md ====================
2465
- # Template Format Conventions
2466
-
2467
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
2468
-
2469
- ## Template Markup Elements
2470
-
2471
- - **{{placeholders}}**: Variables to be replaced with actual content
2472
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
2473
- - **REPEAT** sections: Content blocks that may be repeated as needed
2474
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
2475
- - **@{examples}**: Example content for guidance (never output to users)
2476
-
2477
- ## Processing Rules
2478
-
2479
- - Replace all {{placeholders}} with project-specific content
2480
- - Execute all [[LLM: instructions]] internally without showing users
2481
- - Process conditional and repeat blocks as specified
2482
- - Use examples for guidance but never include them in final output
2483
- - Present only clean, formatted content to users
2484
-
2485
- ## Critical Guidelines
2486
-
2487
- - **NEVER display template markup, LLM instructions, or examples to users**
2488
- - Template elements are for AI processing only
2489
- - Focus on faithful template execution and clean output
2490
- - All template-specific instructions are embedded within templates
2491
- ==================== END: .bmad-core/utils/template-format.md ====================
2492
-
2493
2456
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
2494
2457
  # Checklist Validation Task
2495
2458
 
@@ -189,7 +189,6 @@ dependencies:
189
189
  utils:
190
190
  - plan-management.md
191
191
  - workflow-management.md
192
- - template-format.md
193
192
  ```
194
193
  ==================== END: .bmad-core/agents/bmad-orchestrator.md ====================
195
194
 
@@ -1666,17 +1665,10 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
1666
1665
 
1667
1666
  BMad employs a sophisticated template system with three key components:
1668
1667
 
1669
- 1. **Template Format** (`utils/template-format.md`): Defines markup language for variable substitution and AI processing directives
1670
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction
1668
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
1669
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
1671
1670
  3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
1672
1671
 
1673
- **Template Features**:
1674
-
1675
- - **Self-contained**: Templates embed both output structure and processing instructions
1676
- - **Variable Substitution**: `{{placeholders}}` for dynamic content
1677
- - **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
1678
- - **Interactive Refinement**: Built-in elicitation processes for quality improvement
1679
-
1680
1672
  ### Technical Preferences Integration
1681
1673
 
1682
1674
  The `technical-preferences.md` file serves as a persistent technical profile that:
@@ -2504,35 +2496,6 @@ Handle conditional paths by asking clarifying questions when needed.
2504
2496
  Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
2505
2497
  ==================== END: .bmad-core/utils/workflow-management.md ====================
2506
2498
 
2507
- ==================== START: .bmad-core/utils/template-format.md ====================
2508
- # Template Format Conventions
2509
-
2510
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
2511
-
2512
- ## Template Markup Elements
2513
-
2514
- - **{{placeholders}}**: Variables to be replaced with actual content
2515
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
2516
- - **REPEAT** sections: Content blocks that may be repeated as needed
2517
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
2518
- - **@{examples}**: Example content for guidance (never output to users)
2519
-
2520
- ## Processing Rules
2521
-
2522
- - Replace all {{placeholders}} with project-specific content
2523
- - Execute all [[LLM: instructions]] internally without showing users
2524
- - Process conditional and repeat blocks as specified
2525
- - Use examples for guidance but never include them in final output
2526
- - Present only clean, formatted content to users
2527
-
2528
- ## Critical Guidelines
2529
-
2530
- - **NEVER display template markup, LLM instructions, or examples to users**
2531
- - Template elements are for AI processing only
2532
- - Focus on faithful template execution and clean output
2533
- - All template-specific instructions are embedded within templates
2534
- ==================== END: .bmad-core/utils/template-format.md ====================
2535
-
2536
2499
  ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
2537
2500
  ---
2538
2501
  docOutputLocation: docs/brainstorming-session-results.md
@@ -5145,9 +5108,9 @@ sections:
5145
5108
  - id: next-steps
5146
5109
  title: Next Steps
5147
5110
  sections:
5148
- - id: design-architect-prompt
5149
- title: Design Architect Prompt
5150
- instruction: This section will contain the prompt for the Design Architect, keep it short and to the point to initiate create architecture mode using this document as input.
5111
+ - id: ux-expert-prompt
5112
+ title: UX Expert Prompt
5113
+ instruction: This section will contain the prompt for the UX Expert, keep it short and to the point to initiate create architecture mode using this document as input.
5151
5114
  - id: architect-prompt
5152
5115
  title: Architect Prompt
5153
5116
  instruction: This section will contain the prompt for the Architect, keep it short and to the point to initiate create architecture mode using this document as input.
@@ -6637,7 +6600,6 @@ sections:
6637
6600
  After completing the architecture:
6638
6601
 
6639
6602
  1. If project has UI components:
6640
- - Recommend engaging Design Architect agent
6641
6603
  - Use "Frontend Architecture Mode"
6642
6604
  - Provide this document as input
6643
6605
 
@@ -6648,22 +6610,15 @@ sections:
6648
6610
 
6649
6611
  3. Include specific prompts for next agents if needed
6650
6612
  sections:
6651
- - id: design-architect-prompt
6652
- title: Design Architect Prompt
6613
+ - id: architect-prompt
6614
+ title: Architect Prompt
6653
6615
  condition: Project has UI components
6654
6616
  instruction: |
6655
- Create a brief prompt to hand off to Design Architect for Frontend Architecture creation. Include:
6617
+ Create a brief prompt to hand off to Architect for Frontend Architecture creation. Include:
6656
6618
  - Reference to this architecture document
6657
6619
  - Key UI requirements from PRD
6658
6620
  - Any frontend-specific decisions made here
6659
6621
  - Request for detailed frontend architecture
6660
- - id: developer-handoff
6661
- title: Developer Handoff
6662
- instruction: |
6663
- Create a brief prompt for developers starting implementation. Include:
6664
- - Reference to this architecture and coding standards
6665
- - First epic/story to implement
6666
- - Key technical decisions to follow
6667
6622
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
6668
6623
 
6669
6624
  ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.27.3",
3
+ "version": "4.27.4",
4
4
  "description": "Breakthrough Method of Agile AI-driven Development",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.27.3",
3
+ "version": "4.27.4",
4
4
  "description": "BMad Method installer - AI-powered Agile development framework",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {
@@ -1,26 +0,0 @@
1
- # Template Format Conventions
2
-
3
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
4
-
5
- ## Template Markup Elements
6
-
7
- - **{{placeholders}}**: Variables to be replaced with actual content
8
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
9
- - **REPEAT** sections: Content blocks that may be repeated as needed
10
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
11
- - **@{examples}**: Example content for guidance (never output to users)
12
-
13
- ## Processing Rules
14
-
15
- - Replace all {{placeholders}} with project-specific content
16
- - Execute all [[LLM: instructions]] internally without showing users
17
- - Process conditional and repeat blocks as specified
18
- - Use examples for guidance but never include them in final output
19
- - Present only clean, formatted content to users
20
-
21
- ## Critical Guidelines
22
-
23
- - **NEVER display template markup, LLM instructions, or examples to users**
24
- - Template elements are for AI processing only
25
- - Focus on faithful template execution and clean output
26
- - All template-specific instructions are embedded within templates