bmad-method 4.27.0 → 4.27.1

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 (95) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/bmad-core/agent-teams/team-all.yaml +6 -6
  3. package/bmad-core/agent-teams/team-fullstack.yaml +6 -6
  4. package/bmad-core/agent-teams/team-no-ui.yaml +2 -2
  5. package/bmad-core/agents/analyst.md +17 -20
  6. package/bmad-core/agents/architect.md +15 -18
  7. package/bmad-core/agents/bmad-master.md +55 -56
  8. package/bmad-core/agents/bmad-orchestrator.md +24 -23
  9. package/bmad-core/agents/dev.md +10 -10
  10. package/bmad-core/agents/pm.md +17 -20
  11. package/bmad-core/agents/po.md +12 -15
  12. package/bmad-core/agents/qa.md +7 -8
  13. package/bmad-core/agents/sm.md +8 -13
  14. package/bmad-core/agents/ux-expert.md +7 -11
  15. package/bmad-core/core-config.yaml +1 -1
  16. package/bmad-core/templates/architecture-tmpl.yaml +658 -0
  17. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  18. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
  19. package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
  20. package/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
  21. package/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
  22. package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
  23. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
  24. package/bmad-core/templates/market-research-tmpl.yaml +252 -0
  25. package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
  26. package/bmad-core/templates/story-tmpl.yaml +137 -0
  27. package/common/tasks/create-doc.md +55 -67
  28. package/common/utils/bmad-doc-template.md +29 -0
  29. package/dist/agents/analyst.txt +1004 -1061
  30. package/dist/agents/architect.txt +2460 -2872
  31. package/dist/agents/bmad-master.txt +3842 -4354
  32. package/dist/agents/bmad-orchestrator.txt +211 -87
  33. package/dist/agents/dev.txt +4 -8
  34. package/dist/agents/pm.txt +557 -587
  35. package/dist/agents/po.txt +149 -102
  36. package/dist/agents/qa.txt +145 -35
  37. package/dist/agents/sm.txt +145 -100
  38. package/dist/agents/ux-expert.txt +413 -522
  39. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +1258 -1236
  40. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +623 -573
  41. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +263 -248
  42. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +9135 -4942
  43. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +288 -251
  44. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +1123 -1145
  45. package/dist/teams/team-all.txt +4583 -4837
  46. package/dist/teams/team-fullstack.txt +5276 -5520
  47. package/dist/teams/team-ide-minimal.txt +375 -185
  48. package/dist/teams/team-no-ui.txt +4875 -5051
  49. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +2 -2
  50. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +17 -15
  51. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +13 -11
  52. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +13 -11
  53. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  54. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
  55. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
  56. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  57. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
  58. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  59. package/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.md +14 -12
  60. package/expansion-packs/bmad-creator-tools/config.yaml +1 -1
  61. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.yaml +178 -0
  62. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.yaml +154 -0
  63. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml +120 -0
  64. package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +14 -14
  65. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  66. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
  67. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
  68. package/package.json +1 -1
  69. package/tools/builders/web-builder.js +65 -85
  70. package/tools/installer/package.json +1 -1
  71. package/tools/lib/dependency-resolver.js +8 -19
  72. package/bmad-core/templates/architecture-tmpl.md +0 -776
  73. package/bmad-core/templates/brainstorming-output-tmpl.md +0 -149
  74. package/bmad-core/templates/brownfield-architecture-tmpl.md +0 -544
  75. package/bmad-core/templates/brownfield-prd-tmpl.md +0 -266
  76. package/bmad-core/templates/competitor-analysis-tmpl.md +0 -291
  77. package/bmad-core/templates/front-end-architecture-tmpl.md +0 -175
  78. package/bmad-core/templates/front-end-spec-tmpl.md +0 -413
  79. package/bmad-core/templates/fullstack-architecture-tmpl.md +0 -1018
  80. package/bmad-core/templates/market-research-tmpl.md +0 -263
  81. package/bmad-core/templates/prd-tmpl.md +0 -202
  82. package/bmad-core/templates/project-brief-tmpl.md +0 -232
  83. package/bmad-core/templates/story-tmpl.md +0 -58
  84. package/common/tasks/create-doc2.md +0 -65
  85. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.md +0 -560
  86. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.md +0 -345
  87. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.md +0 -331
  88. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.md +0 -235
  89. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.md +0 -470
  90. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.md +0 -154
  91. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.md +0 -143
  92. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.md +0 -91
  93. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.md +0 -415
  94. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
  95. /package/bmad-core/templates/{prd-tmpl2.yaml → prd-tmpl.yaml} +0 -0
@@ -50,6 +50,7 @@ activation-instructions:
50
50
  - Only read the files/tasks listed here when user selects them for execution to minimize context usage
51
51
  - The customization field ALWAYS takes precedence over any conflicting instructions
52
52
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
53
+ - Greet the user with your name and role, and inform of the *help command.
53
54
  agent:
54
55
  name: Sarah
55
56
  id: po
@@ -73,8 +74,6 @@ persona:
73
74
  - User Collaboration for Validation - Seek input at critical checkpoints
74
75
  - Focus on Executable & Value-Driven Increments - Ensure work aligns with MVP goals
75
76
  - Documentation Ecosystem Integrity - Maintain consistency across all documents
76
- startup:
77
- - Greet the user with your name and role, and inform of the *help command.
78
77
  commands:
79
78
  - help: Show numbered list of the following commands to allow selection
80
79
  - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
@@ -89,19 +88,17 @@ commands:
89
88
  - exit: Exit (confirm)
90
89
  dependencies:
91
90
  tasks:
92
- - execute-checklist
93
- - shard-doc
94
- - correct-course
95
- - brownfield-create-epic
96
- - brownfield-create-story
97
- - validate-next-story
91
+ - execute-checklist.md
92
+ - shard-doc.md
93
+ - correct-course.md
94
+ - brownfield-create-epic.md
95
+ - brownfield-create-story.md
96
+ - validate-next-story.md
98
97
  templates:
99
- - story-tmpl
98
+ - story-tmpl.yaml
100
99
  checklists:
101
- - po-master-checklist
102
- - change-checklist
103
- utils:
104
- - template-format
100
+ - po-master-checklist.md
101
+ - change-checklist.md
105
102
  ```
106
103
  ==================== END: .bmad-core/agents/po.md ====================
107
104
 
@@ -921,66 +918,145 @@ Provide a structured validation report including:
921
918
  - **Confidence Level**: High/Medium/Low for successful implementation
922
919
  ==================== END: .bmad-core/tasks/validate-next-story.md ====================
923
920
 
924
- ==================== START: .bmad-core/templates/story-tmpl.md ====================
925
- ---
926
- defaultOutput: docs/stories/{{EpicNum}}.{{StoryNum}}.{{Short Title Copied from Epic File specific story}}.md
927
- smAgent:
928
- editableSections: Status, Story, Acceptance Criteria, Tasks / Subtasks, Dev Notes, Testing, Change Log
929
- sectionSpecificInstructions:
930
- "Dev Notes":
931
- - Populate relevant information, only what was pulled from actual artifacts from docs folder, relevant to this story
932
- - Do not invent information.
933
- - If known add Relevant Source Tree info that relates to this story.
934
- - If there were important notes from previous story that are relevant to this one, include them here.
935
- - Put enough information in this section so that the dev agent should NEVER need to read the architecture documents, these notes along with the tasks and subtasks must give the Dev Agent the complete context it needs to comprehend with the least amount of overhead the information to complete the story, meeting all AC and completing all tasks+subtasks.
936
- Testing:
937
- - List Relevant Testing Standards from Architecture the Developer needs to conform to (test file location, test standards, etc)
938
- ---
939
-
940
- # Story {{EpicNum}}.{{StoryNum}}: {{Short Title Copied from Epic File specific story}}
941
-
942
- ## Status: {{ Draft | Approved | InProgress | Review | Done }}
943
-
944
- ## Story
945
-
946
- **As a** {{role}},\
947
- **I want** {{action}},\
948
- **so that** {{benefit}}
949
-
950
- ## Acceptance Criteria
951
-
952
- {{ Copy of Acceptance Criteria numbered list }}
953
-
954
- ## Tasks / Subtasks
955
-
956
- - [ ] Task 1 (AC: # if applicable)
957
- - [ ] Subtask1.1...
958
- - [ ] Task 2 (AC: # if applicable)
959
- - [ ] Subtask 2.1...
960
- - [ ] Task 3 (AC: # if applicable)
961
- - [ ] Subtask 3.1...
962
-
963
- ## Dev Notes
964
-
965
- ### Testing
966
-
967
- ## Change Log
968
-
969
- | Date | Version | Description | Author |
970
- | :--- | :------ | :---------- | :----- |
971
-
972
- ## Dev Agent Record
973
-
974
- ### Agent Model Used: {{Agent Model Name/Version}}
975
-
976
- ### Debug Log References
977
-
978
- ### Completion Notes List
979
-
980
- ### File List
981
-
982
- ## QA Results
983
- ==================== END: .bmad-core/templates/story-tmpl.md ====================
921
+ ==================== START: .bmad-core/templates/story-tmpl.yaml ====================
922
+ template:
923
+ id: story-template-v2
924
+ name: Story Document
925
+ version: 2.0
926
+ output:
927
+ format: markdown
928
+ filename: docs/stories/{{epic_num}}.{{story_num}}.{{story_title_short}}.md
929
+ title: "Story {{epic_num}}.{{story_num}}: {{story_title_short}}"
930
+
931
+ workflow:
932
+ mode: interactive
933
+ elicitation: advanced-elicitation
934
+
935
+ agent_config:
936
+ editable_sections:
937
+ - Status
938
+ - Story
939
+ - Acceptance Criteria
940
+ - Tasks / Subtasks
941
+ - Dev Notes
942
+ - Testing
943
+ - Change Log
944
+
945
+ sections:
946
+ - id: status
947
+ title: Status
948
+ type: choice
949
+ choices: [Draft, Approved, InProgress, Review, Done]
950
+ instruction: Select the current status of the story
951
+ owner: scrum-master
952
+ editors: [scrum-master, dev-agent]
953
+
954
+ - id: story
955
+ title: Story
956
+ type: template-text
957
+ template: |
958
+ **As a** {{role}},
959
+ **I want** {{action}},
960
+ **so that** {{benefit}}
961
+ instruction: Define the user story using the standard format with role, action, and benefit
962
+ elicit: true
963
+ owner: scrum-master
964
+ editors: [scrum-master]
965
+
966
+ - id: acceptance-criteria
967
+ title: Acceptance Criteria
968
+ type: numbered-list
969
+ instruction: Copy the acceptance criteria numbered list from the epic file
970
+ elicit: true
971
+ owner: scrum-master
972
+ editors: [scrum-master]
973
+
974
+ - id: tasks-subtasks
975
+ title: Tasks / Subtasks
976
+ type: bullet-list
977
+ instruction: |
978
+ Break down the story into specific tasks and subtasks needed for implementation.
979
+ Reference applicable acceptance criteria numbers where relevant.
980
+ template: |
981
+ - [ ] Task 1 (AC: # if applicable)
982
+ - [ ] Subtask1.1...
983
+ - [ ] Task 2 (AC: # if applicable)
984
+ - [ ] Subtask 2.1...
985
+ - [ ] Task 3 (AC: # if applicable)
986
+ - [ ] Subtask 3.1...
987
+ elicit: true
988
+ owner: scrum-master
989
+ editors: [scrum-master, dev-agent]
990
+
991
+ - id: dev-notes
992
+ title: Dev Notes
993
+ instruction: |
994
+ Populate relevant information, only what was pulled from actual artifacts from docs folder, relevant to this story:
995
+ - Do not invent information
996
+ - If known add Relevant Source Tree info that relates to this story
997
+ - If there were important notes from previous story that are relevant to this one, include them here
998
+ - Put enough information in this section so that the dev agent should NEVER need to read the architecture documents, these notes along with the tasks and subtasks must give the Dev Agent the complete context it needs to comprehend with the least amount of overhead the information to complete the story, meeting all AC and completing all tasks+subtasks
999
+ elicit: true
1000
+ owner: scrum-master
1001
+ editors: [scrum-master]
1002
+ sections:
1003
+ - id: testing-standards
1004
+ title: Testing
1005
+ instruction: |
1006
+ List Relevant Testing Standards from Architecture the Developer needs to conform to:
1007
+ - Test file location
1008
+ - Test standards
1009
+ - Testing frameworks and patterns to use
1010
+ - Any specific testing requirements for this story
1011
+ elicit: true
1012
+ owner: scrum-master
1013
+ editors: [scrum-master]
1014
+
1015
+ - id: change-log
1016
+ title: Change Log
1017
+ type: table
1018
+ columns: [Date, Version, Description, Author]
1019
+ instruction: Track changes made to this story document
1020
+ owner: scrum-master
1021
+ editors: [scrum-master, dev-agent, qa-agent]
1022
+
1023
+ - id: dev-agent-record
1024
+ title: Dev Agent Record
1025
+ instruction: This section is populated by the development agent during implementation
1026
+ owner: dev-agent
1027
+ editors: [dev-agent]
1028
+ sections:
1029
+ - id: agent-model
1030
+ title: Agent Model Used
1031
+ template: "{{agent_model_name_version}}"
1032
+ instruction: Record the specific AI agent model and version used for development
1033
+ owner: dev-agent
1034
+ editors: [dev-agent]
1035
+
1036
+ - id: debug-log-references
1037
+ title: Debug Log References
1038
+ instruction: Reference any debug logs or traces generated during development
1039
+ owner: dev-agent
1040
+ editors: [dev-agent]
1041
+
1042
+ - id: completion-notes
1043
+ title: Completion Notes List
1044
+ instruction: Notes about the completion of tasks and any issues encountered
1045
+ owner: dev-agent
1046
+ editors: [dev-agent]
1047
+
1048
+ - id: file-list
1049
+ title: File List
1050
+ instruction: List all files created, modified, or affected during story implementation
1051
+ owner: dev-agent
1052
+ editors: [dev-agent]
1053
+
1054
+ - id: qa-results
1055
+ title: QA Results
1056
+ instruction: Results from QA Agent QA review of the completed story implementation
1057
+ owner: qa-agent
1058
+ editors: [qa-agent]
1059
+ ==================== END: .bmad-core/templates/story-tmpl.yaml ====================
984
1060
 
985
1061
  ==================== START: .bmad-core/checklists/po-master-checklist.md ====================
986
1062
  # Product Owner (PO) Master Validation Checklist
@@ -1610,32 +1686,3 @@ Keep it action-oriented and forward-looking.]]
1610
1686
 
1611
1687
  ---
1612
1688
  ==================== END: .bmad-core/checklists/change-checklist.md ====================
1613
-
1614
- ==================== START: .bmad-core/utils/template-format.md ====================
1615
- # Template Format Conventions
1616
-
1617
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
1618
-
1619
- ## Template Markup Elements
1620
-
1621
- - **{{placeholders}}**: Variables to be replaced with actual content
1622
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
1623
- - **REPEAT** sections: Content blocks that may be repeated as needed
1624
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
1625
- - **@{examples}**: Example content for guidance (never output to users)
1626
-
1627
- ## Processing Rules
1628
-
1629
- - Replace all {{placeholders}} with project-specific content
1630
- - Execute all [[LLM: instructions]] internally without showing users
1631
- - Process conditional and repeat blocks as specified
1632
- - Use examples for guidance but never include them in final output
1633
- - Present only clean, formatted content to users
1634
-
1635
- ## Critical Guidelines
1636
-
1637
- - **NEVER display template markup, LLM instructions, or examples to users**
1638
- - Template elements are for AI processing only
1639
- - Focus on faithful template execution and clean output
1640
- - All template-specific instructions are embedded within templates
1641
- ==================== END: .bmad-core/utils/template-format.md ====================
@@ -50,6 +50,7 @@ activation-instructions:
50
50
  - Only read the files/tasks listed here when user selects them for execution to minimize context usage
51
51
  - The customization field ALWAYS takes precedence over any conflicting instructions
52
52
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
53
+ - Greet the user with your name and role, and inform of the *help command.
53
54
  agent:
54
55
  name: Quinn
55
56
  id: qa
@@ -73,8 +74,6 @@ persona:
73
74
  - Risk-Based Testing - Prioritize testing based on risk and critical areas
74
75
  - Continuous Improvement - Balance perfection with pragmatism
75
76
  - Architecture & Design Patterns - Ensure proper patterns and maintainable code structure
76
- startup:
77
- - Greet the user with your name and role, and inform of the *help command.
78
77
  story-file-permissions:
79
78
  - CRITICAL: When reviewing stories, you are ONLY authorized to update the "QA Results" section of story files
80
79
  - CRITICAL: DO NOT modify any other sections including Status, Story, Acceptance Criteria, Tasks/Subtasks, Dev Notes, Testing, Dev Agent Record, Change Log, or any other sections
@@ -86,11 +85,11 @@ commands:
86
85
  - exit: Say goodbye as the QA Engineer, and then abandon inhabiting this persona
87
86
  dependencies:
88
87
  tasks:
89
- - review-story
88
+ - review-story.md
90
89
  data:
91
- - technical-preferences
92
- utils:
93
- - template-format
90
+ - technical-preferences.md
91
+ templates:
92
+ - story-tmpl.yaml
94
93
  ```
95
94
  ==================== END: .bmad-core/agents/qa.md ====================
96
95
 
@@ -242,37 +241,148 @@ After review:
242
241
  3. Always provide constructive feedback and explanations for learning
243
242
  ==================== END: .bmad-core/tasks/review-story.md ====================
244
243
 
244
+ ==================== START: .bmad-core/templates/story-tmpl.yaml ====================
245
+ template:
246
+ id: story-template-v2
247
+ name: Story Document
248
+ version: 2.0
249
+ output:
250
+ format: markdown
251
+ filename: docs/stories/{{epic_num}}.{{story_num}}.{{story_title_short}}.md
252
+ title: "Story {{epic_num}}.{{story_num}}: {{story_title_short}}"
253
+
254
+ workflow:
255
+ mode: interactive
256
+ elicitation: advanced-elicitation
257
+
258
+ agent_config:
259
+ editable_sections:
260
+ - Status
261
+ - Story
262
+ - Acceptance Criteria
263
+ - Tasks / Subtasks
264
+ - Dev Notes
265
+ - Testing
266
+ - Change Log
267
+
268
+ sections:
269
+ - id: status
270
+ title: Status
271
+ type: choice
272
+ choices: [Draft, Approved, InProgress, Review, Done]
273
+ instruction: Select the current status of the story
274
+ owner: scrum-master
275
+ editors: [scrum-master, dev-agent]
276
+
277
+ - id: story
278
+ title: Story
279
+ type: template-text
280
+ template: |
281
+ **As a** {{role}},
282
+ **I want** {{action}},
283
+ **so that** {{benefit}}
284
+ instruction: Define the user story using the standard format with role, action, and benefit
285
+ elicit: true
286
+ owner: scrum-master
287
+ editors: [scrum-master]
288
+
289
+ - id: acceptance-criteria
290
+ title: Acceptance Criteria
291
+ type: numbered-list
292
+ instruction: Copy the acceptance criteria numbered list from the epic file
293
+ elicit: true
294
+ owner: scrum-master
295
+ editors: [scrum-master]
296
+
297
+ - id: tasks-subtasks
298
+ title: Tasks / Subtasks
299
+ type: bullet-list
300
+ instruction: |
301
+ Break down the story into specific tasks and subtasks needed for implementation.
302
+ Reference applicable acceptance criteria numbers where relevant.
303
+ template: |
304
+ - [ ] Task 1 (AC: # if applicable)
305
+ - [ ] Subtask1.1...
306
+ - [ ] Task 2 (AC: # if applicable)
307
+ - [ ] Subtask 2.1...
308
+ - [ ] Task 3 (AC: # if applicable)
309
+ - [ ] Subtask 3.1...
310
+ elicit: true
311
+ owner: scrum-master
312
+ editors: [scrum-master, dev-agent]
313
+
314
+ - id: dev-notes
315
+ title: Dev Notes
316
+ instruction: |
317
+ Populate relevant information, only what was pulled from actual artifacts from docs folder, relevant to this story:
318
+ - Do not invent information
319
+ - If known add Relevant Source Tree info that relates to this story
320
+ - If there were important notes from previous story that are relevant to this one, include them here
321
+ - Put enough information in this section so that the dev agent should NEVER need to read the architecture documents, these notes along with the tasks and subtasks must give the Dev Agent the complete context it needs to comprehend with the least amount of overhead the information to complete the story, meeting all AC and completing all tasks+subtasks
322
+ elicit: true
323
+ owner: scrum-master
324
+ editors: [scrum-master]
325
+ sections:
326
+ - id: testing-standards
327
+ title: Testing
328
+ instruction: |
329
+ List Relevant Testing Standards from Architecture the Developer needs to conform to:
330
+ - Test file location
331
+ - Test standards
332
+ - Testing frameworks and patterns to use
333
+ - Any specific testing requirements for this story
334
+ elicit: true
335
+ owner: scrum-master
336
+ editors: [scrum-master]
337
+
338
+ - id: change-log
339
+ title: Change Log
340
+ type: table
341
+ columns: [Date, Version, Description, Author]
342
+ instruction: Track changes made to this story document
343
+ owner: scrum-master
344
+ editors: [scrum-master, dev-agent, qa-agent]
345
+
346
+ - id: dev-agent-record
347
+ title: Dev Agent Record
348
+ instruction: This section is populated by the development agent during implementation
349
+ owner: dev-agent
350
+ editors: [dev-agent]
351
+ sections:
352
+ - id: agent-model
353
+ title: Agent Model Used
354
+ template: "{{agent_model_name_version}}"
355
+ instruction: Record the specific AI agent model and version used for development
356
+ owner: dev-agent
357
+ editors: [dev-agent]
358
+
359
+ - id: debug-log-references
360
+ title: Debug Log References
361
+ instruction: Reference any debug logs or traces generated during development
362
+ owner: dev-agent
363
+ editors: [dev-agent]
364
+
365
+ - id: completion-notes
366
+ title: Completion Notes List
367
+ instruction: Notes about the completion of tasks and any issues encountered
368
+ owner: dev-agent
369
+ editors: [dev-agent]
370
+
371
+ - id: file-list
372
+ title: File List
373
+ instruction: List all files created, modified, or affected during story implementation
374
+ owner: dev-agent
375
+ editors: [dev-agent]
376
+
377
+ - id: qa-results
378
+ title: QA Results
379
+ instruction: Results from QA Agent QA review of the completed story implementation
380
+ owner: qa-agent
381
+ editors: [qa-agent]
382
+ ==================== END: .bmad-core/templates/story-tmpl.yaml ====================
383
+
245
384
  ==================== START: .bmad-core/data/technical-preferences.md ====================
246
385
  # User-Defined Preferred Patterns and Preferences
247
386
 
248
387
  None Listed
249
388
  ==================== END: .bmad-core/data/technical-preferences.md ====================
250
-
251
- ==================== START: .bmad-core/utils/template-format.md ====================
252
- # Template Format Conventions
253
-
254
- Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
255
-
256
- ## Template Markup Elements
257
-
258
- - **{{placeholders}}**: Variables to be replaced with actual content
259
- - **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
260
- - **REPEAT** sections: Content blocks that may be repeated as needed
261
- - **^^CONDITION^^** blocks: Conditional content included only if criteria are met
262
- - **@{examples}**: Example content for guidance (never output to users)
263
-
264
- ## Processing Rules
265
-
266
- - Replace all {{placeholders}} with project-specific content
267
- - Execute all [[LLM: instructions]] internally without showing users
268
- - Process conditional and repeat blocks as specified
269
- - Use examples for guidance but never include them in final output
270
- - Present only clean, formatted content to users
271
-
272
- ## Critical Guidelines
273
-
274
- - **NEVER display template markup, LLM instructions, or examples to users**
275
- - Template elements are for AI processing only
276
- - Focus on faithful template execution and clean output
277
- - All template-specific instructions are embedded within templates
278
- ==================== END: .bmad-core/utils/template-format.md ====================