bmad-method 4.19.1 → 4.20.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 (95) hide show
  1. package/.github/FUNDING.yml +15 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.md +22 -0
  4. package/.vscode/settings.json +6 -76
  5. package/CHANGELOG.md +14 -0
  6. package/CONTRIBUTING.md +1 -1
  7. package/GUIDING-PRINCIPLES.md +2 -2
  8. package/LICENSE +1 -1
  9. package/README.md +183 -222
  10. package/bmad-core/agents/dev.md +1 -1
  11. package/bmad-core/data/bmad-kb.md +1 -1
  12. package/bmad-core/workflows/brownfield-fullstack.yml +12 -12
  13. package/bmad-core/workflows/brownfield-service.yml +12 -12
  14. package/bmad-core/workflows/brownfield-ui.yml +14 -14
  15. package/dist/agents/analyst.txt +1 -1
  16. package/dist/agents/bmad-master.txt +1 -1
  17. package/dist/agents/bmad-orchestrator.txt +1 -1
  18. package/dist/teams/team-all.txt +39 -39
  19. package/dist/teams/team-fullstack.txt +39 -39
  20. package/dist/teams/team-ide-minimal.txt +1 -1
  21. package/dist/teams/team-no-ui.txt +13 -13
  22. package/docs/agentic-tools/claude-code-guide.md +36 -0
  23. package/docs/agentic-tools/cline-guide.md +42 -0
  24. package/docs/agentic-tools/cursor-guide.md +37 -0
  25. package/docs/agentic-tools/gemini-cli-guide.md +46 -0
  26. package/docs/agentic-tools/roo-code-guide.md +46 -0
  27. package/docs/agentic-tools/windsurf-guide.md +37 -0
  28. package/docs/core-architecture.md +174 -6
  29. package/docs/expansion-packs.md +15 -0
  30. package/docs/user-guide.md +283 -36
  31. package/docs/versioning-and-releases.md +2 -10
  32. package/docs/versions.md +0 -1
  33. package/docs/working-in-the-brownfield.md +4 -8
  34. package/package.json +1 -1
  35. package/tools/installer/bin/bmad.js +2 -2
  36. package/tools/installer/package.json +1 -1
  37. package/.claude/commands/analyst.md +0 -68
  38. package/.claude/commands/architect.md +0 -68
  39. package/.claude/commands/bmad-master.md +0 -104
  40. package/.claude/commands/bmad-orchestrator.md +0 -130
  41. package/.claude/commands/dev.md +0 -69
  42. package/.claude/commands/pm.md +0 -65
  43. package/.claude/commands/po.md +0 -67
  44. package/.claude/commands/qa.md +0 -54
  45. package/.claude/commands/sm.md +0 -55
  46. package/.claude/commands/ux-expert.md +0 -67
  47. package/.clinerules/01-bmad-master.md +0 -116
  48. package/.clinerules/02-bmad-orchestrator.md +0 -141
  49. package/.clinerules/03-pm.md +0 -76
  50. package/.clinerules/04-analyst.md +0 -79
  51. package/.clinerules/05-architect.md +0 -79
  52. package/.clinerules/06-po.md +0 -78
  53. package/.clinerules/07-sm.md +0 -66
  54. package/.clinerules/08-dev.md +0 -80
  55. package/.clinerules/09-qa.md +0 -65
  56. package/.clinerules/10-ux-expert.md +0 -78
  57. package/.cursor/rules/analyst.mdc +0 -82
  58. package/.cursor/rules/architect.mdc +0 -82
  59. package/.cursor/rules/bmad-master.mdc +0 -119
  60. package/.cursor/rules/bmad-orchestrator.mdc +0 -144
  61. package/.cursor/rules/dev.mdc +0 -83
  62. package/.cursor/rules/pm.mdc +0 -79
  63. package/.cursor/rules/po.mdc +0 -81
  64. package/.cursor/rules/qa.mdc +0 -68
  65. package/.cursor/rules/sm.mdc +0 -69
  66. package/.cursor/rules/ux-expert.mdc +0 -81
  67. package/.gemini/agents/analyst.md +0 -64
  68. package/.gemini/agents/architect.md +0 -64
  69. package/.gemini/agents/bmad-master.md +0 -101
  70. package/.gemini/agents/bmad-orchestrator.md +0 -126
  71. package/.gemini/agents/dev.md +0 -65
  72. package/.gemini/agents/pm.md +0 -61
  73. package/.gemini/agents/po.md +0 -63
  74. package/.gemini/agents/qa.md +0 -50
  75. package/.gemini/agents/sm.md +0 -51
  76. package/.gemini/agents/ux-expert.md +0 -63
  77. package/.gemini/settings.json +0 -14
  78. package/.roomodes +0 -95
  79. package/.vscode/extensions.json +0 -6
  80. package/.windsurf/rules/analyst.md +0 -76
  81. package/.windsurf/rules/architect.md +0 -76
  82. package/.windsurf/rules/bmad-master.md +0 -113
  83. package/.windsurf/rules/bmad-orchestrator.md +0 -138
  84. package/.windsurf/rules/dev.md +0 -77
  85. package/.windsurf/rules/pm.md +0 -73
  86. package/.windsurf/rules/po.md +0 -75
  87. package/.windsurf/rules/qa.md +0 -62
  88. package/.windsurf/rules/sm.md +0 -63
  89. package/.windsurf/rules/ux-expert.md +0 -75
  90. package/docs/claude-code-guide.md +0 -121
  91. package/docs/cursor-guide.md +0 -131
  92. package/docs/expansion-pack-ideas.md +0 -121
  93. package/docs/roo-code-guide.md +0 -142
  94. package/docs/windsurf-guide.md +0 -129
  95. /package/dist/expansion-packs/{expansion-creator → bmad-creator-tools}/agents/bmad-the-creator.txt +0 -0
package/README.md CHANGED
@@ -1,32 +1,73 @@
1
- # BMAD-METHOD
1
+ # BMad-METHOD: Universal AI Agent Framework
2
2
 
3
3
  [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
5
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org)
6
6
  [![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)
7
7
 
8
- **AI-Powered Agile Development Framework** - Transform your software development with specialized AI agents that work as your complete Agile team.
8
+ Foundations in Agentic Agile Driven Development, known as the Breakthrough Method of Agile AI-Driven Development, but it is so much more. Transform any domain with specialized AI expertise: software development, entertainment, creative writing, business strategy to personal wellness just to name a few.
9
9
 
10
- 📺 **[Subscribe to BMadCode on YouTube](https://www.youtube.com/@BMadCode?sub_confirmation=1)** - V4 walkthrough and comprehensive guide coming soon!
10
+ **[Subscribe to BMadCode on YouTube](https://www.youtube.com/@BMadCode?sub_confirmation=1)**
11
11
 
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!
12
+ **[Join our Discord Community](https://discord.gg/gk8jAdXWmj)** - A growing community for AI enthusiasts! Get help, share ideas, explore AI agents & frameworks, collaborate on tech projects, enjoy hobbies, and help each other succeed. Whether you're stuck on BMad, building your own agents, or just want to chat about the latest in AI - we're here for you!
13
13
 
14
- ## 🔄 Important: Keeping Your BMAD Installation Updated
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
- **Stay up-to-date effortlessly!** If you already have BMAD-METHOD installed in your project, simply run:
16
+ ## 🧭 Quick Navigation - Find Your Path
17
+
18
+ ### 🚨 MUST READ: Understanding the BMAD Workflow
19
+
20
+ **Before diving in, review these critical workflow diagrams that explain how BMAD works:**
21
+
22
+ 1. **[Planning Workflow (Web UI)](docs/user-guide.md#the-planning-workflow-web-ui)** - How to create PRD and Architecture documents
23
+ 2. **[Core Development Cycle (IDE)](docs/user-guide.md#the-core-development-cycle-ide)** - How SM, Dev, and QA agents collaborate through story files
24
+
25
+ > ⚠️ **These diagrams explain 90% of BMad Method Agentic Agile flow confusion** - Understanding the PRD+Architecture creation and the SM/Dev/QA workflow and how agents pass notes through story files is essential - and also explains why this is NOT taskmaster or just a simple task runner!
26
+
27
+ ### What would you like to do?
28
+
29
+ - **[Build software with Full Stack Agile AI Team](#-quick-start)** → Quick Start Instruction
30
+ - **[Learn how to use BMAD](docs/user-guide.md)** → Complete user guide and walkthrough
31
+ - **[See available AI agents](#available-agents)** → Specialized roles for your team
32
+ - **[Explore non-technical uses](#-beyond-software-development---expansion-packs)** → Creative writing, business, wellness, education
33
+ - **[Create my own AI agents](#creating-your-own-expansion-pack)** → Build agents for your domain
34
+ - **[Browse ready-made expansion packs](expansion-packs/)** → Game dev, DevOps, infrastructure and get inspired with ideas and examples
35
+ - **[Understand the architecture](docs/core-architecture.md)** → Technical deep dive
36
+ - **[Join the community](https://discord.gg/g6ypHytrCB)** → Get help and share ideas
37
+
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
+ ## 🔄 Important: Keeping Your BMad Installation Updated
54
+
55
+ **Stay up-to-date effortlessly!** If you already have BMad-METHOD installed in your project, simply run:
17
56
 
18
57
  ```bash
19
58
  npx bmad-method install
59
+ # OR
60
+ npm run install:bmad
20
61
  ```
21
62
 
22
- The installer will:
63
+ This will:
23
64
 
24
65
  - ✅ Automatically detect your existing v4 installation
25
- - ✅ Update only the files that have changed
66
+ - ✅ Update only the files that have changed and add new files
26
67
  - ✅ Create `.bak` backup files for any custom modifications you've made
27
68
  - ✅ Preserve your project-specific configurations
28
69
 
29
- This makes it easy to benefit from the latest improvements, bug fixes, and new agents without losing your customizations!
70
+ 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.
30
71
 
31
72
  ## 🚀 Quick Start
32
73
 
@@ -45,28 +86,20 @@ This makes it easy to benefit from the latest improvements, bug fixes, and new a
45
86
 
46
87
  Run `npx bmad-method install`
47
88
 
48
- This installs all agents and configures them for your IDE. If you have an existing v3 installation, it will offer to upgrade it automatically.
89
+ OR
49
90
 
50
- ## 📋 Table of Contents
91
+ ```bash
92
+ git clone https://github.com/bmadcode/bmad-method.git
93
+ npm run install:bmad # build and install all to a destination folder
94
+ ```
51
95
 
52
- - [Overview](#overview)
53
- - [Installation](#installation)
54
- - [Available Agents](#available-agents)
55
- - [Usage](#usage)
56
- - [Project Structure](#project-structure)
57
- - [Contributing](#contributing)
96
+ This installs all agents and configures them for your IDE. If you have an existing v3 installation, it will offer to upgrade it automatically.
58
97
 
59
98
  ## Overview
60
99
 
61
- BMAD-METHOD (Breakthrough Method of Agile AI-Driven Development) revolutionizes software development by providing specialized AI agents for every role in an Agile team. Each agent has deep expertise in their domain and can collaborate to deliver complete software projects.
62
-
63
- ### Why BMAD?
100
+ The BMad Method (Breakthrough Method of Agile Agentic-Driven Development) elevates 'Vibe Coding' 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.
64
101
 
65
- - **🎯 Specialized Expertise**: Each agent is an expert in their specific role
66
- - **🔄 True Agile Workflow**: Follows real Agile methodologies and best practices
67
- - **📦 Modular Design**: Use one agent or an entire team
68
- - **🛠️ IDE Integration**: Works seamlessly with Cursor, Claude Code, Windsurf, and Gemini
69
- - **🌐 Platform Agnostic**: Use with ChatGPT, Claude, Gemini, or any AI platform
102
+ Unlike systems like Task Master, or inbuilt Task tool, the BMad Methods agile flow does so much more. With most systems, you give your idea in a few sentences at most, 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 techniques and techniques also based in psychology to produce beyond the average slop LLMs and Task generators will on their own. This truly is a system of Human in the Loop produces markedly better results.
70
103
 
71
104
  ## Installation
72
105
 
@@ -91,164 +124,104 @@ Install directly into your project: `npx bmad-method install`
91
124
 
92
125
  The BMad Method works with any IDE, but has built-in integration for:
93
126
 
94
- - `cursor` - Cursor IDE with @agent commands
127
+ - `cursor` - Cursor IDE with manual rule @agent commands
95
128
  - `claude-code` - Claude Code with /agent commands
96
- - `windsurf` - Windsurf with @agent commands
129
+ - `cline` - Cline Rules integration
97
130
  - `gemini-cli` - Gemini with @agent commands
131
+ - `windsurf` - Windsurf with manual rule @agent commands
98
132
  - `roo` - Roo Code with custom modes (see `.roomodes`)
99
- - More coming soon - BUT ITS easy to use with ANY IDE - just copy the bmad-code folder to your project, and rename it .bmad-code.
133
+ - `windsurf` - Windsurf with @agent commands
100
134
 
101
135
  ## Available Agents
102
136
 
103
137
  ### Core Development Team
104
138
 
105
- | Agent | Role | Specialty |
106
- | ----------- | ------------------ | --------------------------------------------- |
107
- | `analyst` | Business Analyst | market analysis, brainstorming, project brief |
108
- | `pm` | Product Manager | Product strategy, roadmaps, PRDs |
109
- | `architect` | Solution Architect | System design, technical architecture |
110
- | `dev` | Developer | Code implementation across all technologies |
111
- | `qa` | QA Specialist | Testing strategies, quality assurance |
112
- | `ux-expert` | UX Designer | User experience, UI design, prototypes |
113
- | `po` | Product Owner | Backlog management, story validation |
114
- | `sm` | Scrum Master | Sprint planning, story creation |
139
+ | Agent | Role | Specialty |
140
+ | ----------- | ------------------ | -------------------------------------------------------------------------------------------- |
141
+ | `analyst` | Business Analyst | market analysis, brainstorming, project brief creation |
142
+ | `pm` | Product Manager | Product strategy, MVP Decisioning, PRD creation with Epics |
143
+ | `architect` | Solution Architect | System design, technical full stack, front end or backend architecture |
144
+ | `ux-expert` | UX Designer | User experience, UI design, prompts for V0, Lovable, and others |
145
+ | `po` | Product Owner | Ensure PRD and Architecture are aligned, and changes from architecture end up in PRD stories |
146
+ | `sm` | Scrum Master | High level epics and stories transformed into detailed dev stories with tasks and subtasks |
147
+ | `dev` | Developer | Code implementation across all technologies - follows the detailed SM created story |
148
+ | `qa` | QA Specialist | Detailed review of the devs ready for review story, refactor and propose issues and changes |
115
149
 
116
- ### Meta Agents
150
+ ### BMad Agents
117
151
 
118
- | Agent | Role | Specialty |
119
- | ------------------- | ---------------- | ------------------------------------------------------------------- |
120
- | `bmad-orchestrator` | Team Coordinator | Multi-agent workflows, role switching, is part of every team bundle |
121
- | `bmad-master` | Universal Expert | All capabilities without switching |
122
-
123
- ## Usage
124
-
125
- ### With IDE Integration
126
-
127
- After installation with `--ide` flag:
128
-
129
- ```bash
130
- # In Cursor
131
- @pm Create a PRD for a task management app
132
-
133
- # In Claude Code
134
- /architect Design a microservices architecture
135
-
136
- # In Windsurf
137
- @dev Implement story 1.3
138
- ```
139
-
140
- ### With Web UI (ChatGPT/Claude/Gemini)
141
-
142
- After uploading a bundle you can ask /help of the agent to learn what it can do
143
-
144
- ### CLI Commands
145
-
146
- ```bash
147
- # List all available agents
148
- npx bmad-method list
152
+ | Agent | Role | Specialty |
153
+ | ------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------ |
154
+ | `bmad-orchestrator` | Team Coordinator | Helps guide you and answers your questions with its massive knowledge base, and guides you through Multi-agent workflows |
155
+ | `bmad-master` | Universal Expert | All capabilities without switching (Except Dev) |
149
156
 
150
- # Install or update (automatically detects existing installations)
151
- npx bmad-method install
152
-
153
- # Check installation status
154
- npx bmad-method status
155
- ```
156
-
157
- ### Upgrading from V3 to V4
158
-
159
- If you have an existing BMAD-METHOD V3 project, simply run the installer in your project directory:
157
+ ## Advanced Features
160
158
 
161
- ```bash
162
- npx bmad-method install
163
- # The installer will automatically detect your V3 installation and offer to upgrade
164
- ```
159
+ ### Dynamic Dependencies
165
160
 
166
- The upgrade process will:
161
+ Each agent only loads the resources it needs, keeping context windows lean.
167
162
 
168
- 1. Create a backup of your V3 files in `.bmad-v3-backup/`
169
- 2. Install the new V4 `.bmad-core/` structure
170
- 3. Migrate your documents (PRD, Architecture, Stories, Epics)
171
- 4. Set up IDE integration for all V4 agents
172
- 5. Create an install manifest for future updates
163
+ ### Template System
173
164
 
174
- After upgrading:
165
+ Rich templates for all document types:
175
166
 
176
- 1. Review your documents in the `docs/` folder - if you had a PRD or architecture in your old project, copy it from the backup to the docs folder if they are not there.
177
- 2. Optionally run the `doc-migration-task` to align your documents with V4 templates - you can do this with your agent my saying something like: 'run {drag in task} against {drag prd or arch file from docs} to align with {drag the template from .bmad-core/templates/full-stack-architecture.md}
178
- 3. If you have separate front-end and backend architecture docs you can modify step 2 to merge both into a single full stack architecture or separate Front and Back end.
167
+ - Product Requirements (PRD)
168
+ - Architecture Documents
169
+ - User Stories
170
+ - Test Plans
171
+ - And more...
179
172
 
180
- The reason #2 and 3 are optional is because now BMad V4 makes sharding optional for the SM. See [Core Configuration](#-core-configuration-new-in-v4)
173
+ 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.
181
174
 
182
- **Note**: The agents in `.bmad-core/` fully replace the items in `bmad-agent/` - you can remove the backup folder versions.
175
+ ### Slash Star Commands
183
176
 
184
- ### 🔧 Core Configuration (NEW in V4)
177
+ Ask the agent you are using for help with /help (in the web) or \*help in the ide to see what commands are available!
185
178
 
186
- **Critical**: V4 introduces `bmad-core/core-config.yml` - a powerful configuration file that enables BMAD to work seamlessly with any project structure, whether it's V4-optimized or legacy. You can even now use non-standard PRDs and architectures!
179
+ ### Advanced Elicitation
187
180
 
188
- #### What is core-config.yml?
181
+ 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.
189
182
 
190
- This configuration file tells BMAD agents exactly where to find your project documents and how they're structured. It's the key to V4's flexibility and backwards compatibility.
183
+ ## Usage
191
184
 
192
- #### Key Features
185
+ 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)**.
193
186
 
194
- - **Version Awareness**: Agents understand if your PRD/Architecture follows V4 conventions or earlier versions
195
- - **Flexible Document Locations**: Works whether your epics are embedded in PRD or properly sharded
196
- - **Developer Context**: Define which files the dev agent should always load
197
- - **Debug Support**: Built-in logging for troubleshooting story implementation
187
+ ### Quick Start Examples
198
188
 
199
- #### Why It Matters
189
+ #### With IDE Integration
200
190
 
201
- - **Use BMAD with ANY project structure** - V3, V4, or custom layouts
202
- - **No forced migrations** - Keep your existing document organization
203
- - **Customize developer workflow** - Specify exactly which files provide context
204
- - **Seamless upgrades** - Start with V3 docs and gradually adopt V4 patterns
191
+ ```bash
192
+ # In Cursor
193
+ @pm Create a PRD for a task management app
205
194
 
206
- See the [detailed core-config.yml guide](docs/user-guide.md#core-configuration-coreconfigyml) for configuration examples and best practices.
195
+ # In Claude Code
196
+ /architect Design a microservices architecture
207
197
 
208
- ## Teams & Workflows
198
+ # In Windsurf
199
+ @dev Implement story 1.3
200
+ ```
209
201
 
210
- ### Pre-Configured Teams
202
+ #### With Web UI
211
203
 
212
- Save context by using specialized teams:
204
+ After uploading a bundle, type `/help` to see available commands.
213
205
 
214
- - **Team All**: Complete Agile team with all 10 agents
215
- - **Team Fullstack**: Frontend + Backend development focus
216
- - **Team No-UI**: Backend/API development without UX
206
+ ### Key Resources
217
207
 
218
- ### Workflows
208
+ - **[Complete User Guide](docs/user-guide.md)** - Full walkthrough from project inception to completion
209
+ - **[CLI Commands](docs/user-guide.md#cli-commands)** - Installation, updates, and management
210
+ - **[Upgrading from V3](docs/user-guide.md#upgrading-from-v3-to-v4)** - Migration instructions
211
+ - **[Core Configuration](docs/user-guide.md#core-configuration-coreconfigyml)** - V4's flexible project structure support
212
+ - **[Teams & Workflows](docs/user-guide.md#team-configurations)** - Pre-configured agent teams
219
213
 
220
- Structured approaches for different scenarios:
214
+ ## Project Structure
221
215
 
222
- - **Greenfield**: Starting new projects (fullstack/service/UI)
223
- - **Brownfield**: Enhancing existing projects
224
- - **Simple**: Quick prototypes and MVPs
225
- - **Complex**: Enterprise and large-scale projects
216
+ See the **[Core Architecture](docs/core-architecture.md)** for the complete source tree and detailed explanations of each component.
226
217
 
227
- ## Project Structure
218
+ ### Key Directories
228
219
 
229
- ```plaintext
230
- .bmad-core/
231
- ├── agents/ # Individual agent definitions
232
- ├── agent-teams/ # Team configurations
233
- ├── workflows/ # Development workflows
234
- ├── templates/ # Document templates (PRD, Architecture, etc.)
235
- ├── tasks/ # Reusable task definitions
236
- ├── checklists/ # Quality checklists
237
- ├── data/ # Knowledge base
238
- └── web-bundles/ # Optional can be added if you use the install command and select this folder as a destination for the build bundle files
239
-
240
- tools/
241
- ├── cli.js # Build tool
242
- ├── installer/ # NPX installer
243
- └── lib/ # Build utilities
244
-
245
- expansion-packs/ # Domain-specific add-ons (Technical & Non-Technical)
246
-
247
- dist/ # 📦 PRE-BUILT BUNDLES (Ready to use!)
248
- ├── agents/ # Individual agent bundles (.txt files)
249
- ├── teams/ # Team bundles (.txt files)
250
- └── expansion-packs/ # Expansion pack bundles
251
- ```
220
+ - **`.bmad-core/`** - Heart of the framework (agents, templates, workflows)
221
+ - **`dist/`** - Pre-built bundles ready for web UI use
222
+ - **`expansion-packs/`** - Domain-specific extensions
223
+ - **`tools/`** - Build and installation utilities
224
+ - **`docs/`** - Your project documentation (PRD, architecture, stories)
252
225
 
253
226
  ### 📦 Pre-Built Bundles (dist/ folder)
254
227
 
@@ -270,58 +243,86 @@ dist/ # 📦 PRE-BUILT BUNDLES (Ready to use!)
270
243
 
271
244
  **For Web UI usage**: Simply copy any `.txt` file from `dist/` and upload to your AI platform!`
272
245
 
273
- ## Advanced Features
246
+ ## Documentation & Guides
274
247
 
275
- ### Dynamic Dependencies
248
+ ### Architecture & Technical
276
249
 
277
- Each agent only loads the resources it needs, keeping context windows lean.
250
+ - 🏗️ [Core Architecture](docs/core-architecture.md) - Complete technical architecture and system design
251
+ - 📖 [User Guide](docs/user-guide.md) - Comprehensive guide to using BMAD-METHOD effectively
252
+ - 🚀 [Expansion Packs Guide](docs/expansion-packs.md) - Extend BMAD to any domain beyond software development
278
253
 
279
- ### Template System
254
+ ### Workflow Guides
280
255
 
281
- Rich templates for all document types:
256
+ - 📚 [Universal BMAD Workflow Guide](docs/bmad-workflow-guide.md) - Core workflow that applies to all IDEs
257
+ - 🏗️ [Working in the Brownfield Guide](docs/working-in-the-brownfield.md) - Complete guide for enhancing existing projects
282
258
 
283
- - Product Requirements (PRD)
284
- - Architecture Documents
285
- - User Stories
286
- - Test Plans
287
- - And more...
259
+ ### IDE-Specific Guides
288
260
 
289
- ### Slash Star Commands
261
+ - 🎯 [Cursor Guide](docs/agentic-tools/cursor-guide.md) - Setup and usage for Cursor
262
+ - 🤖 [Claude Code Guide](docs/agentic-tools/claude-code-guide.md) - Setup and usage for Claude Code
263
+ - 🌊 [Windsurf Guide](docs/agentic-tools/windsurf-guide.md) - Setup and usage for Windsurf
264
+ - 🦘 [Roo Code Guide](docs/agentic-tools/roo-code-guide.md) - Setup and usage for Roo Code
265
+ - 🔧 [Cline Guide](docs/agentic-tools/cline-guide.md) - Setup and usage for Cline (VS Code)
266
+ - ✨ [Gemini CLI Guide](docs/agentic-tools/gemini-cli-guide.md) - Setup and usage for Gemini CLI
290
267
 
291
- Ask the agent you are using for help with /help (in the web) or \*help in the ide to see what commands are available!
268
+ ## 🌟 Beyond Software Development - Expansion Packs
292
269
 
293
- ## Expansion Packs - Beyond Software Development
270
+ 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.
294
271
 
295
- BMAD Method's natural language framework isn't limited to software development. Create specialized agents for ANY domain:
272
+ ### Available Expansion Packs
296
273
 
297
- ### Technical Expansion Packs
274
+ #### Technical Domains
298
275
 
299
- - 🎮 **Game Development** - Game designers, level creators, narrative writers
300
- - 🏗️ **Infrastructure/DevOps** - Cloud architects, security specialists, SRE agents
301
- - 📱 **Mobile Development** - iOS/Android specialists, UX designers
276
+ - 🎮 **[Game Development](expansion-packs/bmad-2d-phaser-game-dev/)** - Complete game studio team with designers, developers, and narrative writers
277
+ - 🏗️ **[Infrastructure/DevOps](expansion-packs/bmad-infrastructure-devops/)** - Cloud architects, security specialists, SRE experts
278
+ - 📱 **Mobile Development** - iOS/Android specialists, mobile UX designers
302
279
  - 🔗 **Blockchain/Web3** - Smart contract developers, DeFi architects
303
280
 
304
- ### Non-Technical Expansion Packs
281
+ #### Non-Technical Domains
305
282
 
306
283
  - 💼 **Business Strategy** - Strategic planners, market analysts, business coaches
307
284
  - 💪 **Health & Wellness** - Fitness coaches, nutrition advisors, meditation guides
308
285
  - 🎨 **Creative Arts** - Story writers, world builders, character developers
309
286
  - 📚 **Education** - Curriculum designers, tutors, learning coaches
310
287
  - 🧠 **Personal Development** - Life coaches, goal setters, habit builders
311
- - 🏢 **Professional Services** - Legal advisors, medical protocols, research assistants
288
+ - 🏢 **Professional Services** - Legal advisors, content creators, research assistants
312
289
 
313
290
  ### Creating Your Own Expansion Pack
314
291
 
315
- The BMAD framework can support any domain where structured AI assistance is valuable:
292
+ Transform your expertise into AI agents:
316
293
 
317
- 1. Define specialized agents with domain expertise
318
- 2. Create task procedures for common workflows
319
- 3. Build templates for domain-specific outputs
320
- 4. Package as an expansion pack for others to use
294
+ 1. **Identify your domain** - What knowledge do you want to share?
295
+ 2. **Design specialized agents** - Each with unique expertise and personality
296
+ 3. **Create reusable tasks** - Standard procedures in your field
297
+ 4. **Build professional templates** - Structured outputs for consistency
298
+ 5. **Share with the community** - Help others benefit from your expertise
321
299
 
322
- 📖 **[Read the full Expansion Packs Guide](docs/expansion-packs.md)** for detailed examples and inspiration!
300
+ 📖 **[Read the full Expansion Packs Guide](docs/expansion-packs.md)** - Detailed examples, inspiration, and technical details
301
+
302
+ ## Support
323
303
 
324
- 🛠️ **[Use the Expansion Pack Creator](expansion-packs/expansion-creator/README.md)** to build your own!
304
+ - 💬 [Discord Community](https://discord.gg/g6ypHytrCB)
305
+ - 📖 [Documentation](docs/)
306
+ - 🐛 [Issue Tracker](https://github.com/bmadcode/bmad-method/issues)
307
+ - 💬 [Discussions](https://github.com/bmadcode/bmad-method/discussions)
308
+
309
+ ## License
310
+
311
+ MIT License - see [LICENSE](LICENSE) for details.
312
+
313
+ ## Version History
314
+
315
+ - **Current**: [v4](https://github.com/bmadcode/bmad-method) - Complete framework rewrite with CLI installer, dynamic dependencies, and expansion packs
316
+ - **Previous Versions**:
317
+ - [Version 3](https://github.com/bmadcode/BMAD-METHOD/tree/V3) - Introduced the unified BMAD Agent and Gemini optimization
318
+ - [Version 2](https://github.com/bmadcode/BMAD-METHOD/tree/V2) - Added web agents and template separation
319
+ - [Version 1](https://github.com/bmadcode/BMAD-METHOD/tree/V1) - Original 7-file proof of concept
320
+
321
+ See [versions.md](docs/versions.md) for detailed version history and migration guides.
322
+
323
+ ## Author
324
+
325
+ Created by Brian (BMad) Madison
325
326
 
326
327
  ## Contributing
327
328
 
@@ -329,7 +330,7 @@ The BMAD framework can support any domain where structured AI assistance is valu
329
330
 
330
331
  ### Before Contributing - MUST READ
331
332
 
332
- To ensure your contribution aligns with the BMAD Method and gets merged smoothly:
333
+ To ensure your contribution aligns with the BMad Method and gets merged smoothly:
333
334
 
334
335
  1. 📋 **Read [CONTRIBUTING.md](CONTRIBUTING.md)** - Our contribution guidelines, PR requirements, and process
335
336
  2. 🎯 **Read [GUIDING-PRINCIPLES.md](GUIDING-PRINCIPLES.md)** - Core principles that keep BMAD powerful through simplicity
@@ -340,62 +341,22 @@ To ensure your contribution aligns with the BMAD Method and gets merged smoothly
340
341
  - Keep dev agents lean (save context for coding!)
341
342
  - Use small, focused files over large branching ones
342
343
  - Reuse existing tasks (like `create-doc`) instead of creating duplicates
343
- - Consider expansion packs for domain-specific features
344
- - All contributions must follow our natural language, markdown-based approach
344
+ - Consider expansion packs for domain-specific features and not improvements to the core system (those belong in the core system)
345
+ - All contributions must follow our natural language, markdown-based templating approach with template embedded LLM instructions and elicitations
345
346
 
346
347
  We're building something amazing together - let's keep it simple, powerful, and focused! 💪
347
348
 
348
349
  ### Development Setup
349
350
 
351
+ Want to help improve the BMad Method. Fork n' Clone the repo
352
+
350
353
  ```bash
351
354
  git clone https://github.com/bmadcode/bmad-method.git
352
355
  cd bmad-method
353
- npm install
354
- ```
355
356
 
356
- ## Documentation & Guides
357
-
358
- ### Architecture & Technical
359
-
360
- - 🏗️ [Core Architecture](docs/core-architecture.md) - Complete technical architecture and system design
361
- - 📖 [User Guide](docs/user-guide.md) - Comprehensive guide to using BMAD-METHOD effectively
362
- - 🚀 [Expansion Packs Guide](docs/expansion-packs.md) - Extend BMAD to any domain beyond software development
363
-
364
- ### Workflow Guides
365
-
366
- - 📚 [Universal BMAD Workflow Guide](docs/bmad-workflow-guide.md) - Core workflow that applies to all IDEs
367
- - 🏗️ [Working in the Brownfield Guide](docs/working-in-the-brownfield.md) - Complete guide for enhancing existing projects
368
- - 🎯 [Cursor Guide](docs/cursor-guide.md) - Complete workflow for Cursor users
369
- - 🤖 [Claude Code Guide](docs/claude-code-guide.md) - Complete workflow for Claude Code users
370
- - 🌊 [Windsurf Guide](docs/windsurf-guide.md) - Complete workflow for Windsurf users
371
- - 🦘 [Roo Code Guide](docs/roo-code-guide.md) - Complete workflow for Roo Code users
372
-
373
- ## Support
374
-
375
- - 💬 [Discord Community](https://discord.gg/g6ypHytrCB)
376
- - 📖 [Documentation](docs/)
377
- - 🐛 [Issue Tracker](https://github.com/bmadcode/bmad-method/issues)
378
- - 💬 [Discussions](https://github.com/bmadcode/bmad-method/discussions)
379
-
380
- ## License
381
-
382
- MIT License - see [LICENSE](LICENSE) for details.
383
-
384
- ## Version History
385
-
386
- - **Current**: [v4](https://github.com/bmadcode/bmad-method) - Complete framework rewrite with CLI installer, dynamic dependencies, and expansion packs
387
- - **Previous Versions**:
388
- - [Version 3](https://github.com/bmadcode/BMAD-METHOD/tree/V3) - Introduced the unified BMAD Agent and Gemini optimization
389
- - [Version 2](https://github.com/bmadcode/BMAD-METHOD/tree/V2) - Added web agents and template separation
390
- - [Version 1](https://github.com/bmadcode/BMAD-METHOD/tree/V1) - Original 7-file proof of concept
391
-
392
- See [versions.md](docs/versions.md) for detailed version history and migration guides.
393
-
394
- ## Author
395
-
396
- Created by Brian (BMad) Madison
397
-
398
- ---
357
+ npm run build # rebuild the dist folder
358
+ npm run install:bmad # build and install all to a destination folder
359
+ ```
399
360
 
400
361
  [![Contributors](https://contrib.rocks/image?repo=bmadcode/bmad-method)](https://github.com/bmadcode/bmad-method/graphs/contributors)
401
362
 
@@ -50,7 +50,7 @@ task-execution:
50
50
  updates-ONLY:
51
51
  - "Checkboxes: [ ] not started | [-] in progress | [x] complete"
52
52
  - "Debug Log: | Task | File | Change | Reverted? |"
53
- - "Completion Notes: Deviations only, <50 words"
53
+ - "Completion Notes: Deviations from AC or tasks during execution only, <50 words"
54
54
  - "Change Log: Requirement changes only"
55
55
  - "File List: CRITICAL - Maintain complete list of ALL files created/modified during implementation"
56
56
  blocking: "Unapproved deps | Ambiguous after story check | 3 failures | Missing config | Failing validations"
@@ -719,7 +719,7 @@ Expansion packs extend BMAD-METHOD beyond traditional software development into
719
719
  ### Using Expansion Packs
720
720
 
721
721
  1. **Browse Available Packs**: Check `expansion-packs/` directory
722
- 2. **Get Inspiration**: See `docs/expansion-pack-ideas.md` for detailed examples
722
+ 2. **Get Inspiration**: See `docs/expansion-packs.md` for detailed examples and ideas
723
723
  3. **Install via CLI**:
724
724
  ```bash
725
725
  npx bmad-method install
@@ -19,21 +19,21 @@ workflow:
19
19
  notes: "Review existing documentation, codebase structure, and identify integration points. Document current system understanding before proceeding."
20
20
 
21
21
  - agent: pm
22
- creates: brownfield-prd.md
22
+ creates: prd.md
23
23
  uses: brownfield-prd-tmpl
24
24
  requires: existing_project_analysis
25
- notes: "Creates comprehensive brownfield PRD with existing system analysis and enhancement planning. SAVE OUTPUT: Copy final brownfield-prd.md to your project's docs/ folder."
25
+ notes: "Creates comprehensive PRD with existing system analysis and enhancement planning. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder."
26
26
 
27
27
  - agent: architect
28
- creates: brownfield-architecture.md
28
+ creates: architecture.md
29
29
  uses: brownfield-architecture-tmpl
30
- requires: brownfield-prd.md
31
- notes: "Creates brownfield architecture with integration strategy and existing system constraints. SAVE OUTPUT: Copy final brownfield-architecture.md to your project's docs/ folder."
30
+ requires: prd.md
31
+ notes: "Creates architecture with integration strategy and existing system constraints. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
32
32
 
33
33
  - agent: po
34
34
  validates: all_artifacts
35
35
  uses: po-master-checklist
36
- notes: "Validates all brownfield documents for integration safety and completeness. May require updates to any document."
36
+ notes: "Validates all documents for integration safety and completeness. May require updates to any document."
37
37
 
38
38
  - agent: various
39
39
  updates: any_flagged_documents
@@ -83,8 +83,8 @@ workflow:
83
83
  ```mermaid
84
84
  graph TD
85
85
  A[Start: Brownfield Enhancement] --> B[analyst: analyze existing project]
86
- B --> C[pm: brownfield-prd.md]
87
- C --> D[architect: brownfield-architecture.md]
86
+ B --> C[pm: prd.md]
87
+ C --> D[architect: architecture.md]
88
88
  D --> E[po: validate with po-master-checklist]
89
89
  E --> F{PO finds issues?}
90
90
  F -->|Yes| G[Return to relevant agent for fixes]
@@ -105,8 +105,8 @@ workflow:
105
105
  - Multiple team members will work on related changes
106
106
 
107
107
  handoff_prompts:
108
- analyst_to_pm: "Existing project analysis complete. Create comprehensive brownfield PRD with integration strategy."
109
- pm_to_architect: "Brownfield PRD ready. Save it as docs/brownfield-prd.md, then create the integration architecture."
110
- architect_to_po: "Architecture complete. Save it as docs/brownfield-architecture.md. Please validate all artifacts for integration safety."
108
+ analyst_to_pm: "Existing project analysis complete. Create comprehensive PRD with integration strategy."
109
+ pm_to_architect: "PRD ready. Save it as docs/prd.md, then create the integration architecture."
110
+ architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for integration safety."
111
111
  po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
112
- complete: "All brownfield planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
112
+ complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."