bmad-method 4.26.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.
- package/.vscode/settings.json +2 -0
- package/CHANGELOG.md +22 -0
- package/README.md +29 -282
- package/bmad-core/agent-teams/team-all.yaml +6 -6
- package/bmad-core/agent-teams/team-fullstack.yaml +6 -6
- package/bmad-core/agent-teams/team-no-ui.yaml +2 -2
- package/bmad-core/agents/analyst.md +17 -18
- package/bmad-core/agents/architect.md +15 -18
- package/bmad-core/agents/bmad-master.md +56 -53
- package/bmad-core/agents/bmad-orchestrator.md +24 -23
- package/bmad-core/agents/dev.md +10 -10
- package/bmad-core/agents/pm.md +17 -20
- package/bmad-core/agents/po.md +12 -15
- package/bmad-core/agents/qa.md +7 -8
- package/bmad-core/agents/sm.md +8 -13
- package/bmad-core/agents/ux-expert.md +7 -11
- package/bmad-core/core-config.yaml +1 -1
- package/bmad-core/data/bmad-kb.md +74 -15
- package/bmad-core/data/brainstorming-techniques.md +36 -0
- package/bmad-core/data/elicitation-methods.md +134 -0
- package/bmad-core/tasks/advanced-elicitation.md +82 -57
- package/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
- package/bmad-core/templates/architecture-tmpl.yaml +658 -0
- package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
- package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
- package/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
- package/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
- package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
- package/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
- package/bmad-core/templates/market-research-tmpl.yaml +252 -0
- package/bmad-core/templates/prd-tmpl.yaml +202 -0
- package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
- package/bmad-core/templates/story-tmpl.yaml +137 -0
- package/bmad-core/utils/plan-management.md +9 -13
- package/bmad-core/workflows/greenfield-service.yaml +1 -1
- package/common/tasks/create-doc.md +55 -67
- package/common/utils/bmad-doc-template.md +325 -0
- package/dist/agents/analyst.txt +1312 -1193
- package/dist/agents/architect.txt +2484 -2895
- package/dist/agents/bmad-master.txt +4680 -4897
- package/dist/agents/bmad-orchestrator.txt +400 -195
- package/dist/agents/dev.txt +21 -24
- package/dist/agents/pm.txt +590 -619
- package/dist/agents/po.txt +178 -130
- package/dist/agents/qa.txt +159 -48
- package/dist/agents/sm.txt +166 -120
- package/dist/agents/ux-expert.txt +436 -544
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +1283 -1260
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +642 -591
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +284 -268
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +9258 -4977
- package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +388 -325
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +1144 -1165
- package/dist/teams/team-all.txt +4885 -4967
- package/dist/teams/team-fullstack.txt +5621 -5693
- package/dist/teams/team-ide-minimal.txt +604 -333
- package/dist/teams/team-no-ui.txt +5209 -5213
- package/docs/agentic-tools/github-copilot-guide.md +29 -9
- package/docs/bmad-workflow-guide.md +2 -2
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +2 -2
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +17 -15
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +13 -11
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +13 -11
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -2
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
- package/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.md +14 -12
- package/expansion-packs/bmad-creator-tools/config.yaml +1 -1
- package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.yaml +178 -0
- package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.yaml +154 -0
- package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml +120 -0
- package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +14 -14
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
- package/package.json +1 -1
- package/tools/builders/web-builder.js +170 -95
- package/tools/installer/config/install.config.yaml +2 -2
- package/tools/installer/lib/ide-setup.js +2 -2
- package/tools/installer/package.json +1 -1
- package/tools/lib/dependency-resolver.js +11 -22
- package/tools/md-assets/web-agent-startup-instructions.md +10 -10
- package/bmad-core/tasks/brainstorming-techniques.md +0 -238
- package/bmad-core/templates/architecture-tmpl.md +0 -776
- package/bmad-core/templates/brownfield-architecture-tmpl.md +0 -544
- package/bmad-core/templates/brownfield-prd-tmpl.md +0 -266
- package/bmad-core/templates/competitor-analysis-tmpl.md +0 -291
- package/bmad-core/templates/front-end-architecture-tmpl.md +0 -175
- package/bmad-core/templates/front-end-spec-tmpl.md +0 -413
- package/bmad-core/templates/fullstack-architecture-tmpl.md +0 -1018
- package/bmad-core/templates/market-research-tmpl.md +0 -263
- package/bmad-core/templates/prd-tmpl.md +0 -202
- package/bmad-core/templates/project-brief-tmpl.md +0 -232
- package/bmad-core/templates/story-tmpl.md +0 -58
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.md +0 -560
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.md +0 -345
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.md +0 -331
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.md +0 -235
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.md +0 -470
- package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.md +0 -154
- package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.md +0 -143
- package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.md +0 -91
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.md +0 -415
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
package/dist/agents/po.txt
CHANGED
|
@@ -8,14 +8,14 @@ You are now operating as a specialized AI agent from the BMad-Method framework.
|
|
|
8
8
|
|
|
9
9
|
2. **Resource Navigation**: This bundle contains all resources you need. Resources are marked with tags like:
|
|
10
10
|
|
|
11
|
-
- `==================== START: folder
|
|
12
|
-
- `==================== END: folder
|
|
11
|
+
- `==================== START: .bmad-core/folder/filename.md ====================`
|
|
12
|
+
- `==================== END: .bmad-core/folder/filename.md ====================`
|
|
13
13
|
|
|
14
14
|
When you need to reference a resource mentioned in your instructions:
|
|
15
15
|
|
|
16
16
|
- Look for the corresponding START/END tags
|
|
17
|
-
- The format is always
|
|
18
|
-
- If a section is specified (e.g., `tasks
|
|
17
|
+
- The format is always the full path with dot prefix (e.g., `.bmad-core/personas/analyst.md`, `.bmad-core/tasks/create-story.md`)
|
|
18
|
+
- If a section is specified (e.g., `{root}/tasks/create-story.md#section-name`), navigate to that section within the file
|
|
19
19
|
|
|
20
20
|
**Understanding YAML References**: In the agent configuration, resources are referenced in the dependencies section. For example:
|
|
21
21
|
|
|
@@ -29,8 +29,8 @@ dependencies:
|
|
|
29
29
|
|
|
30
30
|
These references map directly to bundle sections:
|
|
31
31
|
|
|
32
|
-
- `utils: template-format` → Look for `==================== START: utils
|
|
33
|
-
- `tasks: create-story` → Look for `==================== START: tasks
|
|
32
|
+
- `utils: template-format` → Look for `==================== START: .bmad-core/utils/template-format.md ====================`
|
|
33
|
+
- `tasks: create-story` → Look for `==================== START: .bmad-core/tasks/create-story.md ====================`
|
|
34
34
|
|
|
35
35
|
3. **Execution Context**: You are operating in a web environment. All your capabilities and knowledge are contained within this bundle. Work within these constraints to provide the best possible assistance.
|
|
36
36
|
|
|
@@ -38,7 +38,8 @@ These references map directly to bundle sections:
|
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
|
|
42
|
+
==================== START: .bmad-core/agents/po.md ====================
|
|
42
43
|
# po
|
|
43
44
|
|
|
44
45
|
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
@@ -49,6 +50,7 @@ activation-instructions:
|
|
|
49
50
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
50
51
|
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
51
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.
|
|
52
54
|
agent:
|
|
53
55
|
name: Sarah
|
|
54
56
|
id: po
|
|
@@ -72,8 +74,6 @@ persona:
|
|
|
72
74
|
- User Collaboration for Validation - Seek input at critical checkpoints
|
|
73
75
|
- Focus on Executable & Value-Driven Increments - Ensure work aligns with MVP goals
|
|
74
76
|
- Documentation Ecosystem Integrity - Maintain consistency across all documents
|
|
75
|
-
startup:
|
|
76
|
-
- Greet the user with your name and role, and inform of the *help command.
|
|
77
77
|
commands:
|
|
78
78
|
- help: Show numbered list of the following commands to allow selection
|
|
79
79
|
- create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
|
|
@@ -88,30 +88,28 @@ commands:
|
|
|
88
88
|
- exit: Exit (confirm)
|
|
89
89
|
dependencies:
|
|
90
90
|
tasks:
|
|
91
|
-
- execute-checklist
|
|
92
|
-
- shard-doc
|
|
93
|
-
- correct-course
|
|
94
|
-
- brownfield-create-epic
|
|
95
|
-
- brownfield-create-story
|
|
96
|
-
- 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
|
|
97
97
|
templates:
|
|
98
|
-
- story-tmpl
|
|
98
|
+
- story-tmpl.yaml
|
|
99
99
|
checklists:
|
|
100
|
-
- po-master-checklist
|
|
101
|
-
- change-checklist
|
|
102
|
-
utils:
|
|
103
|
-
- template-format
|
|
100
|
+
- po-master-checklist.md
|
|
101
|
+
- change-checklist.md
|
|
104
102
|
```
|
|
105
|
-
==================== END: agents
|
|
103
|
+
==================== END: .bmad-core/agents/po.md ====================
|
|
106
104
|
|
|
107
|
-
==================== START: tasks
|
|
105
|
+
==================== START: .bmad-core/tasks/execute-checklist.md ====================
|
|
108
106
|
# Checklist Validation Task
|
|
109
107
|
|
|
110
108
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
111
109
|
|
|
112
110
|
## Available Checklists
|
|
113
111
|
|
|
114
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the
|
|
112
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the .bmad-core/checklists folder to select the appropriate one to run.
|
|
115
113
|
|
|
116
114
|
## Instructions
|
|
117
115
|
|
|
@@ -120,7 +118,7 @@ If the user asks or does not specify a specific checklist, list the checklists a
|
|
|
120
118
|
- If user or the task being run provides a checklist name:
|
|
121
119
|
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
122
120
|
- If multiple matches found, ask user to clarify
|
|
123
|
-
- Load the appropriate checklist from
|
|
121
|
+
- Load the appropriate checklist from .bmad-core/checklists/
|
|
124
122
|
- If no checklist specified:
|
|
125
123
|
- Ask the user which checklist they want to use
|
|
126
124
|
- Present the available options from the files in the checklists folder
|
|
@@ -198,9 +196,9 @@ The LLM will:
|
|
|
198
196
|
- Execute the complete checklist validation
|
|
199
197
|
- Present a final report with pass/fail rates and key findings
|
|
200
198
|
- Offer to provide detailed analysis of any section, especially those with warnings or failures
|
|
201
|
-
==================== END: tasks
|
|
199
|
+
==================== END: .bmad-core/tasks/execute-checklist.md ====================
|
|
202
200
|
|
|
203
|
-
==================== START: tasks
|
|
201
|
+
==================== START: .bmad-core/tasks/shard-doc.md ====================
|
|
204
202
|
# Document Sharding Task
|
|
205
203
|
|
|
206
204
|
## Purpose
|
|
@@ -392,9 +390,9 @@ Document sharded successfully:
|
|
|
392
390
|
- Preserve ALL formatting, including whitespace where significant
|
|
393
391
|
- Handle edge cases like sections with code blocks containing ## symbols
|
|
394
392
|
- Ensure the sharding is reversible (could reconstruct the original from shards)
|
|
395
|
-
==================== END: tasks
|
|
393
|
+
==================== END: .bmad-core/tasks/shard-doc.md ====================
|
|
396
394
|
|
|
397
|
-
==================== START: tasks
|
|
395
|
+
==================== START: .bmad-core/tasks/correct-course.md ====================
|
|
398
396
|
# Correct Course Task
|
|
399
397
|
|
|
400
398
|
## Purpose
|
|
@@ -468,9 +466,9 @@ Document sharded successfully:
|
|
|
468
466
|
- A summary of the `change-checklist` analysis (issue, impact, rationale for the chosen path).
|
|
469
467
|
- Specific, clearly drafted proposed edits for all affected project artifacts.
|
|
470
468
|
- **Implicit:** An annotated `change-checklist` (or the record of its completion) reflecting the discussions, findings, and decisions made during the process.
|
|
471
|
-
==================== END: tasks
|
|
469
|
+
==================== END: .bmad-core/tasks/correct-course.md ====================
|
|
472
470
|
|
|
473
|
-
==================== START: tasks
|
|
471
|
+
==================== START: .bmad-core/tasks/brownfield-create-epic.md ====================
|
|
474
472
|
# Create Brownfield Epic Task
|
|
475
473
|
|
|
476
474
|
## Purpose
|
|
@@ -631,9 +629,9 @@ The epic creation is successful when:
|
|
|
631
629
|
- If the scope grows beyond 3 stories, consider the full brownfield PRD process
|
|
632
630
|
- Always prioritize existing system integrity over new functionality
|
|
633
631
|
- When in doubt about scope or complexity, escalate to full brownfield planning
|
|
634
|
-
==================== END: tasks
|
|
632
|
+
==================== END: .bmad-core/tasks/brownfield-create-epic.md ====================
|
|
635
633
|
|
|
636
|
-
==================== START: tasks
|
|
634
|
+
==================== START: .bmad-core/tasks/brownfield-create-story.md ====================
|
|
637
635
|
# Create Brownfield Story Task
|
|
638
636
|
|
|
639
637
|
## Purpose
|
|
@@ -781,9 +779,9 @@ The story creation is successful when:
|
|
|
781
779
|
- Always prioritize existing system integrity
|
|
782
780
|
- When in doubt about integration complexity, use brownfield-create-epic instead
|
|
783
781
|
- Stories should take no more than 4 hours of focused development work
|
|
784
|
-
==================== END: tasks
|
|
782
|
+
==================== END: .bmad-core/tasks/brownfield-create-story.md ====================
|
|
785
783
|
|
|
786
|
-
==================== START: tasks
|
|
784
|
+
==================== START: .bmad-core/tasks/validate-next-story.md ====================
|
|
787
785
|
# Validate Next Story Task
|
|
788
786
|
|
|
789
787
|
## Purpose
|
|
@@ -918,70 +916,149 @@ Provide a structured validation report including:
|
|
|
918
916
|
- **NO-GO**: Story requires fixes before implementation
|
|
919
917
|
- **Implementation Readiness Score**: 1-10 scale
|
|
920
918
|
- **Confidence Level**: High/Medium/Low for successful implementation
|
|
921
|
-
==================== END: tasks
|
|
922
|
-
|
|
923
|
-
==================== START: templates
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
919
|
+
==================== END: .bmad-core/tasks/validate-next-story.md ====================
|
|
920
|
+
|
|
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 ====================
|
|
1060
|
+
|
|
1061
|
+
==================== START: .bmad-core/checklists/po-master-checklist.md ====================
|
|
985
1062
|
# Product Owner (PO) Master Validation Checklist
|
|
986
1063
|
|
|
987
1064
|
This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
|
|
@@ -1423,9 +1500,9 @@ After presenting the report, ask if the user wants:
|
|
|
1423
1500
|
- **APPROVED**: The plan is comprehensive, properly sequenced, and ready for implementation.
|
|
1424
1501
|
- **CONDITIONAL**: The plan requires specific adjustments before proceeding.
|
|
1425
1502
|
- **REJECTED**: The plan requires significant revision to address critical deficiencies.
|
|
1426
|
-
==================== END: checklists
|
|
1503
|
+
==================== END: .bmad-core/checklists/po-master-checklist.md ====================
|
|
1427
1504
|
|
|
1428
|
-
==================== START: checklists
|
|
1505
|
+
==================== START: .bmad-core/checklists/change-checklist.md ====================
|
|
1429
1506
|
# Change Navigation Checklist
|
|
1430
1507
|
|
|
1431
1508
|
**Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
|
|
@@ -1608,33 +1685,4 @@ Keep it action-oriented and forward-looking.]]
|
|
|
1608
1685
|
- [ ] **Confirm Next Steps:** Reiterate the handoff plan and the next actions to be taken by specific agents.
|
|
1609
1686
|
|
|
1610
1687
|
---
|
|
1611
|
-
==================== END: checklists
|
|
1612
|
-
|
|
1613
|
-
==================== START: utils#template-format ====================
|
|
1614
|
-
# Template Format Conventions
|
|
1615
|
-
|
|
1616
|
-
Templates in the BMad method use standardized markup for AI processing. These conventions ensure consistent document generation.
|
|
1617
|
-
|
|
1618
|
-
## Template Markup Elements
|
|
1619
|
-
|
|
1620
|
-
- **{{placeholders}}**: Variables to be replaced with actual content
|
|
1621
|
-
- **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
|
|
1622
|
-
- **REPEAT** sections: Content blocks that may be repeated as needed
|
|
1623
|
-
- **^^CONDITION^^** blocks: Conditional content included only if criteria are met
|
|
1624
|
-
- **@{examples}**: Example content for guidance (never output to users)
|
|
1625
|
-
|
|
1626
|
-
## Processing Rules
|
|
1627
|
-
|
|
1628
|
-
- Replace all {{placeholders}} with project-specific content
|
|
1629
|
-
- Execute all [[LLM: instructions]] internally without showing users
|
|
1630
|
-
- Process conditional and repeat blocks as specified
|
|
1631
|
-
- Use examples for guidance but never include them in final output
|
|
1632
|
-
- Present only clean, formatted content to users
|
|
1633
|
-
|
|
1634
|
-
## Critical Guidelines
|
|
1635
|
-
|
|
1636
|
-
- **NEVER display template markup, LLM instructions, or examples to users**
|
|
1637
|
-
- Template elements are for AI processing only
|
|
1638
|
-
- Focus on faithful template execution and clean output
|
|
1639
|
-
- All template-specific instructions are embedded within templates
|
|
1640
|
-
==================== END: utils#template-format ====================
|
|
1688
|
+
==================== END: .bmad-core/checklists/change-checklist.md ====================
|