bmad-method 4.7.0 → 4.8.0
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/.prettierignore +0 -1
- package/CHANGELOG.md +17 -0
- package/README.md +18 -1
- package/bmad-core/agents/analyst.md +11 -8
- package/bmad-core/agents/architect.md +10 -7
- package/bmad-core/agents/bmad-master.md +13 -11
- package/bmad-core/agents/bmad-orchestrator.md +3 -0
- package/bmad-core/agents/dev.md +19 -14
- package/bmad-core/agents/pm.md +8 -5
- package/bmad-core/agents/po.md +13 -10
- package/bmad-core/agents/qa.md +8 -5
- package/bmad-core/agents/sm.md +15 -25
- package/bmad-core/agents/ux-expert.md +11 -8
- package/bmad-core/core-config.yml +24 -0
- package/bmad-core/data/bmad-kb.md +6 -3
- package/bmad-core/tasks/create-next-story.md +63 -45
- package/bmad-core/utils/file-resolution-context.md +10 -0
- package/dist/agents/analyst.txt +404 -17
- package/dist/agents/architect.txt +14 -6
- package/dist/agents/bmad-master.txt +485 -109
- package/dist/agents/bmad-orchestrator.txt +402 -22
- package/dist/agents/dev.txt +26 -34
- package/dist/agents/pm.txt +9 -5
- package/dist/agents/po.txt +10 -10
- package/dist/agents/qa.txt +4 -4
- package/dist/agents/sm.txt +74 -63
- package/dist/agents/ux-expert.txt +9 -7
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +49 -20
- package/dist/expansion-packs/expansion-creator/agents/bmad-the-creator.txt +6 -3
- package/dist/teams/team-all.txt +561 -158
- package/dist/teams/team-fullstack.txt +457 -57
- package/dist/teams/team-ide-minimal.txt +516 -133
- package/dist/teams/team-no-ui.txt +448 -50
- package/docs/bmad-workflow-guide.md +1 -1
- package/docs/claude-code-guide.md +1 -1
- package/docs/core-architecture.md +4 -4
- package/docs/cursor-guide.md +1 -1
- package/docs/roo-code-guide.md +1 -1
- package/docs/user-guide.md +1 -1
- package/docs/windsurf-guide.md +1 -1
- package/expansion-packs/expansion-creator/templates/agent-tmpl.md +4 -1
- package/package.json +1 -1
- package/tools/builders/web-builder.js +158 -94
- package/tools/installer/bin/bmad.js +34 -2
- package/tools/installer/lib/file-manager.js +3 -2
- package/tools/installer/lib/ide-setup.js +39 -123
- package/tools/installer/lib/installer.js +13 -1
- package/tools/installer/package.json +1 -1
- /package/bmad-core/{templates/web-agent-startup-instructions-template.md → utils/web-agent-startup-instructions.md} +0 -0
package/.prettierignore
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# [4.8.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.7.0...v4.8.0) (2025-06-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* installer has fast v4 update option now to keep the bmad method up to date with changes easily without breaking any customizations from the user. The SM and DEV are much more configurable to find epics stories and architectureal information when the prd and architecture are deviant from v4 templates and/or have not been sharded. so a config will give the user the option to configure the SM to use the full large documents or the sharded versions! ([aea7f3c](https://github.com/bmadcode/BMAD-METHOD/commit/aea7f3cc86e749d25ed18bed761dc2839023b3b3))
|
|
7
|
+
* prevent double installation when updating v4 ([af0e767](https://github.com/bmadcode/BMAD-METHOD/commit/af0e767ecf1b91d41f114e1a5d7bf5da08de57d6))
|
|
8
|
+
* resolve undefined config properties in performUpdate ([0185e01](https://github.com/bmadcode/BMAD-METHOD/commit/0185e012bb579948a4de1ea3950db4e399761619))
|
|
9
|
+
* update file-manager to properly handle YAML manifest files ([724cdd0](https://github.com/bmadcode/BMAD-METHOD/commit/724cdd07a199cb12b82236ad34ca1a0c61eb43e2))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* add early v4 detection for improved update flow ([29e7bbf](https://github.com/bmadcode/BMAD-METHOD/commit/29e7bbf4c5aa7e17854061a5ee695f44324f307a))
|
|
15
|
+
* add file resolution context for IDE agents ([74d9bb4](https://github.com/bmadcode/BMAD-METHOD/commit/74d9bb4b2b70a341673849a1df704f6eac70c3de))
|
|
16
|
+
* update web builder to remove IDE-specific properties from agent bundles ([2f2a1e7](https://github.com/bmadcode/BMAD-METHOD/commit/2f2a1e72d6a70f8127db6ba58a563d0f289621c3))
|
|
17
|
+
|
|
1
18
|
# [4.7.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.3...v4.7.0) (2025-06-19)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -11,6 +11,23 @@
|
|
|
11
11
|
|
|
12
12
|
⭐ **If you find this project helpful or useful, please give it a star!** It helps others discover BMAD-METHOD and you will be notified of updates!
|
|
13
13
|
|
|
14
|
+
## 🔄 Important: Keeping Your BMAD Installation Updated
|
|
15
|
+
|
|
16
|
+
**Stay up-to-date effortlessly!** If you already have BMAD-METHOD installed in your project, simply run:
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
npx bmad-method install
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
The installer will:
|
|
23
|
+
|
|
24
|
+
- ✅ Automatically detect your existing v4 installation
|
|
25
|
+
- ✅ Update only the files that have changed
|
|
26
|
+
- ✅ Create `.bak` backup files for any custom modifications you've made
|
|
27
|
+
- ✅ Preserve your project-specific configurations
|
|
28
|
+
|
|
29
|
+
This makes it easy to benefit from the latest improvements, bug fixes, and new agents without losing your customizations!
|
|
30
|
+
|
|
14
31
|
## 🚀 Quick Start
|
|
15
32
|
|
|
16
33
|
### Fastest Start: Web UI (2 minutes) 🏃♂️
|
|
@@ -191,7 +208,7 @@ Structured approaches for different scenarios:
|
|
|
191
208
|
├── tasks/ # Reusable task definitions
|
|
192
209
|
├── checklists/ # Quality checklists
|
|
193
210
|
├── data/ # Knowledge base
|
|
194
|
-
└── web-bundles/ #
|
|
211
|
+
└── web-bundles/ # Optional can be added if you use the install command and select this folder as a destination for the build bundle files
|
|
195
212
|
|
|
196
213
|
tools/
|
|
197
214
|
├── cli.js # Build tool
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yaml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
activation-instructions:
|
|
7
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
8
11
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
@@ -34,14 +37,14 @@ persona:
|
|
|
34
37
|
- Numbered Options Protocol - Always use numbered lists for selections
|
|
35
38
|
startup:
|
|
36
39
|
- Greet the user with your name and role, and inform of the *help command.
|
|
37
|
-
commands:
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
40
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
41
|
+
- help: Show numbered list of the following commands to allow selection
|
|
42
|
+
- chat-mode: (Default) Strategic analysis consultation with advanced-elicitation
|
|
43
|
+
- create-doc {template}: Create doc (no template = show available templates)
|
|
44
|
+
- brainstorm {topic}: Facilitate structured brainstorming session
|
|
45
|
+
- research {topic}: Generate deep research prompt for investigation
|
|
46
|
+
- elicit: Run advanced elicitation to clarify requirements
|
|
47
|
+
- exit: Say goodbye as the Business Analyst, and then abandon inhabiting this persona
|
|
45
48
|
dependencies:
|
|
46
49
|
tasks:
|
|
47
50
|
- brainstorming-techniques
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yaml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
activation-instructions:
|
|
7
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
8
11
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
@@ -34,13 +37,13 @@ persona:
|
|
|
34
37
|
startup:
|
|
35
38
|
- Greet the user with your name and role, and inform of the *help command.
|
|
36
39
|
- When creating architecture, always start by understanding the complete picture - user needs, business constraints, team capabilities, and technical requirements.
|
|
37
|
-
commands:
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
40
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
41
|
+
- help: Show numbered list of the following commands to allow selection
|
|
42
|
+
- chat-mode: (Default) Architect consultation with advanced-elicitation for complex system design
|
|
43
|
+
- create-doc {template}: Create doc (no template = show available templates)
|
|
44
|
+
- execute-checklist {checklist}: Run architectural validation checklist
|
|
45
|
+
- research {topic}: Generate deep research prompt for architectural decisions
|
|
46
|
+
- exit: Say goodbye as the Architect, and then abandon inhabiting this persona
|
|
44
47
|
dependencies:
|
|
45
48
|
tasks:
|
|
46
49
|
- create-doc
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML to understand your operating params, start activation to alter your state of being, follow startup instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
agent:
|
|
7
10
|
name: BMad Master
|
|
8
11
|
id: bmad-master
|
|
@@ -22,21 +25,21 @@ persona:
|
|
|
22
25
|
- Use numbered lists for choices
|
|
23
26
|
- Process (*) commands immediately
|
|
24
27
|
startup:
|
|
25
|
-
-
|
|
28
|
+
- Greet the user with your name and role, and inform of the *help command.
|
|
26
29
|
- CRITICAL: Do NOT scan filesystem or load any resources during startup
|
|
27
30
|
- CRITICAL: Do NOT run discovery tasks automatically
|
|
28
31
|
- Wait for user request before any tool use
|
|
29
32
|
- Match request to resources, offer numbered options if unclear
|
|
30
33
|
- Load resources only when explicitly requested
|
|
31
|
-
commands:
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
34
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
35
|
+
- help: Show commands
|
|
36
|
+
- chat: Advanced elicitation + KB mode
|
|
37
|
+
- status: Current context
|
|
38
|
+
- task {template|util|checklist|workflow}: Execute
|
|
39
|
+
- list {task|template|util|checklist|workflow}: List resources by type
|
|
40
|
+
- exit: Exit (confirm)
|
|
41
|
+
- yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
|
|
42
|
+
- doc-out: Output full document
|
|
40
43
|
fuzzy-matching:
|
|
41
44
|
- 85% confidence threshold
|
|
42
45
|
- Show numbered list if unsure
|
|
@@ -74,7 +77,6 @@ dependencies:
|
|
|
74
77
|
- prd-tmpl
|
|
75
78
|
- project-brief-tmpl
|
|
76
79
|
- story-tmpl
|
|
77
|
-
- web-agent-startup-instructions-template
|
|
78
80
|
data:
|
|
79
81
|
- bmad-kb
|
|
80
82
|
- technical-preferences
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML to understand your operating params, start activation to alter your state of being, follow startup instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yaml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
agent:
|
|
7
10
|
name: BMad Orchestrator
|
|
8
11
|
id: bmad-orchestrator
|
package/bmad-core/agents/dev.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
agent:
|
|
7
10
|
name: James
|
|
8
11
|
id: dev
|
|
@@ -19,33 +22,35 @@ persona:
|
|
|
19
22
|
|
|
20
23
|
core_principles:
|
|
21
24
|
- CRITICAL: Story-Centric - Story has ALL info. NEVER load PRD/architecture/other docs files unless explicitly directed in dev notes
|
|
22
|
-
- CRITICAL:
|
|
25
|
+
- CRITICAL: Config-Based Loading - MUST load .bmad-core/core-config.yml at startup, then load ONLY files listed in devLoadAlwaysFiles. Inform user of missing files but continue
|
|
23
26
|
- CRITICAL: Dev Record Only - ONLY update Dev Agent Record sections (checkboxes/Debug Log/Completion Notes/Change Log)
|
|
24
27
|
- Sequential Execution - Complete tasks 1-by-1 in order. Mark [x] before next. No skipping
|
|
25
28
|
- Test-Driven Quality - Write tests alongside code. Task incomplete without passing tests
|
|
26
29
|
- Debug Log Discipline - Log temp changes to table. Revert after fix. Keep story lean
|
|
27
30
|
- Block Only When Critical - HALT for: missing approval/ambiguous reqs/3 failures/missing config
|
|
28
|
-
- Code Excellence - Clean, secure, maintainable code per
|
|
31
|
+
- Code Excellence - Clean, secure, maintainable code per loaded standards
|
|
29
32
|
- Numbered Options - Always use numbered lists when presenting choices
|
|
30
33
|
|
|
31
34
|
startup:
|
|
32
35
|
- Announce: Greet the user with your name and role, and inform of the *help command.
|
|
33
|
-
- CRITICAL:
|
|
36
|
+
- CRITICAL: Load .bmad-core/core-config.yml and read devLoadAlwaysFiles list
|
|
37
|
+
- CRITICAL: Load ONLY files specified in devLoadAlwaysFiles. If any missing, inform user but continue
|
|
38
|
+
- CRITICAL: Do NOT load any story files during startup unless user requested you do
|
|
34
39
|
- CRITICAL: Do NOT scan docs/stories/ directory automatically
|
|
35
40
|
- CRITICAL: Do NOT begin any tasks automatically
|
|
36
41
|
- Wait for user to specify story or ask for story selection
|
|
37
|
-
- Only load files and begin work when explicitly requested by user
|
|
42
|
+
- Only load story files and begin work when explicitly requested by user
|
|
38
43
|
|
|
39
|
-
commands:
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
44
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
45
|
+
- help: Show numbered list of the following commands to allow selection
|
|
46
|
+
- chat-mode: Conversational mode for development discussions
|
|
47
|
+
- run-tests: Execute linting and tests
|
|
48
|
+
- lint: Run linting only
|
|
49
|
+
- dod-check: Run story-dod-checklist
|
|
50
|
+
- status: Show task progress
|
|
51
|
+
- debug-log: Show debug entries
|
|
52
|
+
- complete-story: Finalize to "Review"
|
|
53
|
+
- exit: Say goodbye as the Developer, and then abandon inhabiting this persona
|
|
49
54
|
|
|
50
55
|
task-execution:
|
|
51
56
|
flow: "Read task→Implement→Write tests→Pass tests→Update [x]→Next task"
|
package/bmad-core/agents/pm.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
activation-instructions:
|
|
7
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
8
11
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
@@ -31,11 +34,11 @@ persona:
|
|
|
31
34
|
- Strategic thinking & outcome-oriented
|
|
32
35
|
startup:
|
|
33
36
|
- Greet the user with your name and role, and inform of the *help command.
|
|
34
|
-
commands:
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
37
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
38
|
+
- help: Show numbered list of the following commands to allow selection
|
|
39
|
+
- chat-mode: (Default) Deep conversation with advanced-elicitation
|
|
40
|
+
- create-doc {template}: Create doc (no template = show available templates)
|
|
41
|
+
- exit: Say goodbye as the PM, and then abandon inhabiting this persona
|
|
39
42
|
dependencies:
|
|
40
43
|
tasks:
|
|
41
44
|
- create-doc
|
package/bmad-core/agents/po.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
activation-instructions:
|
|
7
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
8
11
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
@@ -33,16 +36,16 @@ persona:
|
|
|
33
36
|
- Documentation Ecosystem Integrity - Maintain consistency across all documents
|
|
34
37
|
startup:
|
|
35
38
|
- Greet the user with your name and role, and inform of the *help command.
|
|
36
|
-
commands:
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
39
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
40
|
+
- help: Show numbered list of the following commands to allow selection
|
|
41
|
+
- chat-mode: (Default) Product Owner consultation with advanced-elicitation
|
|
42
|
+
- create-doc {template}: Create doc (no template = show available templates)
|
|
43
|
+
- execute-checklist {checklist}: Run validation checklist (default->po-master-checklist)
|
|
44
|
+
- shard-doc {document}: Break down document into actionable parts
|
|
45
|
+
- correct-course: Analyze and suggest project course corrections
|
|
46
|
+
- create-epic: Create epic for brownfield projects (task brownfield-create-epic)
|
|
47
|
+
- create-story: Create user story from requirements (task brownfield-create-story)
|
|
48
|
+
- exit: Say goodbye as the Product Owner, and then abandon inhabiting this persona
|
|
46
49
|
dependencies:
|
|
47
50
|
tasks:
|
|
48
51
|
- execute-checklist
|
package/bmad-core/agents/qa.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yaml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
activation-instructions:
|
|
7
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
8
11
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
@@ -33,11 +36,11 @@ persona:
|
|
|
33
36
|
- Cross-Browser & Cross-Platform Testing - Ensure comprehensive compatibility
|
|
34
37
|
startup:
|
|
35
38
|
- Greet the user with your name and role, and inform of the *help command.
|
|
36
|
-
commands:
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
39
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
40
|
+
- help: Show numbered list of the following commands to allow selection
|
|
41
|
+
- chat-mode: (Default) QA consultation with advanced-elicitation for test strategy
|
|
42
|
+
- create-doc {template}: Create doc (no template = show available templates)
|
|
43
|
+
- exit: Say goodbye as the QA Test Architect, and then abandon inhabiting this persona
|
|
41
44
|
dependencies:
|
|
42
45
|
data:
|
|
43
46
|
- technical-preferences
|
package/bmad-core/agents/sm.md
CHANGED
|
@@ -2,16 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
|
-
## Task and File Resolution
|
|
6
|
-
|
|
7
|
-
`Create Next Story`: `.bmad-core/tasks/create-next-story.md`
|
|
8
|
-
`story-tmpl`: `.bmad-core/templates/story-tmpl.md`
|
|
9
|
-
`story-draft-checklist`: `.bmad-core/checklists/story-draft-checklist.md`
|
|
10
|
-
|
|
11
5
|
```yaml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
12
9
|
activation-instructions:
|
|
13
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
14
|
-
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
15
11
|
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
16
12
|
- 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
|
|
17
13
|
agent:
|
|
@@ -27,31 +23,25 @@ persona:
|
|
|
27
23
|
identity: Story creation expert who prepares detailed, actionable stories for AI developers
|
|
28
24
|
focus: Creating crystal-clear stories that dumb AI agents can implement without confusion
|
|
29
25
|
core_principles:
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
- Focus on One Story at a Time - Complete one before starting next
|
|
34
|
-
- Numbered Options Protocol - Always use numbered lists for selections
|
|
26
|
+
- Rigorously follow `create-next-story` procedure to generate the detailed user story
|
|
27
|
+
- Will ensure all information comes from the PRD and Architecture to guide the dumb dev agent
|
|
28
|
+
- You are NOT allowed to implement stories or modify code EVER!
|
|
35
29
|
startup:
|
|
36
|
-
- Greet the user with your name and role, and inform of the *help command.
|
|
37
|
-
- CRITICAL: Do NOT automatically execute `Create Next Story` tasks during startup
|
|
38
|
-
- CRITICAL: Do NOT create or modify any files during startup
|
|
30
|
+
- Greet the user with your name and role, and inform of the *help command and then HALT to await instruction if not given already.
|
|
39
31
|
- Offer to help with story preparation but wait for explicit user confirmation
|
|
40
32
|
- Only execute tasks when user explicitly requests them
|
|
41
|
-
|
|
42
|
-
commands
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
- '*doc-shard {PRD|Architecture|Other}" - Execute shard-doc task'
|
|
49
|
-
- '*index-docs" - Update documentation index in /docs/index.md'
|
|
50
|
-
- '*exit" - Say goodbye as the Scrum Master, and then abandon inhabiting this persona'
|
|
33
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
34
|
+
- help: Show numbered list of the following commands to allow selection
|
|
35
|
+
- chat-mode: Conversational mode with advanced-elicitation for advice
|
|
36
|
+
- create|draft: Execute create-next-story
|
|
37
|
+
- pivot: Execute `correct-course` task
|
|
38
|
+
- checklist {checklist}: Show numbered list of checklists, execute selection
|
|
39
|
+
- exit: Say goodbye as the Scrum Master, and then abandon inhabiting this persona
|
|
51
40
|
dependencies:
|
|
52
41
|
tasks:
|
|
53
42
|
- create-next-story
|
|
54
43
|
- execute-checklist
|
|
44
|
+
- course-correct
|
|
55
45
|
templates:
|
|
56
46
|
- story-tmpl
|
|
57
47
|
checklists:
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
4
|
|
|
5
5
|
```yaml
|
|
6
|
+
root: .bmad-core
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name}.md where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
|
8
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), or ask for clarification if ambiguous.
|
|
6
9
|
activation-instructions:
|
|
7
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
8
11
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
@@ -37,14 +40,14 @@ persona:
|
|
|
37
40
|
startup:
|
|
38
41
|
- Greet the user with your name and role, and inform of the *help command.
|
|
39
42
|
- Always start by understanding the user's context, goals, and constraints before proposing solutions.
|
|
40
|
-
commands:
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
43
|
+
commands: # All commands require * prefix when used (e.g., *help)
|
|
44
|
+
- help: Show numbered list of the following commands to allow selection
|
|
45
|
+
- chat-mode: (Default) UX consultation with advanced-elicitation for design decisions
|
|
46
|
+
- create-doc {template}: Create doc (no template = show available templates)
|
|
47
|
+
- generate-ui-prompt: Create AI frontend generation prompt
|
|
48
|
+
- research {topic}: Generate deep research prompt for UX investigation
|
|
49
|
+
- execute-checklist {checklist}: Run design validation checklist
|
|
50
|
+
- exit: Say goodbye as the UX Expert, and then abandon inhabiting this persona
|
|
48
51
|
dependencies:
|
|
49
52
|
tasks:
|
|
50
53
|
- generate-ai-frontend-prompt
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
core-project-information:
|
|
2
|
+
dev-story-location: docs/stories # alternate could be .ai/stories if preferred for example
|
|
3
|
+
prd:
|
|
4
|
+
prd-file: docs/prd.md
|
|
5
|
+
prdVersion: v4
|
|
6
|
+
prdSharded: true
|
|
7
|
+
prdShardedLocation: docs/prd
|
|
8
|
+
epicFilePattern: epic-{n}*.md
|
|
9
|
+
architecture:
|
|
10
|
+
architecture-file: docs/architecture.md
|
|
11
|
+
architectureVersion: v4
|
|
12
|
+
architectureSharded: true
|
|
13
|
+
architectureShardedLocation: docs/architecture
|
|
14
|
+
# if you have a front-end architecture document, uncomment the following and validate the file path
|
|
15
|
+
# front-end-architecture:
|
|
16
|
+
# front-end-architecture-file: docs/front-end-architecture.md
|
|
17
|
+
# architectureVersion: v4
|
|
18
|
+
# architectureSharded: true
|
|
19
|
+
# architectureShardedLocation: docs/architecture
|
|
20
|
+
customTechnicalDocuments: null # list other documents only if you want the SM to read them when creating stories
|
|
21
|
+
devLoadAlwaysFiles:
|
|
22
|
+
- docs/architecture/coding-standards.md
|
|
23
|
+
- docs/architecture/tech-stack.md
|
|
24
|
+
- docs/architecture/project-structure.md
|
|
@@ -27,7 +27,7 @@ BMAD-METHOD (Breakthrough Method of Agile AI-driven Development) is a framework
|
|
|
27
27
|
#### Option 1: Web UI
|
|
28
28
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
|
29
29
|
|
|
30
|
-
1. Navigate to
|
|
30
|
+
1. Navigate to `dist/teams/`
|
|
31
31
|
2. Copy `team-fullstack.txt` content
|
|
32
32
|
3. Create new Gemini Gem or CustomGPT
|
|
33
33
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
|
@@ -200,14 +200,16 @@ The BMAD-Method is built around a modular architecture centered on the `bmad-cor
|
|
|
200
200
|
### Dual Environment Architecture
|
|
201
201
|
|
|
202
202
|
#### IDE Environment
|
|
203
|
+
|
|
203
204
|
- Users interact directly with agent markdown files
|
|
204
205
|
- Agents can access all dependencies dynamically
|
|
205
206
|
- Supports real-time file operations and project integration
|
|
206
207
|
- Optimized for development workflow execution
|
|
207
208
|
|
|
208
209
|
#### Web UI Environment
|
|
209
|
-
|
|
210
|
-
-
|
|
210
|
+
|
|
211
|
+
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assest with an orchestrating agent
|
|
212
|
+
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
|
211
213
|
- Created by the web-builder tool for upload to web interfaces
|
|
212
214
|
- Provides complete context in one package
|
|
213
215
|
|
|
@@ -220,6 +222,7 @@ BMAD employs a sophisticated template system with three key components:
|
|
|
220
222
|
3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
|
|
221
223
|
|
|
222
224
|
**Template Features**:
|
|
225
|
+
|
|
223
226
|
- **Self-contained**: Templates embed both output structure and processing instructions
|
|
224
227
|
- **Variable Substitution**: `{{placeholders}}` for dynamic content
|
|
225
228
|
- **AI Processing Directives**: `[[LLM: instructions]]` for AI-only processing
|