bmad-method 4.26.0 → 4.27.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.
Files changed (55) hide show
  1. package/.vscode/settings.json +2 -0
  2. package/CHANGELOG.md +15 -0
  3. package/README.md +29 -282
  4. package/bmad-core/agents/analyst.md +3 -1
  5. package/bmad-core/agents/bmad-master.md +5 -1
  6. package/bmad-core/agents/bmad-orchestrator.md +1 -1
  7. package/bmad-core/core-config.yaml +1 -1
  8. package/bmad-core/data/bmad-kb.md +74 -15
  9. package/bmad-core/data/brainstorming-techniques.md +36 -0
  10. package/bmad-core/data/elicitation-methods.md +134 -0
  11. package/bmad-core/tasks/advanced-elicitation.md +82 -57
  12. package/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
  13. package/bmad-core/templates/architecture-tmpl.md +23 -23
  14. package/bmad-core/templates/brainstorming-output-tmpl.md +149 -0
  15. package/bmad-core/templates/prd-tmpl.md +6 -6
  16. package/bmad-core/templates/prd-tmpl2.yaml +202 -0
  17. package/bmad-core/utils/plan-management.md +9 -13
  18. package/bmad-core/workflows/greenfield-service.yaml +1 -1
  19. package/common/tasks/create-doc.md +4 -4
  20. package/common/tasks/create-doc2.md +65 -0
  21. package/common/utils/bmad-doc-template.md +296 -0
  22. package/dist/agents/analyst.txt +481 -305
  23. package/dist/agents/architect.txt +60 -59
  24. package/dist/agents/bmad-master.txt +694 -399
  25. package/dist/agents/bmad-orchestrator.txt +197 -116
  26. package/dist/agents/dev.txt +18 -17
  27. package/dist/agents/pm.txt +47 -46
  28. package/dist/agents/po.txt +31 -30
  29. package/dist/agents/qa.txt +15 -14
  30. package/dist/agents/sm.txt +23 -22
  31. package/dist/agents/ux-expert.txt +29 -28
  32. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +33 -32
  33. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +19 -18
  34. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +21 -20
  35. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +385 -297
  36. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +103 -77
  37. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +29 -28
  38. package/dist/teams/team-all.txt +610 -438
  39. package/dist/teams/team-fullstack.txt +597 -425
  40. package/dist/teams/team-ide-minimal.txt +238 -157
  41. package/dist/teams/team-no-ui.txt +583 -411
  42. package/docs/agentic-tools/github-copilot-guide.md +29 -9
  43. package/docs/bmad-workflow-guide.md +2 -2
  44. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  45. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -2
  46. package/expansion-packs/bmad-creator-tools/config.yaml +1 -1
  47. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  48. package/package.json +1 -1
  49. package/tools/builders/web-builder.js +117 -22
  50. package/tools/installer/config/install.config.yaml +2 -2
  51. package/tools/installer/lib/ide-setup.js +2 -2
  52. package/tools/installer/package.json +1 -1
  53. package/tools/lib/dependency-resolver.js +3 -3
  54. package/tools/md-assets/web-agent-startup-instructions.md +10 -10
  55. package/bmad-core/tasks/brainstorming-techniques.md +0 -238
@@ -32,6 +32,7 @@
32
32
  "playtesting",
33
33
  "pointerdown",
34
34
  "pointerup",
35
+ "Polyrepo",
35
36
  "replayability",
36
37
  "roguelike",
37
38
  "roomodes",
@@ -43,6 +44,7 @@
43
44
  "tekton",
44
45
  "tilemap",
45
46
  "tileset",
47
+ "Trae",
46
48
  "VNET"
47
49
  ]
48
50
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [4.27.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.26.0...v4.27.0) (2025-07-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * readme consolidation and version bumps ([0a61d3d](https://github.com/bmadcode/BMAD-METHOD/commit/0a61d3de4af880f6e3bf934a92b1827754ed8ce6))
7
+
8
+
9
+ ### Features
10
+
11
+ * big improvement to advanced elicitation ([1bc9960](https://github.com/bmadcode/BMAD-METHOD/commit/1bc9960808098fba6b43850311799022319df841))
12
+ * experimental doc creator v2 and template system ([b785371](https://github.com/bmadcode/BMAD-METHOD/commit/b78537115da06b01e140833fd1d73950c7f2e41f))
13
+ * Massive improvement to the brainstorming task! ([9f53caf](https://github.com/bmadcode/BMAD-METHOD/commit/9f53caf4c6f9c67195b1aae14d54987f81d76e07))
14
+ * WIP create-docv2 ([c107af0](https://github.com/bmadcode/BMAD-METHOD/commit/c107af05984718c1af2cf80118353e8d2e6f906f))
15
+
1
16
  # [4.26.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.25.1...v4.26.0) (2025-07-06)
2
17
 
3
18
 
package/README.md CHANGED
@@ -13,9 +13,21 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho
13
13
 
14
14
  ⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover BMad-Method and you will be notified of updates!
15
15
 
16
+ ## Overview
17
+
18
+ **BMad Method's Two Key Innovations:**
19
+
20
+ **1. Agentic Planning:** Dedicated agents (Analyst, PM, Architect) collaborate with you to create detailed, consistent PRDs and Architecture documents. Through advanced prompt engineering and human-in-the-loop refinement, these planning agents produce comprehensive specifications that go far beyond generic AI task generation.
21
+
22
+ **2. Context-Engineered Development:** The Scrum Master agent then transforms these detailed plans into hyper-detailed development stories that contain everything the Dev agent needs - full context, implementation details, and architectural guidance embedded directly in story files.
23
+
24
+ This two-phase approach eliminates both **planning inconsistency** and **context loss** - the biggest problems in AI-assisted development. Your Dev agent opens a story file with complete understanding of what to build, how to build it, and why.
25
+
26
+ **📖 [See the complete workflow in the User Guide](docs/user-guide.md)** - Planning phase, development cycle, and all agent roles
27
+
16
28
  ## Quick Navigation
17
29
 
18
- ### 🚨 MUST READ: Understanding the BMad Workflow
30
+ ### Understanding the BMad Workflow
19
31
 
20
32
  **Before diving in, review these critical workflow diagrams that explain how BMad works:**
21
33
 
@@ -26,7 +38,7 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho
26
38
 
27
39
  ### What would you like to do?
28
40
 
29
- - **[Build software with Full Stack Agile AI Team](quick-start)** → Quick Start Instruction
41
+ - **[Install and Build software with Full Stack Agile AI Team](#quick-start)** → Quick Start Instruction
30
42
  - **[Learn how to use BMad](docs/user-guide.md)** → Complete user guide and walkthrough
31
43
  - **[See available AI agents](#available-agents)** → Specialized roles for your team
32
44
  - **[Explore non-technical uses](#-beyond-software-development---expansion-packs)** → Creative writing, business, wellness, education
@@ -35,21 +47,6 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho
35
47
  - **[Understand the architecture](docs/core-architecture.md)** → Technical deep dive
36
48
  - **[Join the community](https://discord.gg/g6ypHytrCB)** → Get help and share ideas
37
49
 
38
- ### Popular Use Cases
39
-
40
- - **Software Development** - [Quick Start](quick-start) | [User Guide](docs/user-guide.md) | [Workflow Guides](#documentation--guides)
41
- - **Game Development** - [2D Phaser Pack](expansion-packs/bmad-2d-phaser-game-dev/)
42
- - **Business Strategy** - [Full Guide](docs/expansion-packs.md#business-strategy-pack)
43
- - **Creative Writing** - [Full Guide](docs/expansion-packs.md#creative-writing-pack)
44
- - **DevOps/Infrastructure** - [Infrastructure Pack](expansion-packs/bmad-infrastructure-devops/)
45
-
46
- ### Quick Links
47
-
48
- - **[Installation](#installation)** → Get started in minutes
49
- - **[Documentation](#documentation--guides)** → All guides and references
50
- - **[Contributing](#contributing)** → Help improve BMad
51
- - **[Support](#support)** → Get help and connect
52
-
53
50
  ## Important: Keep Your BMad Installation Updated
54
51
 
55
52
  **Stay up-to-date effortlessly!** If you already have BMad-Method installed in your project, simply run:
@@ -68,7 +65,7 @@ This will:
68
65
  - ✅ Create `.bak` backup files for any custom modifications you've made
69
66
  - ✅ Preserve your project-specific configurations
70
67
 
71
- This makes it easy to benefit from the latest improvements, bug fixes, and new agents without losing your customizations! If for some reason this fails, you can rename or remove your .bmad-code folder and run the install again. The main thing to look out for is if you have set up custom modes that are not file driven (Cursor is the only one at this time that is not done through project files lagging behind) - you will want to ensure your sm and dev custom modes especially are kept up to date.
68
+ This makes it easy to benefit from the latest improvements, bug fixes, and new agents without losing your customizations!
72
69
 
73
70
  ## Quick Start
74
71
 
@@ -93,14 +90,14 @@ This single command handles:
93
90
 
94
91
  **Prerequisites**: [Node.js](https://nodejs.org) v20+ required
95
92
 
96
- ### Fastest Start: Web UI (2 minutes)
93
+ ### Fastest Start: Web UI Full Stack Team at your disposal (2 minutes)
97
94
 
98
- 1. **Get the bundle**: Copy `dist/teams/team-fullstack.txt` (from this repository)
95
+ 1. **Get the bundle**: Save or clone the [full stack team file](dist/teams/team-fullstack.txt) or choose another team
99
96
  2. **Create AI agent**: Create a new Gemini Gem or CustomGPT
100
97
  3. **Upload & configure**: Upload the file and set instructions: "Your critical operating instructions are attached, do not break character as directed"
101
98
  4. **Start Ideating and Planning**: Start chatting! Type `*help` to see available commands or pick an agent like `*analyst` to start right in on creating a brief.
102
-
103
- > **All pre-built bundles are in the `dist/` folder** - ready to copy and use immediately!
99
+ 5. **CRITICAL**: Talk to BMad Orchestrator in the web at ANY TIME (#bmad-orchestrator command) and ask it questions about how this all works!
100
+ 6. **When to moved to the IDE**: Once you have your PRD, Architecture, optional UX and Briefs - its time to switch over to the IDE to shard your docs, and start implementing the actual code! See the [User guide](docs/user-guide.md) for more details
104
101
 
105
102
  ### Alternative: Clone and Build
106
103
 
@@ -109,284 +106,34 @@ git clone https://github.com/bmadcode/bmad-method.git
109
106
  npm run install:bmad # build and install all to a destination folder
110
107
  ```
111
108
 
112
- ## Overview
113
-
114
- The BMad Method (Breakthrough Method of Agile Agentic-Driven Development) elevates 'Vibe Coding' by utilizing advanced prompt engineering techniques and critical context management at the most critical stages of development implementation. By providing specialized AI agents for every role in an Agile team, each agent has deep expertise in their domain helping you really plan and execute on your vision while keeping the agents on the rails even through complex application plans.
115
-
116
- Unlike systems like Task Master, or inbuilt Task tools, the BMad Methods agile flow does so much more. With most systems, you give your idea, and the system churns out a plan, task list, lets you review it and then starts executing. Where the BMad agile flow is different is you can choose to have more upfront planning and architecture specification to ensure the system is built in a sustainable way, not a vibe coded spaghetti mess. When producing the PRD and Architectures (full stack, front end and or backend), the Agents work with you back and forth using advanced proven LLM prompt engineering advanced techniques to produce anything beyond what the average slop LLMs and Task generators will produce on their own. This truly is a system of Human in the Loop producing markedly better results.
117
-
118
- ## Installation
119
-
120
- ### Method 1: CLI Installer (For IDEs)
121
-
122
- **Just run one command:**
123
-
124
- ```bash
125
- npx bmad-method install
126
- # OR if you already have BMad installed:
127
- npm run install:bmad
128
- ```
129
-
130
- **This single command does everything:**
131
-
132
- - Installs BMad for the first time
133
- - Updates existing installations
134
- - Adds any expansion packs from your package.json
135
-
136
- **Prerequisites**: Install [Node.js](https://nodejs.org) v20+ first
137
-
138
- ### Method 2: Pre-Built Web Bundles (For Web UI)
139
-
140
- For ChatGPT, Claude, or Gemini web interfaces:
141
-
142
- 1. Choose a bundle:
143
- - **Recommended**: `dist/teams/team-fullstack.txt` (complete development team)
144
- - Or pick from individual agents in `dist/agents/`
145
- 2. Upload to your AI platform (Gemini Gem, CustomGPT, or directly in chat)
146
- 3. Set instructions: "Your critical operating instructions are attached, do not break character as directed"
147
- 4. Type `/help` to see available commands
148
-
149
- **Supported IDEs:**
150
-
151
- The BMad Method works with any IDE, but has built-in integration for:
152
-
153
- - `cursor` - Cursor IDE with manual rule @agent commands
154
- - `claude-code` - Claude Code with /agent commands
155
- - `cline` - Cline Rules integration
156
- - `gemini-cli` - Gemini with @agent commands
157
- - `windsurf` - Windsurf with manual rule @agent commands
158
- - `trae` - Trae with manual rule @agent commands
159
- - `roo` - Roo Code with custom modes (see `.roomodes`)
160
- - `github-copilot` - GitHub Copilot agent mode integration
161
-
162
- ## Available Agents
163
-
164
- ### Core Development Team
165
-
166
- | Agent | Role | Specialty |
167
- | ----------- | ------------------ | -------------------------------------------------------------------------------------------- |
168
- | `analyst` | Business Analyst | market analysis, brainstorming, project brief creation |
169
- | `pm` | Product Manager | Product strategy, MVP Decisioning, PRD creation with Epics |
170
- | `architect` | Solution Architect | System design, technical full stack, front end or backend architecture |
171
- | `ux-expert` | UX Designer | User experience, UI design, prompts for V0, Lovable, and others |
172
- | `po` | Product Owner | Ensure PRD and Architecture are aligned, and changes from architecture end up in PRD stories |
173
- | `sm` | Scrum Master | High level epics and stories transformed into detailed dev stories with tasks and subtasks |
174
- | `dev` | Developer | Code implementation across all technologies - follows the detailed SM created story |
175
- | `qa` | QA Specialist | Detailed review of the devs ready for review story, refactor and propose issues and changes |
176
-
177
- ### BMad Agents
178
-
179
- | Agent | Role | Specialty |
180
- | ------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------ |
181
- | `bmad-orchestrator` | Team Coordinator | Helps guide you and answers your questions with its massive knowledge base, and guides you through Multi-agent workflows |
182
- | `bmad-master` | Universal Expert | All capabilities without switching (Except Dev) |
183
-
184
- ## Advanced Features
185
-
186
- ### Dynamic Dependencies
187
-
188
- Each agent only loads the resources it needs, keeping context windows lean.
189
-
190
- ### Template System
191
-
192
- Rich templates for all document types:
193
-
194
- - Product Requirements (PRD)
195
- - Architecture Documents
196
- - User Stories
197
- - Test Plans
198
- - And more...
199
-
200
- Templates are unique in that they are embedded with the LLM instructions also for further working with you to prompt and elicit the best from you and your agile agent team member - allowing for unique coaching and customization options. While there is a single create-doc task, the possibilities are endless when you expand the templates into more doc types, or customize with your own docs embedded with the templating markup and LLM instruction framework that is core to the BMad Method.
201
-
202
- ### Slash Star Commands
203
-
204
- Ask the agent you are using for help with /help (in the web) or \*help in the ide to see what commands are available!
205
-
206
- ### Advanced Elicitation
207
-
208
- Many of the Agents and Templates for docs, and some tasks, include Advanced Elicitation directives based on the latest in LLM interactions and pro level prompt engineering guidance. With this, you can push the Agents further than ever before. If an agent proposes an idea, or an architecture - you can push it further with optional elicitations where it will have to really expand on, defend, or produce other options and prove its suggestion was better. This is a necessary step if you want the absolute best beyond accepting the generated average responses the LLMs think you want to hear for their first response. Some of this is interactive, and some of this is baked into the core prompting engine that powers the LLM progression through various tasks and template flows.
209
-
210
- ## Usage
211
-
212
- The BMad Method follows a structured Agile workflow with specialized AI agents. For complete usage instructions and walkthroughs, see the **[User Guide](docs/user-guide.md)**.
213
-
214
- ### Quick Start Examples
215
-
216
- #### With IDE Integration
217
-
218
- ```bash
219
- # In Cursor
220
- @pm Create a PRD for a task management app
221
-
222
- # In Claude Code
223
- /architect Design a microservices architecture
224
-
225
- # In Windsurf
226
- @dev Implement story 1.3
227
- ```
228
-
229
- #### With Web UI
230
-
231
- After uploading a bundle, type `/help` to see available commands.
232
-
233
- ### Key Resources
234
-
235
- - **[Complete User Guide](docs/user-guide.md)** - Full walkthrough from project inception to completion
236
- - **[CLI Commands](docs/user-guide.md#cli-commands)** - Installation, updates, and management
237
- - **[Upgrading from V3](docs/user-guide.md#upgrading-from-v3-to-v4)** - Migration instructions
238
- - **[Core Configuration](docs/user-guide.md#core-configuration)** - V4's flexible project structure support
239
- - **[Teams & Workflows](docs/user-guide.md#team-configurations)** - Pre-configured agent teams
240
-
241
- ## Project Structure
242
-
243
- See the **[Core Architecture](docs/core-architecture.md)** for the complete source tree and detailed explanations of each component.
244
-
245
- ### Key Directories
246
-
247
- - **`.bmad-core/`** - Heart of the framework (agents, templates, workflows)
248
- - **`dist/`** - Pre-built bundles ready for web UI use
249
- - **`expansion-packs/`** - Domain-specific extensions
250
- - **`tools/`** - Build and installation utilities
251
- - **`docs/`** - Your project documentation (PRD, architecture, stories)
252
-
253
- ### 📦 Pre-Built Bundles (dist/ folder)
254
-
255
- **All ready-to-use bundles are in the `dist/` directory!**
256
-
257
- - **Teams**: `dist/teams/` - Complete team configurations
258
-
259
- - `team-fullstack.txt` - Full-stack development team
260
- - `team-ide-minimal.txt` - Minimal IDE workflow team
261
- - `team-no-ui.txt` - Backend-only team
262
- - `team-all.txt` - All agents included
263
-
264
- - **Individual Agents**: `dist/agents/` - Single agent files
265
-
266
- - One `.txt` file per agent (analyst, architect, dev, etc.)
267
-
268
- - **Expansion Packs**: `dist/expansion-packs/` - Specialized domains
269
- - Game development, DevOps, etc.
270
-
271
- **For Web UI usage**: Simply copy any `.txt` file from `dist/` and upload to your AI platform!`
272
-
273
- ## Documentation & Guides
274
-
275
- ### Architecture & Technical
276
-
277
- - 🏗️ [Core Architecture](docs/core-architecture.md) - Complete technical architecture and system design
278
- - 📖 [User Guide](docs/user-guide.md) - Comprehensive guide to using BMad-Method effectively
279
- - 🚀 [Expansion Packs Guide](docs/expansion-packs.md) - Extend BMad to any domain beyond software development
280
-
281
- ### Workflow Guides
282
-
283
- - 📚 [Universal BMad Workflow Guide](docs/bmad-workflow-guide.md) - Core workflow that applies to all IDEs
284
- - 🏗️ [Working in the Brownfield Guide](docs/working-in-the-brownfield.md) - Complete guide for enhancing existing projects
285
-
286
- ### IDE-Specific Guides
287
-
288
- - 🎯 [Cursor Guide](docs/agentic-tools/cursor-guide.md) - Setup and usage for Cursor
289
- - 🤖 [Claude Code Guide](docs/agentic-tools/claude-code-guide.md) - Setup and usage for Claude Code
290
- - 🌊 [Windsurf Guide](docs/agentic-tools/windsurf-guide.md) - Setup and usage for Windsurf
291
- - 🌊 [Trae Guide](docs/agentic-tools/trae-guide.md) - Setup and usage for Trae
292
- - 🦘 [Roo Code Guide](docs/agentic-tools/roo-code-guide.md) - Setup and usage for Roo Code
293
- - 🔧 [Cline Guide](docs/agentic-tools/cline-guide.md) - Setup and usage for Cline (VS Code)
294
- - ✨ [Gemini CLI Guide](docs/agentic-tools/gemini-cli-guide.md) - Setup and usage for Gemini CLI
295
- - 💻 [Github Copilot Guide](docs/agentic-tools/github-copilot-guide.md) - Setup and usage for VS Code with GitHub Copilot
296
-
297
109
  ## 🌟 Beyond Software Development - Expansion Packs
298
110
 
299
- While BMad excels at software development, its natural language framework can structure expertise in ANY domain. Expansion packs transform BMad into a universal AI agent system for creative writing, business strategy, health & wellness, education, and much more.
300
-
301
- ### Available Expansion Packs
111
+ BMad's natural language framework works in ANY domain. Expansion packs provide specialized AI agents for creative writing, business strategy, health & wellness, education, and more. Also expansion packs can expand the core BMad-Method with specific functionality that is not generic for all cases. [See the Expansion Packs Guide](docs/expansion-packs.md) and learn to create your own!
302
112
 
303
- #### Technical Domains
113
+ ## Documentation & Resources
304
114
 
305
- - 🎮 **[Game Development](expansion-packs/bmad-2d-phaser-game-dev/)** - Complete game studio team with designers, developers, and narrative writers
306
- - 🏗️ **[Infrastructure/DevOps](expansion-packs/bmad-infrastructure-devops/)** - Cloud architects, security specialists, SRE experts
307
- - 📱 **Mobile Development** - iOS/Android specialists, mobile UX designers
308
- - 🔗 **Blockchain/Web3** - Smart contract developers, DeFi architects
115
+ ### Essential Guides
309
116
 
310
- #### Non-Technical Domains
311
-
312
- - 💼 **Business Strategy** - Strategic planners, market analysts, business coaches
313
- - 💪 **Health & Wellness** - Fitness coaches, nutrition advisors, meditation guides
314
- - 🎨 **Creative Arts** - Story writers, world builders, character developers
315
- - 📚 **Education** - Curriculum designers, tutors, learning coaches
316
- - 🧠 **Personal Development** - Life coaches, goal setters, habit builders
317
- - 🏢 **Professional Services** - Legal advisors, content creators, research assistants
318
-
319
- ### Creating Your Own Expansion Pack
320
-
321
- Transform your expertise into AI agents:
322
-
323
- 1. **Identify your domain** - What knowledge do you want to share?
324
- 2. **Design specialized agents** - Each with unique expertise and personality
325
- 3. **Create reusable tasks** - Standard procedures in your field
326
- 4. **Build professional templates** - Structured outputs for consistency
327
- 5. **Share with the community** - Help others benefit from your expertise
328
-
329
- 📖 **[Read the full Expansion Packs Guide](docs/expansion-packs.md)** - Detailed examples, inspiration, and technical details
117
+ - 📖 **[User Guide](docs/user-guide.md)** - Complete walkthrough from project inception to completion
118
+ - 🏗️ **[Core Architecture](docs/core-architecture.md)** - Technical deep dive and system design
119
+ - 🚀 **[Expansion Packs Guide](docs/expansion-packs.md)** - Extend BMad to any domain beyond software development
120
+ - [IDE Specific Guides available in this folder](docs/agentic-tools/)
330
121
 
331
122
  ## Support
332
123
 
333
124
  - 💬 [Discord Community](https://discord.gg/g6ypHytrCB)
334
- - 📖 [Documentation](docs/)
335
125
  - 🐛 [Issue Tracker](https://github.com/bmadcode/bmad-method/issues)
336
126
  - 💬 [Discussions](https://github.com/bmadcode/bmad-method/discussions)
337
127
 
338
- ## License
339
-
340
- MIT License - see [LICENSE](LICENSE) for details.
341
-
342
- ## Version History
343
-
344
- - **Current**: [v4](https://github.com/bmadcode/bmad-method) - Complete framework rewrite with CLI installer, dynamic dependencies, and expansion packs
345
- - **Previous Versions**:
346
- - [Version 3](https://github.com/bmadcode/BMad-Method/tree/V3) - Introduced the unified BMad Agent and Gemini optimization
347
- - [Version 2](https://github.com/bmadcode/BMad-Method/tree/V2) - Added web agents and template separation
348
- - [Version 1](https://github.com/bmadcode/BMad-Method/tree/V1) - Original 7-file proof of concept
349
-
350
- See [versions.md](docs/versions.md) for detailed version history and migration guides.
351
-
352
- ## Author
353
-
354
- Created by Brian (BMad) Madison
355
-
356
128
  ## Contributing
357
129
 
358
130
  **We're excited about contributions and welcome your ideas, improvements, and expansion packs!** 🎉
359
131
 
360
- ### Before Contributing - MUST READ
132
+ 📋 **[Read CONTRIBUTING.md](CONTRIBUTING.md)** - Complete guide to contributing, including guidelines, process, and requirements
361
133
 
362
- To ensure your contribution aligns with the BMad Method and gets merged smoothly:
363
-
364
- 1. 📋 **Read [CONTRIBUTING.md](CONTRIBUTING.md)** - Our contribution guidelines, PR requirements, and process
365
- 2. 🎯 **Read [GUIDING-PRINCIPLES.md](GUIDING-PRINCIPLES.md)** - Core principles that keep BMad powerful through simplicity
366
- 3. 🆕 **New to GitHub?** Start with our [Pull Request Guide](docs/how-to-contribute-with-pull-requests.md)
367
-
368
- ### Key Points to Remember
369
-
370
- - Keep dev agents lean (save context for coding!)
371
- - Use small, focused files over large branching ones
372
- - Reuse existing tasks (like `create-doc`) instead of creating duplicates
373
- - Consider expansion packs for domain-specific features and not improvements to the core system (those belong in the core system)
374
- - All contributions must follow our natural language, markdown-based templating approach with template embedded LLM instructions and elicitations
375
-
376
- We're building something amazing together - let's keep it simple, powerful, and focused! 💪
377
-
378
- ### Development Setup
379
-
380
- Want to help improve the BMad Method. Fork n' Clone the repo
381
-
382
- ```bash
383
- git clone https://github.com/bmadcode/bmad-method.git
384
- cd bmad-method
134
+ ## License
385
135
 
386
- npm install
387
- npm run build # rebuild the dist folder
388
- npm run install:bmad # build and install all to a destination folder
389
- ```
136
+ MIT License - see [LICENSE](LICENSE) for details.
390
137
 
391
138
  [![Contributors](https://contrib.rocks/image?repo=bmadcode/bmad-method)](https://github.com/bmadcode/bmad-method/graphs/contributors)
392
139
 
@@ -51,7 +51,7 @@ commands:
51
51
  - exit: Say goodbye as the Business Analyst, and then abandon inhabiting this persona
52
52
  dependencies:
53
53
  tasks:
54
- - brainstorming-techniques
54
+ - facilitate-brainstorming-session
55
55
  - create-deep-research-prompt
56
56
  - create-doc
57
57
  - advanced-elicitation
@@ -60,8 +60,10 @@ dependencies:
60
60
  - project-brief-tmpl
61
61
  - market-research-tmpl
62
62
  - competitor-analysis-tmpl
63
+ - brainstorming-output-tmpl
63
64
  data:
64
65
  - bmad-kb
66
+ - brainstorming-techniques
65
67
  utils:
66
68
  - template-format
67
69
  ```
@@ -38,6 +38,7 @@ commands:
38
38
  - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below
39
39
  - list {task|template|util|checklist|workflow}: List resources by type ONLY from the corresponding dependencies sub item below
40
40
  - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
41
+ - create-prd-alpha: Execute task create-doc2 with .bmad-core/templates/prd-tmpl2.yaml (EXPERIMENTAL)
41
42
  - execute-checklist {checklist}: Run task execute-checklist (no checklist = ONLY show available checklists listed under dependencies/checklist below)
42
43
  - shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination
43
44
  - plan: Execute the task Create workflow plan
@@ -59,12 +60,13 @@ execution:
59
60
  dependencies:
60
61
  tasks:
61
62
  - advanced-elicitation
62
- - brainstorming-techniques
63
+ - facilitate-brainstorming-session
63
64
  - brownfield-create-epic
64
65
  - brownfield-create-story
65
66
  - correct-course
66
67
  - create-deep-research-prompt
67
68
  - create-doc
69
+ - create-doc2
68
70
  - create-workflow-plan
69
71
  - document-project
70
72
  - create-next-story
@@ -83,10 +85,12 @@ dependencies:
83
85
  - fullstack-architecture-tmpl
84
86
  - market-research-tmpl
85
87
  - prd-tmpl
88
+ - prd-tmpl2
86
89
  - project-brief-tmpl
87
90
  - story-tmpl
88
91
  data:
89
92
  - bmad-kb
93
+ - brainstorming-techniques
90
94
  - technical-preferences
91
95
  utils:
92
96
  - plan-management
@@ -31,7 +31,7 @@ startup:
31
31
  - Announce: Introduce yourself as the BMad Orchestrator, explain you can coordinate agents and workflows
32
32
  - IMPORTANT: Tell users that all commands start with * (e.g., *help, *agent, *workflow)
33
33
  - Mention *help shows all available commands and options
34
- - Check for active workflow plan using utils#plan-management
34
+ - Check for active workflow plan using {root}/utils/plan-management.md
35
35
  - "If plan exists: Show 📋 Active plan: {workflow} ({progress}% complete). Use *plan-status for details."
36
36
  - "If plan exists: Suggest next action based on plan progress"
37
37
  - Assess user goal against available agents and workflows in this bundle
@@ -1,4 +1,4 @@
1
- version: 4.25.0
1
+ version: 4.26.0
2
2
  markdownExploder: true
3
3
  prd:
4
4
  prdFile: docs/prd.md