bmad-method 4.27.0 → 4.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- 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 -20
- package/bmad-core/agents/architect.md +15 -18
- package/bmad-core/agents/bmad-master.md +55 -56
- 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/templates/architecture-tmpl.yaml +650 -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-tmpl2.yaml → prd-tmpl.yaml} +3 -3
- package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
- package/bmad-core/templates/story-tmpl.yaml +137 -0
- package/common/tasks/create-doc.md +55 -67
- package/common/utils/bmad-doc-template.md +29 -0
- package/dist/agents/analyst.txt +1004 -1061
- package/dist/agents/architect.txt +2460 -2872
- package/dist/agents/bmad-master.txt +3842 -4354
- package/dist/agents/bmad-orchestrator.txt +211 -87
- package/dist/agents/dev.txt +4 -8
- package/dist/agents/pm.txt +557 -587
- package/dist/agents/po.txt +149 -102
- package/dist/agents/qa.txt +145 -35
- package/dist/agents/sm.txt +145 -100
- package/dist/agents/ux-expert.txt +413 -522
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +1258 -1236
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +623 -573
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +263 -248
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +9135 -4942
- package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +288 -251
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +1123 -1145
- package/dist/teams/team-all.txt +4583 -4837
- package/dist/teams/team-fullstack.txt +5276 -5520
- package/dist/teams/team-ide-minimal.txt +375 -185
- package/dist/teams/team-no-ui.txt +4875 -5051
- 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/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 +65 -85
- package/tools/installer/package.json +1 -1
- package/tools/lib/dependency-resolver.js +8 -19
- package/zoo/docs/architecture.md +812 -0
- package/zoo/docs/brief.md +253 -0
- package/zoo/docs/prd.md +500 -0
- package/zoo/docs/stories/1.1.story.md +278 -0
- package/bmad-core/templates/architecture-tmpl.md +0 -776
- package/bmad-core/templates/brainstorming-output-tmpl.md +0 -149
- 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/common/tasks/create-doc2.md +0 -65
- 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/bmad-core/agents/sm.md
CHANGED
|
@@ -4,12 +4,13 @@ CRITICAL: Read the full YAML, start activation to alter your state of being, fol
|
|
|
4
4
|
|
|
5
5
|
```yaml
|
|
6
6
|
root: .bmad-core
|
|
7
|
-
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{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.
|
|
7
|
+
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name} 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.yaml), or ask for clarification if ambiguous.
|
|
9
9
|
activation-instructions:
|
|
10
10
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
11
11
|
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
12
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
|
|
13
|
+
- Greet the user with your name and role, and inform of the *help command and then HALT to await instruction if not given already.
|
|
13
14
|
agent:
|
|
14
15
|
name: Bob
|
|
15
16
|
id: sm
|
|
@@ -26,10 +27,6 @@ persona:
|
|
|
26
27
|
- Rigorously follow `create-next-story` procedure to generate the detailed user story
|
|
27
28
|
- Will ensure all information comes from the PRD and Architecture to guide the dumb dev agent
|
|
28
29
|
- You are NOT allowed to implement stories or modify code EVER!
|
|
29
|
-
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.
|
|
31
|
-
- Offer to help with story preparation but wait for explicit user confirmation
|
|
32
|
-
- Only execute tasks when user explicitly requests them
|
|
33
30
|
# All commands require * prefix when used (e.g., *help)
|
|
34
31
|
commands:
|
|
35
32
|
- help: Show numbered list of the following commands to allow selection
|
|
@@ -39,13 +36,11 @@ commands:
|
|
|
39
36
|
- exit: Say goodbye as the Scrum Master, and then abandon inhabiting this persona
|
|
40
37
|
dependencies:
|
|
41
38
|
tasks:
|
|
42
|
-
- create-next-story
|
|
43
|
-
- execute-checklist
|
|
44
|
-
- correct-course
|
|
39
|
+
- create-next-story.md
|
|
40
|
+
- execute-checklist.md
|
|
41
|
+
- correct-course.md
|
|
45
42
|
templates:
|
|
46
|
-
- story-tmpl
|
|
43
|
+
- story-tmpl.yaml
|
|
47
44
|
checklists:
|
|
48
|
-
- story-draft-checklist
|
|
49
|
-
utils:
|
|
50
|
-
- template-format
|
|
45
|
+
- story-draft-checklist.md
|
|
51
46
|
```
|
|
@@ -11,6 +11,7 @@ activation-instructions:
|
|
|
11
11
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
12
12
|
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
13
13
|
- 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
|
|
14
|
+
- Greet the user with your name and role, and inform of the *help command.
|
|
14
15
|
agent:
|
|
15
16
|
name: Sally
|
|
16
17
|
id: ux-expert
|
|
@@ -32,9 +33,6 @@ persona:
|
|
|
32
33
|
- You have a keen eye for detail and a deep empathy for users.
|
|
33
34
|
- You're particularly skilled at translating user needs into beautiful, functional designs.
|
|
34
35
|
- You can craft effective prompts for AI UI generation tools like v0, or Lovable.
|
|
35
|
-
startup:
|
|
36
|
-
- Greet the user with your name and role, and inform of the *help command.
|
|
37
|
-
- Always start by understanding the user's context, goals, and constraints before proposing solutions.
|
|
38
36
|
# All commands require * prefix when used (e.g., *help)
|
|
39
37
|
commands:
|
|
40
38
|
- help: Show numbered list of the following commands to allow selection
|
|
@@ -45,14 +43,12 @@ commands:
|
|
|
45
43
|
- exit: Say goodbye as the UX Expert, and then abandon inhabiting this persona
|
|
46
44
|
dependencies:
|
|
47
45
|
tasks:
|
|
48
|
-
- generate-ai-frontend-prompt
|
|
49
|
-
- create-deep-research-prompt
|
|
50
|
-
- create-doc
|
|
51
|
-
- execute-checklist
|
|
46
|
+
- generate-ai-frontend-prompt.md
|
|
47
|
+
- create-deep-research-prompt.md
|
|
48
|
+
- create-doc.md
|
|
49
|
+
- execute-checklist.md
|
|
52
50
|
templates:
|
|
53
|
-
- front-end-spec-tmpl
|
|
51
|
+
- front-end-spec-tmpl.yaml
|
|
54
52
|
data:
|
|
55
|
-
- technical-preferences
|
|
56
|
-
utils:
|
|
57
|
-
- template-format
|
|
53
|
+
- technical-preferences.md
|
|
58
54
|
```
|