bmad-method 4.5.1 → 4.6.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/CHANGELOG.md +19 -0
- package/bmad-core/agents/bmad-orchestrator.md +55 -66
- package/bmad-core/agents/pm.md +0 -1
- package/bmad-core/tasks/doc-migration-task.md +9 -9
- package/bmad-core/tasks/index-docs.md +3 -7
- package/bmad-core/templates/architecture-tmpl.md +2 -0
- package/bmad-core/templates/brownfield-architecture-tmpl.md +2 -0
- package/bmad-core/templates/brownfield-prd-tmpl.md +2 -0
- package/bmad-core/templates/competitor-analysis-tmpl.md +2 -0
- package/bmad-core/templates/front-end-architecture-tmpl.md +2 -0
- package/bmad-core/templates/front-end-spec-tmpl.md +3 -1
- package/bmad-core/templates/fullstack-architecture-tmpl.md +62 -60
- package/bmad-core/templates/market-research-tmpl.md +2 -0
- package/bmad-core/templates/prd-tmpl.md +4 -2
- package/bmad-core/templates/project-brief-tmpl.md +2 -0
- package/bmad-core/workflows/brownfield-fullstack.yml +19 -58
- package/bmad-core/workflows/brownfield-service.yml +19 -58
- package/bmad-core/workflows/brownfield-ui.yml +20 -59
- package/bmad-core/workflows/greenfield-fullstack.yml +31 -77
- package/bmad-core/workflows/greenfield-service.yml +22 -68
- package/bmad-core/workflows/greenfield-ui.yml +30 -76
- package/dist/agents/architect.txt +60 -60
- package/dist/agents/bmad-master.txt +66 -70
- package/dist/agents/bmad-orchestrator.txt +55 -66
- package/dist/agents/pm.txt +2 -467
- package/dist/agents/ux-expert.txt +1 -1
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +481 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +100 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +100 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +4757 -2941
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +35 -0
- package/dist/expansion-packs/expansion-creator/agents/bmad-the-creator.txt +438 -32
- package/dist/teams/team-all.txt +368 -1099
- package/dist/teams/team-fullstack.txt +286 -1017
- package/dist/teams/team-ide-minimal.txt +55 -66
- package/dist/teams/team-no-ui.txt +224 -785
- package/docs/versioning-and-releases.md +6 -6
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yml +1 -0
- package/expansion-packs/expansion-creator/tasks/generate-expansion-pack.md +17 -13
- package/package.json +1 -1
- package/tools/builders/web-builder.js +189 -20
- package/tools/installer/package.json +1 -1
- package/bmad-core/templates/simple-project-prd-tmpl.md +0 -461
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [4.6.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.0...v4.6.1) (2025-06-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* expansion pack builder now includes proper dependencies from core as needed, and default template file name save added to template llm instructions ([9dded00](https://github.com/bmadcode/BMAD-METHOD/commit/9dded003565879901246885d60787695e0d0b7bd))
|
|
7
|
+
|
|
8
|
+
# [4.6.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.5.1...v4.6.0) (2025-06-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* orchestractor yml ([3727cc7](https://github.com/bmadcode/BMAD-METHOD/commit/3727cc764a7c7295932ff872e2e5be8b4c4e6859))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* removed some templates that are not ready for use ([b03aece](https://github.com/bmadcode/BMAD-METHOD/commit/b03aece79e52cfe9585225de5aff7659293d9295))
|
|
19
|
+
|
|
1
20
|
## [4.5.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.5.0...v4.5.1) (2025-06-18)
|
|
2
21
|
|
|
3
22
|
|
|
@@ -22,72 +22,68 @@ persona:
|
|
|
22
22
|
- When embodied, specialized persona's principles take precedence
|
|
23
23
|
- Be explicit about active persona and current task
|
|
24
24
|
- Always use numbered lists for choices
|
|
25
|
-
- Process
|
|
25
|
+
- Process commands starting with * immediately
|
|
26
|
+
- Always remind users that commands require * prefix
|
|
26
27
|
startup:
|
|
27
|
-
- Announce:
|
|
28
|
+
- Announce: Introduce yourself as the BMAD Orchestrator, explain you can coordinate agents and workflows
|
|
29
|
+
- IMPORTANT: Tell users that all commands start with * (e.g., *help, *agent, *workflow)
|
|
30
|
+
- Mention *help shows all available commands and options
|
|
28
31
|
- Assess user goal against available agents and workflows in this bundle
|
|
29
|
-
- If clear match to an agent's expertise, suggest transformation
|
|
30
|
-
- If project-oriented,
|
|
31
|
-
- Load resources only when needed
|
|
32
|
-
commands:
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
help-format:
|
|
47
|
-
- When *help is called, focus on agent capabilities and what each can do
|
|
48
|
-
- List actual agent names with their specializations and deliverables
|
|
49
|
-
- List actual workflow names with descriptions
|
|
50
|
-
- DO NOT list individual tasks/checklists (these belong to specific agents)
|
|
51
|
-
- Emphasize that users should switch to an agent to access its specific capabilities
|
|
52
|
-
- Format examples:
|
|
53
|
-
- "*agent game-designer: Game Design Specialist"
|
|
54
|
-
- " Specializes in: Game concepts, mechanics, level design"
|
|
55
|
-
- " Can create: Game design documents, level designs, game briefs"
|
|
32
|
+
- If clear match to an agent's expertise, suggest transformation with *agent command
|
|
33
|
+
- If project-oriented, suggest *workflow-guidance to explore options
|
|
34
|
+
- Load resources only when needed - never pre-load
|
|
35
|
+
commands: # All commands require * prefix when used (e.g., *help, *agent pm)
|
|
36
|
+
help: Show this guide with available agents and workflows
|
|
37
|
+
chat-mode: Start conversational mode for detailed assistance
|
|
38
|
+
kb-mode: Load full BMAD knowledge base
|
|
39
|
+
status: Show current context, active agent, and progress
|
|
40
|
+
agent: Transform into a specialized agent (list if name not specified)
|
|
41
|
+
exit: Return to BMad or exit session
|
|
42
|
+
task: Run a specific task (list if name not specified)
|
|
43
|
+
workflow: Start a specific workflow (list if name not specified)
|
|
44
|
+
workflow-guidance: Get personalized help selecting the right workflow
|
|
45
|
+
checklist: Execute a checklist (list if name not specified)
|
|
46
|
+
yolo: Toggle skip confirmations mode
|
|
47
|
+
party-mode: Group chat with all agents
|
|
48
|
+
doc-out: Output full document
|
|
56
49
|
help-display-template: |
|
|
57
|
-
|
|
50
|
+
=== BMAD Orchestrator Commands ===
|
|
51
|
+
All commands must start with * (asterisk)
|
|
58
52
|
|
|
59
|
-
|
|
53
|
+
Core Commands:
|
|
54
|
+
*help ............... Show this guide
|
|
55
|
+
*chat-mode .......... Start conversational mode for detailed assistance
|
|
56
|
+
*kb-mode ............ Load full BMAD knowledge base
|
|
57
|
+
*status ............. Show current context, active agent, and progress
|
|
58
|
+
*exit ............... Return to BMad or exit session
|
|
60
59
|
|
|
61
|
-
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*status: Show current context, active agent, and progress
|
|
66
|
-
*yolo: Toggle skip confirmations mode
|
|
67
|
-
*party-mode: Group chat with all agents
|
|
68
|
-
*doc-out: Output full document
|
|
69
|
-
*exit: Return to BMad or exit session
|
|
70
|
-
|
|
71
|
-
Agent Management:
|
|
72
|
-
*agent {name}: Transform into a specialized agent
|
|
73
|
-
*task {name}: Run a specific task (when in an agent)
|
|
74
|
-
*checklist {name}: Execute a checklist (when in an agent)
|
|
60
|
+
Agent & Task Management:
|
|
61
|
+
*agent [name] ....... Transform into specialized agent (list if no name)
|
|
62
|
+
*task [name] ........ Run specific task (list if no name, requires agent)
|
|
63
|
+
*checklist [name] ... Execute checklist (list if no name, requires agent)
|
|
75
64
|
|
|
76
65
|
Workflow Commands:
|
|
77
|
-
*workflow
|
|
78
|
-
*workflow-guidance
|
|
66
|
+
*workflow [name] .... Start specific workflow (list if no name)
|
|
67
|
+
*workflow-guidance .. Get personalized help selecting the right workflow
|
|
68
|
+
|
|
69
|
+
Other Commands:
|
|
70
|
+
*yolo ............... Toggle skip confirmations mode
|
|
71
|
+
*party-mode ......... Group chat with all agents
|
|
72
|
+
*doc-out ............ Output full document
|
|
79
73
|
|
|
80
|
-
Available Specialist Agents
|
|
81
|
-
[
|
|
82
|
-
*agent {
|
|
83
|
-
|
|
84
|
-
|
|
74
|
+
=== Available Specialist Agents ===
|
|
75
|
+
[Dynamically list each agent in bundle with format:
|
|
76
|
+
*agent {id}: {title}
|
|
77
|
+
When to use: {whenToUse}
|
|
78
|
+
Key deliverables: {main outputs/documents}]
|
|
85
79
|
|
|
86
|
-
Available Workflows
|
|
87
|
-
[
|
|
88
|
-
*workflow {
|
|
80
|
+
=== Available Workflows ===
|
|
81
|
+
[Dynamically list each workflow in bundle with format:
|
|
82
|
+
*workflow {id}: {name}
|
|
83
|
+
Purpose: {description}]
|
|
89
84
|
|
|
90
|
-
💡 Tip: Each agent has
|
|
85
|
+
💡 Tip: Each agent has unique tasks, templates, and checklists. Switch to an agent to access their capabilities!
|
|
86
|
+
|
|
91
87
|
fuzzy-matching:
|
|
92
88
|
- 85% confidence threshold
|
|
93
89
|
- Show numbered list if unsure
|
|
@@ -98,24 +94,17 @@ transformation:
|
|
|
98
94
|
loading:
|
|
99
95
|
- KB: Only for *kb-mode or BMAD questions
|
|
100
96
|
- Agents: Only when transforming
|
|
101
|
-
-
|
|
97
|
+
- Templates/Tasks: Only when executing
|
|
102
98
|
- Always indicate loading
|
|
103
99
|
workflow-guidance:
|
|
104
100
|
- Discover available workflows in the bundle at runtime
|
|
105
101
|
- Understand each workflow's purpose, options, and decision points
|
|
106
102
|
- Ask clarifying questions based on the workflow's structure
|
|
107
103
|
- Guide users through workflow selection when multiple options exist
|
|
108
|
-
- For workflows with divergent paths
|
|
104
|
+
- For workflows with divergent paths, help users choose the right path
|
|
109
105
|
- Adapt questions to the specific domain (e.g., game dev vs infrastructure vs web dev)
|
|
110
106
|
- Only recommend workflows that actually exist in the current bundle
|
|
111
|
-
workflow-guidance
|
|
112
|
-
- When *workflow-guidance is called, start an interactive session
|
|
113
|
-
- First, list all available workflows with brief descriptions
|
|
114
|
-
- Ask about the user's project goals and constraints
|
|
115
|
-
- Based on answers, recommend the most suitable workflow
|
|
116
|
-
- If a workflow has multiple paths, help choose between them (e.g., complex vs simple project flow)
|
|
117
|
-
- Explain what documents will be created and which agents will be involved
|
|
118
|
-
- Offer to start the recommended workflow immediately
|
|
107
|
+
- When *workflow-guidance is called, start an interactive session and list all available workflows with brief descriptions
|
|
119
108
|
dependencies:
|
|
120
109
|
tasks:
|
|
121
110
|
- advanced-elicitation
|
package/bmad-core/agents/pm.md
CHANGED
|
@@ -68,7 +68,7 @@ The epic numbering starts at 1 and increments for each epic found.
|
|
|
68
68
|
|
|
69
69
|
### Before (PRD):
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
```markdown
|
|
72
72
|
# Product Requirements Document
|
|
73
73
|
|
|
74
74
|
## 1. Executive Summary
|
|
@@ -91,9 +91,10 @@ Epic content...
|
|
|
91
91
|
|
|
92
92
|
Content here...
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
```
|
|
95
95
|
|
|
96
96
|
### After (PRD):
|
|
97
|
+
|
|
97
98
|
```markdown
|
|
98
99
|
# Product Requirements Document
|
|
99
100
|
|
|
@@ -113,9 +114,11 @@ Epic content...
|
|
|
113
114
|
|
|
114
115
|
## Success Metrics
|
|
115
116
|
Content here...
|
|
116
|
-
|
|
117
|
+
|
|
118
|
+
```
|
|
117
119
|
|
|
118
120
|
### Before (Non-PRD):
|
|
121
|
+
|
|
119
122
|
```markdown
|
|
120
123
|
# Architecture Document
|
|
121
124
|
|
|
@@ -124,9 +127,10 @@ Content...
|
|
|
124
127
|
|
|
125
128
|
## 2.1 Technical Stack & Tools
|
|
126
129
|
Content...
|
|
127
|
-
```
|
|
130
|
+
```
|
|
128
131
|
|
|
129
132
|
### After (Non-PRD):
|
|
133
|
+
|
|
130
134
|
```markdown
|
|
131
135
|
# Architecture Document
|
|
132
136
|
|
|
@@ -135,9 +139,5 @@ Content...
|
|
|
135
139
|
|
|
136
140
|
## Technical Stack Tools
|
|
137
141
|
Content...
|
|
138
|
-
````
|
|
139
|
-
`````
|
|
140
142
|
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
```
|
|
143
|
+
```
|
|
@@ -56,7 +56,7 @@ You are now operating as a Documentation Indexer. Your goal is to ensure all doc
|
|
|
56
56
|
|
|
57
57
|
The index should be organized as follows:
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
```markdown
|
|
60
60
|
# Documentation Index
|
|
61
61
|
|
|
62
62
|
## Root Documents
|
|
@@ -89,7 +89,7 @@ Documents within the `another-folder/` directory:
|
|
|
89
89
|
|
|
90
90
|
Description of nested document.
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
```
|
|
93
93
|
|
|
94
94
|
### Index Entry Format
|
|
95
95
|
|
|
@@ -99,10 +99,7 @@ Each entry should follow this format:
|
|
|
99
99
|
### [Document Title](relative/path/to/file.md)
|
|
100
100
|
|
|
101
101
|
Brief description of the document's purpose and contents.
|
|
102
|
-
|
|
103
|
-
`````
|
|
104
|
-
|
|
105
|
-
````
|
|
102
|
+
```
|
|
106
103
|
|
|
107
104
|
### Rules of Operation
|
|
108
105
|
|
|
@@ -180,4 +177,3 @@ Please provide:
|
|
|
180
177
|
5. Whether to include hidden files/folders (starting with `.`)
|
|
181
178
|
|
|
182
179
|
Would you like to proceed with documentation indexing? Please provide the required input above.
|
|
183
|
-
````
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[[LLM: If available, review any provided relevant documents to gather all relevant context before beginning. If at a minimum you cannot local `docs/prd.md` ask the user what docs will provide the basis for the architecture.]]
|
|
4
4
|
|
|
5
|
+
[[LLM: The default path and filename unless specified is docs/architecture.md]]
|
|
6
|
+
|
|
5
7
|
## Introduction
|
|
6
8
|
|
|
7
9
|
[[LLM: This section establishes the document's purpose and scope. Keep the content below but ensure project name is properly substituted.
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# {{Project Name}} Brownfield Enhancement Architecture
|
|
2
2
|
|
|
3
|
+
[[LLM: The default path and filename unless specified is docs/architecture.md]]
|
|
4
|
+
|
|
3
5
|
[[LLM: IMPORTANT - SCOPE AND ASSESSMENT REQUIRED:
|
|
4
6
|
|
|
5
7
|
This architecture document is for SIGNIFICANT enhancements to existing projects that require comprehensive architectural planning. Before proceeding:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# {{Project Name}} Brownfield Enhancement PRD
|
|
2
2
|
|
|
3
|
+
[[LLM: The default path and filename unless specified is docs/prd.md]]
|
|
4
|
+
|
|
3
5
|
[[LLM: IMPORTANT - SCOPE ASSESSMENT REQUIRED:
|
|
4
6
|
|
|
5
7
|
This PRD is for SIGNIFICANT enhancements to existing projects that require comprehensive planning and multiple stories. Before proceeding:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Competitive Analysis Report: {{Project/Product Name}}
|
|
2
2
|
|
|
3
|
+
[[LLM: The default path and filename unless specified is docs/competitor-analysis.md]]
|
|
4
|
+
|
|
3
5
|
[[LLM: This template guides comprehensive competitor analysis. Start by understanding the user's competitive intelligence needs and strategic objectives. Help them identify and prioritize competitors before diving into detailed analysis.]]
|
|
4
6
|
|
|
5
7
|
## Executive Summary
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# {{Project Name}} Frontend Architecture Document
|
|
2
2
|
|
|
3
|
+
[[LLM: The default path and filename unless specified is docs/ui-architecture.md]]
|
|
4
|
+
|
|
3
5
|
[[LLM: Review provided documents including PRD, UX-UI Specification, and main Architecture Document. Focus on extracting technical implementation details needed for AI frontend tools and developer agents. Ask the user for any of these documents if you are unable to locate and were not provided.]]
|
|
4
6
|
|
|
5
7
|
## Template and Framework Selection
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# {{Project Name}} UI/UX Specification
|
|
2
2
|
|
|
3
|
+
[[LLM: The default path and filename unless specified is docs/front-end-spec.md]]
|
|
4
|
+
|
|
3
5
|
[[LLM: Review provided documents including Project Brief, PRD, and any user research to gather context. Focus on understanding user needs, pain points, and desired outcomes before beginning the specification.]]
|
|
4
6
|
|
|
5
7
|
## Introduction
|
|
@@ -131,7 +133,7 @@ Create subsections for each major flow. After presenting all flows, apply `tasks
|
|
|
131
133
|
|
|
132
134
|
```mermaid
|
|
133
135
|
{{flow_diagram}}
|
|
134
|
-
```
|
|
136
|
+
```
|
|
135
137
|
|
|
136
138
|
**Edge Cases & Error Handling:**
|
|
137
139
|
|