bmad-method 4.44.1 → 4.44.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/.github/ISSUE_TEMPLATE/config.yml +5 -0
- package/.github/workflows/manual-release.yaml +1 -1
- package/README.md +38 -42
- package/dist/agents/analyst.txt +2 -10
- package/dist/agents/architect.txt +5 -11
- package/dist/agents/bmad-master.txt +13 -37
- package/dist/agents/bmad-orchestrator.txt +0 -7
- package/dist/agents/dev.txt +1 -6
- package/dist/agents/pm.txt +0 -10
- package/dist/agents/po.txt +1 -7
- package/dist/agents/qa.txt +4 -8
- package/dist/agents/sm.txt +0 -4
- package/dist/agents/ux-expert.txt +0 -4
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +0 -6
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +0 -3
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +0 -3
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +2 -25
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +0 -9
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +0 -8
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1 -4
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +0 -4
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +3 -35
- package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +0 -9
- package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +0 -8
- package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +0 -7
- package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +0 -8
- package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +0 -10
- package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +0 -8
- package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +0 -7
- package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +0 -9
- package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +0 -85
- package/dist/expansion-packs/bmad-godot-game-dev/agents/game-qa.txt +4 -1
- package/dist/expansion-packs/bmad-godot-game-dev/teams/godot-game-team.txt +4 -1
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +0 -5
- package/dist/teams/team-all.txt +27 -58
- package/dist/teams/team-fullstack.txt +23 -46
- package/dist/teams/team-ide-minimal.txt +5 -27
- package/dist/teams/team-no-ui.txt +12 -34
- package/package.json +1 -1
- package/tools/installer/bin/bmad.js +7 -0
- package/tools/installer/config/install.config.yaml +7 -7
- package/tools/installer/lib/ide-setup.js +68 -76
- package/tools/installer/package.json +1 -1
- package/release_notes.md +0 -54
package/README.md
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
|
-
# BMAD-METHOD™: Universal AI Agent Framework
|
|
1
|
+
# BMAD-METHOD™: Universal AI Agent Framework (v4 - Stable)
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/bmad-method)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
6
|
[](https://discord.gg/gk8jAdXWmj)
|
|
7
7
|
|
|
8
|
+
> ## 🚨 **v4 STABLE - NO NEW FEATURES** 🚨
|
|
9
|
+
>
|
|
10
|
+
> This is the **stable, production-ready v4 version** of BMad Method. It will receive **critical patches only** - no new features will be added.
|
|
11
|
+
>
|
|
12
|
+
> **Install v4 Stable:** `npx bmad-method install`
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 🆕 Want to Try v6 Alpha?
|
|
17
|
+
|
|
18
|
+
**BMad v6** is under active development with major improvements:
|
|
19
|
+
|
|
20
|
+
- Scale-adaptive workflows (Levels 0-4)
|
|
21
|
+
- Project-adaptive architecture
|
|
22
|
+
- Enhanced module system (BMM, BMB, CIS)
|
|
23
|
+
- Update-safe customization
|
|
24
|
+
|
|
25
|
+
**[View v6 Documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/main)** | **Install:** `npx bmad-method@alpha install`
|
|
26
|
+
|
|
27
|
+
> **Note:** v6 is in alpha - stable enough for testing but not production-ready yet.
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
8
31
|
Foundations in Agentic Agile Driven Development, known as the Breakthrough Method of Agile AI-Driven Development, yet 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
32
|
|
|
10
33
|
**[Subscribe to BMadCode on YouTube](https://www.youtube.com/@BMadCode?sub_confirmation=1)**
|
|
@@ -47,43 +70,37 @@ This two-phase approach eliminates both **planning inconsistency** and **context
|
|
|
47
70
|
- **[Understand the architecture](docs/core-architecture.md)** → Technical deep dive
|
|
48
71
|
- **[Join the community](https://discord.gg/gk8jAdXWmj)** → Get help and share ideas
|
|
49
72
|
|
|
50
|
-
## Important: Keep Your
|
|
73
|
+
## Important: Keep Your v4 Installation Updated
|
|
51
74
|
|
|
52
|
-
**Stay up-to-date
|
|
75
|
+
**Stay up-to-date with v4 patches!** If you already have BMAD-METHOD™ v4 installed in your project, run:
|
|
53
76
|
|
|
54
77
|
```bash
|
|
55
78
|
npx bmad-method install
|
|
56
|
-
# OR
|
|
57
|
-
git pull
|
|
58
|
-
npm run install:bmad
|
|
59
79
|
```
|
|
60
80
|
|
|
61
81
|
This will:
|
|
62
82
|
|
|
63
83
|
- ✅ Automatically detect your existing v4 installation
|
|
64
|
-
- ✅ Update only the files that have changed
|
|
84
|
+
- ✅ Update only the files that have changed (critical patches only)
|
|
65
85
|
- ✅ Create `.bak` backup files for any custom modifications you've made
|
|
66
86
|
- ✅ Preserve your project-specific configurations
|
|
67
87
|
|
|
68
|
-
|
|
88
|
+
> **Remember:** v4 receives critical patches only. For new features, try [v6 alpha](#-want-to-try-v6-alpha).
|
|
69
89
|
|
|
70
|
-
## Quick Start
|
|
90
|
+
## Quick Start (v4 Stable)
|
|
71
91
|
|
|
72
|
-
### One Command
|
|
92
|
+
### One Command Installation
|
|
73
93
|
|
|
74
|
-
**
|
|
94
|
+
**Install v4 stable version:**
|
|
75
95
|
|
|
76
96
|
```bash
|
|
77
97
|
npx bmad-method install
|
|
78
|
-
# OR if you already have BMad installed:
|
|
79
|
-
git pull
|
|
80
|
-
npm run install:bmad
|
|
81
98
|
```
|
|
82
99
|
|
|
83
|
-
This
|
|
100
|
+
This command handles:
|
|
84
101
|
|
|
85
|
-
- **New installations** - Sets up BMad in your project
|
|
86
|
-
- **Upgrades** - Updates existing installations
|
|
102
|
+
- **New installations** - Sets up BMad v4 in your project
|
|
103
|
+
- **Upgrades** - Updates existing v4 installations with patches
|
|
87
104
|
- **Expansion packs** - Installs any expansion packs you've added to package.json
|
|
88
105
|
|
|
89
106
|
> **That's it!** Whether you're installing for the first time, upgrading, or adding expansion packs - these commands do everything.
|
|
@@ -99,10 +116,11 @@ This single command handles:
|
|
|
99
116
|
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
117
|
6. **When to move 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
|
|
101
118
|
|
|
102
|
-
### Alternative: Clone
|
|
119
|
+
### Alternative: Clone v4 Branch
|
|
103
120
|
|
|
104
121
|
```bash
|
|
105
|
-
git clone https://github.com/
|
|
122
|
+
git clone -b V4 https://github.com/bmad-code-org/BMAD-METHOD.git
|
|
123
|
+
cd BMAD-METHOD
|
|
106
124
|
npm run install:bmad # build and install all to a destination folder
|
|
107
125
|
```
|
|
108
126
|
|
|
@@ -126,29 +144,7 @@ BMAD™'s natural language framework works in ANY domain. Expansion packs provid
|
|
|
126
144
|
|
|
127
145
|
## Contributing
|
|
128
146
|
|
|
129
|
-
**
|
|
130
|
-
|
|
131
|
-
📋 **[Read CONTRIBUTING.md](CONTRIBUTING.md)** - Complete guide to contributing, including guidelines, process, and requirements
|
|
132
|
-
|
|
133
|
-
### Working with Forks
|
|
134
|
-
|
|
135
|
-
When you fork this repository, CI/CD workflows are **disabled by default** to save resources. This is intentional and helps keep your fork clean.
|
|
136
|
-
|
|
137
|
-
#### Need CI/CD in Your Fork?
|
|
138
|
-
|
|
139
|
-
See our [Fork CI/CD Guide](.github/FORK_GUIDE.md) for instructions on enabling workflows in your fork.
|
|
140
|
-
|
|
141
|
-
#### Contributing Workflow
|
|
142
|
-
|
|
143
|
-
1. **Fork the repository** - Click the Fork button on GitHub
|
|
144
|
-
2. **Clone your fork** - `git clone https://github.com/YOUR-USERNAME/BMAD-METHOD.git`
|
|
145
|
-
3. **Create a feature branch** - `git checkout -b feature/amazing-feature`
|
|
146
|
-
4. **Make your changes** - Test locally with `npm test`
|
|
147
|
-
5. **Commit your changes** - `git commit -m 'feat: add amazing feature'`
|
|
148
|
-
6. **Push to your fork** - `git push origin feature/amazing-feature`
|
|
149
|
-
7. **Open a Pull Request** - CI/CD will run automatically on the PR
|
|
150
|
-
|
|
151
|
-
Your contributions are tested when you submit a PR - no need to enable CI in your fork!
|
|
147
|
+
**v4 is frozen** - only critical patches accepted. For new features and contributions, please work on **[v6 (main branch)](https://github.com/bmad-code-org/BMAD-METHOD/tree/main)**.
|
|
152
148
|
|
|
153
149
|
## License
|
|
154
150
|
|
package/dist/agents/analyst.txt
CHANGED
|
@@ -105,7 +105,6 @@ dependencies:
|
|
|
105
105
|
|
|
106
106
|
==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
|
|
107
107
|
<!-- Powered by BMAD™ Core -->
|
|
108
|
-
|
|
109
108
|
# Advanced Elicitation Task
|
|
110
109
|
|
|
111
110
|
## Purpose
|
|
@@ -227,7 +226,6 @@ Choose a number (0-8) or 9 to proceed:
|
|
|
227
226
|
|
|
228
227
|
==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
|
|
229
228
|
<!-- Powered by BMAD™ Core -->
|
|
230
|
-
|
|
231
229
|
# Create Deep Research Prompt Task
|
|
232
230
|
|
|
233
231
|
This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
|
|
@@ -510,7 +508,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
|
|
|
510
508
|
|
|
511
509
|
==================== START: .bmad-core/tasks/create-doc.md ====================
|
|
512
510
|
<!-- Powered by BMAD™ Core -->
|
|
513
|
-
|
|
514
511
|
# Create Document from Template (YAML Driven)
|
|
515
512
|
|
|
516
513
|
## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
|
|
@@ -616,7 +613,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
|
|
|
616
613
|
|
|
617
614
|
==================== START: .bmad-core/tasks/document-project.md ====================
|
|
618
615
|
<!-- Powered by BMAD™ Core -->
|
|
619
|
-
|
|
620
616
|
# Document an Existing Project
|
|
621
617
|
|
|
622
618
|
## Purpose
|
|
@@ -963,11 +959,10 @@ Apply the advanced elicitation task after major sections to refine based on user
|
|
|
963
959
|
==================== END: .bmad-core/tasks/document-project.md ====================
|
|
964
960
|
|
|
965
961
|
==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
|
|
966
|
-
|
|
967
|
-
|
|
962
|
+
<!-- Powered by BMAD™ Core -->
|
|
963
|
+
---
|
|
968
964
|
docOutputLocation: docs/brainstorming-session-results.md
|
|
969
965
|
template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
|
|
970
|
-
|
|
971
966
|
---
|
|
972
967
|
|
|
973
968
|
# Facilitate Brainstorming Session Task
|
|
@@ -2055,7 +2050,6 @@ sections:
|
|
|
2055
2050
|
|
|
2056
2051
|
==================== START: .bmad-core/data/bmad-kb.md ====================
|
|
2057
2052
|
<!-- Powered by BMAD™ Core -->
|
|
2058
|
-
|
|
2059
2053
|
# BMAD™ Knowledge Base
|
|
2060
2054
|
|
|
2061
2055
|
## Overview
|
|
@@ -2158,7 +2152,6 @@ npx bmad-method install
|
|
|
2158
2152
|
- **Cline**: VS Code extension with AI features
|
|
2159
2153
|
- **Roo Code**: Web-based IDE with agent support
|
|
2160
2154
|
- **GitHub Copilot**: VS Code extension with AI peer programming assistant
|
|
2161
|
-
- **Auggie CLI (Augment Code)**: AI-powered development environment
|
|
2162
2155
|
|
|
2163
2156
|
**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
|
|
2164
2157
|
|
|
@@ -2867,7 +2860,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
2867
2860
|
|
|
2868
2861
|
==================== START: .bmad-core/data/brainstorming-techniques.md ====================
|
|
2869
2862
|
<!-- Powered by BMAD™ Core -->
|
|
2870
|
-
|
|
2871
2863
|
# Brainstorming Techniques Data
|
|
2872
2864
|
|
|
2873
2865
|
## Creative Expansion
|
|
@@ -106,7 +106,6 @@ dependencies:
|
|
|
106
106
|
|
|
107
107
|
==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
|
|
108
108
|
<!-- Powered by BMAD™ Core -->
|
|
109
|
-
|
|
110
109
|
# Create Deep Research Prompt Task
|
|
111
110
|
|
|
112
111
|
This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
|
|
@@ -389,7 +388,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
|
|
|
389
388
|
|
|
390
389
|
==================== START: .bmad-core/tasks/create-doc.md ====================
|
|
391
390
|
<!-- Powered by BMAD™ Core -->
|
|
392
|
-
|
|
393
391
|
# Create Document from Template (YAML Driven)
|
|
394
392
|
|
|
395
393
|
## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
|
|
@@ -495,7 +493,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
|
|
|
495
493
|
|
|
496
494
|
==================== START: .bmad-core/tasks/document-project.md ====================
|
|
497
495
|
<!-- Powered by BMAD™ Core -->
|
|
498
|
-
|
|
499
496
|
# Document an Existing Project
|
|
500
497
|
|
|
501
498
|
## Purpose
|
|
@@ -843,7 +840,6 @@ Apply the advanced elicitation task after major sections to refine based on user
|
|
|
843
840
|
|
|
844
841
|
==================== START: .bmad-core/tasks/execute-checklist.md ====================
|
|
845
842
|
<!-- Powered by BMAD™ Core -->
|
|
846
|
-
|
|
847
843
|
# Checklist Validation Task
|
|
848
844
|
|
|
849
845
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
@@ -1698,8 +1694,8 @@ sections:
|
|
|
1698
1694
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
1699
1695
|
- **Performance Impact:** {{performance_constraints}}
|
|
1700
1696
|
|
|
1701
|
-
- id: tech-stack
|
|
1702
|
-
title: Tech Stack
|
|
1697
|
+
- id: tech-stack-alignment
|
|
1698
|
+
title: Tech Stack Alignment
|
|
1703
1699
|
instruction: |
|
|
1704
1700
|
Ensure new components align with existing technology choices:
|
|
1705
1701
|
|
|
@@ -1861,8 +1857,8 @@ sections:
|
|
|
1861
1857
|
|
|
1862
1858
|
**Error Handling:** {{error_handling_strategy}}
|
|
1863
1859
|
|
|
1864
|
-
- id: source-tree
|
|
1865
|
-
title: Source Tree
|
|
1860
|
+
- id: source-tree-integration
|
|
1861
|
+
title: Source Tree Integration
|
|
1866
1862
|
instruction: |
|
|
1867
1863
|
Define how new code will integrate with existing project structure:
|
|
1868
1864
|
|
|
@@ -1931,7 +1927,7 @@ sections:
|
|
|
1931
1927
|
**Monitoring:** {{monitoring_approach}}
|
|
1932
1928
|
|
|
1933
1929
|
- id: coding-standards
|
|
1934
|
-
title: Coding Standards
|
|
1930
|
+
title: Coding Standards and Conventions
|
|
1935
1931
|
instruction: |
|
|
1936
1932
|
Ensure new code follows existing project conventions:
|
|
1937
1933
|
|
|
@@ -3117,7 +3113,6 @@ sections:
|
|
|
3117
3113
|
|
|
3118
3114
|
==================== START: .bmad-core/checklists/architect-checklist.md ====================
|
|
3119
3115
|
<!-- Powered by BMAD™ Core -->
|
|
3120
|
-
|
|
3121
3116
|
# Architect Solution Validation Checklist
|
|
3122
3117
|
|
|
3123
3118
|
This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
|
|
@@ -3560,7 +3555,6 @@ After presenting the report, ask the user if they would like detailed analysis o
|
|
|
3560
3555
|
|
|
3561
3556
|
==================== START: .bmad-core/data/technical-preferences.md ====================
|
|
3562
3557
|
<!-- Powered by BMAD™ Core -->
|
|
3563
|
-
|
|
3564
3558
|
# User-Defined Preferred Patterns and Preferences
|
|
3565
3559
|
|
|
3566
3560
|
None Listed
|
|
@@ -117,18 +117,17 @@ dependencies:
|
|
|
117
117
|
- project-brief-tmpl.yaml
|
|
118
118
|
- story-tmpl.yaml
|
|
119
119
|
workflows:
|
|
120
|
-
- brownfield-fullstack.
|
|
121
|
-
- brownfield-service.
|
|
122
|
-
- brownfield-ui.
|
|
123
|
-
- greenfield-fullstack.
|
|
124
|
-
- greenfield-service.
|
|
125
|
-
- greenfield-ui.
|
|
120
|
+
- brownfield-fullstack.md
|
|
121
|
+
- brownfield-service.md
|
|
122
|
+
- brownfield-ui.md
|
|
123
|
+
- greenfield-fullstack.md
|
|
124
|
+
- greenfield-service.md
|
|
125
|
+
- greenfield-ui.md
|
|
126
126
|
```
|
|
127
127
|
==================== END: .bmad-core/agents/bmad-master.md ====================
|
|
128
128
|
|
|
129
129
|
==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
|
|
130
130
|
<!-- Powered by BMAD™ Core -->
|
|
131
|
-
|
|
132
131
|
# Advanced Elicitation Task
|
|
133
132
|
|
|
134
133
|
## Purpose
|
|
@@ -250,7 +249,6 @@ Choose a number (0-8) or 9 to proceed:
|
|
|
250
249
|
|
|
251
250
|
==================== START: .bmad-core/tasks/brownfield-create-epic.md ====================
|
|
252
251
|
<!-- Powered by BMAD™ Core -->
|
|
253
|
-
|
|
254
252
|
# Create Brownfield Epic Task
|
|
255
253
|
|
|
256
254
|
## Purpose
|
|
@@ -415,7 +413,6 @@ The epic creation is successful when:
|
|
|
415
413
|
|
|
416
414
|
==================== START: .bmad-core/tasks/brownfield-create-story.md ====================
|
|
417
415
|
<!-- Powered by BMAD™ Core -->
|
|
418
|
-
|
|
419
416
|
# Create Brownfield Story Task
|
|
420
417
|
|
|
421
418
|
## Purpose
|
|
@@ -567,7 +564,6 @@ The story creation is successful when:
|
|
|
567
564
|
|
|
568
565
|
==================== START: .bmad-core/tasks/correct-course.md ====================
|
|
569
566
|
<!-- Powered by BMAD™ Core -->
|
|
570
|
-
|
|
571
567
|
# Correct Course Task
|
|
572
568
|
|
|
573
569
|
## Purpose
|
|
@@ -642,7 +638,6 @@ The story creation is successful when:
|
|
|
642
638
|
|
|
643
639
|
==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
|
|
644
640
|
<!-- Powered by BMAD™ Core -->
|
|
645
|
-
|
|
646
641
|
# Create Deep Research Prompt Task
|
|
647
642
|
|
|
648
643
|
This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
|
|
@@ -925,7 +920,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
|
|
|
925
920
|
|
|
926
921
|
==================== START: .bmad-core/tasks/create-doc.md ====================
|
|
927
922
|
<!-- Powered by BMAD™ Core -->
|
|
928
|
-
|
|
929
923
|
# Create Document from Template (YAML Driven)
|
|
930
924
|
|
|
931
925
|
## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
|
|
@@ -1031,7 +1025,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
|
|
|
1031
1025
|
|
|
1032
1026
|
==================== START: .bmad-core/tasks/create-next-story.md ====================
|
|
1033
1027
|
<!-- Powered by BMAD™ Core -->
|
|
1034
|
-
|
|
1035
1028
|
# Create Next Story Task
|
|
1036
1029
|
|
|
1037
1030
|
## Purpose
|
|
@@ -1148,7 +1141,6 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]`
|
|
|
1148
1141
|
|
|
1149
1142
|
==================== START: .bmad-core/tasks/document-project.md ====================
|
|
1150
1143
|
<!-- Powered by BMAD™ Core -->
|
|
1151
|
-
|
|
1152
1144
|
# Document an Existing Project
|
|
1153
1145
|
|
|
1154
1146
|
## Purpose
|
|
@@ -1496,7 +1488,6 @@ Apply the advanced elicitation task after major sections to refine based on user
|
|
|
1496
1488
|
|
|
1497
1489
|
==================== START: .bmad-core/tasks/execute-checklist.md ====================
|
|
1498
1490
|
<!-- Powered by BMAD™ Core -->
|
|
1499
|
-
|
|
1500
1491
|
# Checklist Validation Task
|
|
1501
1492
|
|
|
1502
1493
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
@@ -1586,11 +1577,10 @@ The LLM will:
|
|
|
1586
1577
|
==================== END: .bmad-core/tasks/execute-checklist.md ====================
|
|
1587
1578
|
|
|
1588
1579
|
==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
|
|
1589
|
-
|
|
1590
|
-
|
|
1580
|
+
<!-- Powered by BMAD™ Core -->
|
|
1581
|
+
---
|
|
1591
1582
|
docOutputLocation: docs/brainstorming-session-results.md
|
|
1592
1583
|
template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
|
|
1593
|
-
|
|
1594
1584
|
---
|
|
1595
1585
|
|
|
1596
1586
|
# Facilitate Brainstorming Session Task
|
|
@@ -1728,7 +1718,6 @@ Generate structured document with these sections:
|
|
|
1728
1718
|
|
|
1729
1719
|
==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
|
|
1730
1720
|
<!-- Powered by BMAD™ Core -->
|
|
1731
|
-
|
|
1732
1721
|
# Create AI Frontend Prompt Task
|
|
1733
1722
|
|
|
1734
1723
|
## Purpose
|
|
@@ -1784,7 +1773,6 @@ You will now synthesize the inputs and the above principles into a final, compre
|
|
|
1784
1773
|
|
|
1785
1774
|
==================== START: .bmad-core/tasks/index-docs.md ====================
|
|
1786
1775
|
<!-- Powered by BMAD™ Core -->
|
|
1787
|
-
|
|
1788
1776
|
# Index Documentation Task
|
|
1789
1777
|
|
|
1790
1778
|
## Purpose
|
|
@@ -1962,7 +1950,6 @@ Would you like to proceed with documentation indexing? Please provide the requir
|
|
|
1962
1950
|
|
|
1963
1951
|
==================== START: .bmad-core/tasks/shard-doc.md ====================
|
|
1964
1952
|
<!-- Powered by BMAD™ Core -->
|
|
1965
|
-
|
|
1966
1953
|
# Document Sharding Task
|
|
1967
1954
|
|
|
1968
1955
|
## Purpose
|
|
@@ -2916,8 +2903,8 @@ sections:
|
|
|
2916
2903
|
- **UI/UX Consistency:** {{ui_compatibility}}
|
|
2917
2904
|
- **Performance Impact:** {{performance_constraints}}
|
|
2918
2905
|
|
|
2919
|
-
- id: tech-stack
|
|
2920
|
-
title: Tech Stack
|
|
2906
|
+
- id: tech-stack-alignment
|
|
2907
|
+
title: Tech Stack Alignment
|
|
2921
2908
|
instruction: |
|
|
2922
2909
|
Ensure new components align with existing technology choices:
|
|
2923
2910
|
|
|
@@ -3079,8 +3066,8 @@ sections:
|
|
|
3079
3066
|
|
|
3080
3067
|
**Error Handling:** {{error_handling_strategy}}
|
|
3081
3068
|
|
|
3082
|
-
- id: source-tree
|
|
3083
|
-
title: Source Tree
|
|
3069
|
+
- id: source-tree-integration
|
|
3070
|
+
title: Source Tree Integration
|
|
3084
3071
|
instruction: |
|
|
3085
3072
|
Define how new code will integrate with existing project structure:
|
|
3086
3073
|
|
|
@@ -3149,7 +3136,7 @@ sections:
|
|
|
3149
3136
|
**Monitoring:** {{monitoring_approach}}
|
|
3150
3137
|
|
|
3151
3138
|
- id: coding-standards
|
|
3152
|
-
title: Coding Standards
|
|
3139
|
+
title: Coding Standards and Conventions
|
|
3153
3140
|
instruction: |
|
|
3154
3141
|
Ensure new code follows existing project conventions:
|
|
3155
3142
|
|
|
@@ -6110,7 +6097,6 @@ sections:
|
|
|
6110
6097
|
|
|
6111
6098
|
==================== START: .bmad-core/checklists/architect-checklist.md ====================
|
|
6112
6099
|
<!-- Powered by BMAD™ Core -->
|
|
6113
|
-
|
|
6114
6100
|
# Architect Solution Validation Checklist
|
|
6115
6101
|
|
|
6116
6102
|
This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
|
|
@@ -6553,7 +6539,6 @@ After presenting the report, ask the user if they would like detailed analysis o
|
|
|
6553
6539
|
|
|
6554
6540
|
==================== START: .bmad-core/checklists/change-checklist.md ====================
|
|
6555
6541
|
<!-- Powered by BMAD™ Core -->
|
|
6556
|
-
|
|
6557
6542
|
# Change Navigation Checklist
|
|
6558
6543
|
|
|
6559
6544
|
**Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
|
|
@@ -6740,7 +6725,6 @@ Keep it action-oriented and forward-looking.]]
|
|
|
6740
6725
|
|
|
6741
6726
|
==================== START: .bmad-core/checklists/pm-checklist.md ====================
|
|
6742
6727
|
<!-- Powered by BMAD™ Core -->
|
|
6743
|
-
|
|
6744
6728
|
# Product Manager (PM) Requirements Checklist
|
|
6745
6729
|
|
|
6746
6730
|
This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process.
|
|
@@ -7115,7 +7099,6 @@ After presenting the report, ask if the user wants:
|
|
|
7115
7099
|
|
|
7116
7100
|
==================== START: .bmad-core/checklists/po-master-checklist.md ====================
|
|
7117
7101
|
<!-- Powered by BMAD™ Core -->
|
|
7118
|
-
|
|
7119
7102
|
# Product Owner (PO) Master Validation Checklist
|
|
7120
7103
|
|
|
7121
7104
|
This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
|
|
@@ -7552,7 +7535,6 @@ After presenting the report, ask if the user wants:
|
|
|
7552
7535
|
|
|
7553
7536
|
==================== START: .bmad-core/checklists/story-dod-checklist.md ====================
|
|
7554
7537
|
<!-- Powered by BMAD™ Core -->
|
|
7555
|
-
|
|
7556
7538
|
# Story Definition of Done (DoD) Checklist
|
|
7557
7539
|
|
|
7558
7540
|
## Instructions for Developer Agent
|
|
@@ -7651,7 +7633,6 @@ Be honest - it's better to flag issues now than have them discovered later.]]
|
|
|
7651
7633
|
|
|
7652
7634
|
==================== START: .bmad-core/checklists/story-draft-checklist.md ====================
|
|
7653
7635
|
<!-- Powered by BMAD™ Core -->
|
|
7654
|
-
|
|
7655
7636
|
# Story Draft Checklist
|
|
7656
7637
|
|
|
7657
7638
|
The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
|
|
@@ -7809,7 +7790,6 @@ Be pragmatic - perfect documentation doesn't exist, but it must be enough to pro
|
|
|
7809
7790
|
|
|
7810
7791
|
==================== START: .bmad-core/data/bmad-kb.md ====================
|
|
7811
7792
|
<!-- Powered by BMAD™ Core -->
|
|
7812
|
-
|
|
7813
7793
|
# BMAD™ Knowledge Base
|
|
7814
7794
|
|
|
7815
7795
|
## Overview
|
|
@@ -7912,7 +7892,6 @@ npx bmad-method install
|
|
|
7912
7892
|
- **Cline**: VS Code extension with AI features
|
|
7913
7893
|
- **Roo Code**: Web-based IDE with agent support
|
|
7914
7894
|
- **GitHub Copilot**: VS Code extension with AI peer programming assistant
|
|
7915
|
-
- **Auggie CLI (Augment Code)**: AI-powered development environment
|
|
7916
7895
|
|
|
7917
7896
|
**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
|
|
7918
7897
|
|
|
@@ -8621,7 +8600,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
8621
8600
|
|
|
8622
8601
|
==================== START: .bmad-core/data/brainstorming-techniques.md ====================
|
|
8623
8602
|
<!-- Powered by BMAD™ Core -->
|
|
8624
|
-
|
|
8625
8603
|
# Brainstorming Techniques Data
|
|
8626
8604
|
|
|
8627
8605
|
## Creative Expansion
|
|
@@ -8662,7 +8640,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
8662
8640
|
|
|
8663
8641
|
==================== START: .bmad-core/data/elicitation-methods.md ====================
|
|
8664
8642
|
<!-- Powered by BMAD™ Core -->
|
|
8665
|
-
|
|
8666
8643
|
# Elicitation Methods Data
|
|
8667
8644
|
|
|
8668
8645
|
## Core Reflective Methods
|
|
@@ -8821,7 +8798,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
8821
8798
|
|
|
8822
8799
|
==================== START: .bmad-core/data/technical-preferences.md ====================
|
|
8823
8800
|
<!-- Powered by BMAD™ Core -->
|
|
8824
|
-
|
|
8825
8801
|
# User-Defined Preferred Patterns and Preferences
|
|
8826
8802
|
|
|
8827
8803
|
None Listed
|
|
@@ -168,7 +168,6 @@ dependencies:
|
|
|
168
168
|
|
|
169
169
|
==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
|
|
170
170
|
<!-- Powered by BMAD™ Core -->
|
|
171
|
-
|
|
172
171
|
# Advanced Elicitation Task
|
|
173
172
|
|
|
174
173
|
## Purpose
|
|
@@ -290,7 +289,6 @@ Choose a number (0-8) or 9 to proceed:
|
|
|
290
289
|
|
|
291
290
|
==================== START: .bmad-core/tasks/create-doc.md ====================
|
|
292
291
|
<!-- Powered by BMAD™ Core -->
|
|
293
|
-
|
|
294
292
|
# Create Document from Template (YAML Driven)
|
|
295
293
|
|
|
296
294
|
## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
|
|
@@ -396,7 +394,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
|
|
|
396
394
|
|
|
397
395
|
==================== START: .bmad-core/tasks/kb-mode-interaction.md ====================
|
|
398
396
|
<!-- Powered by BMAD™ Core -->
|
|
399
|
-
|
|
400
397
|
# KB Mode Interaction Task
|
|
401
398
|
|
|
402
399
|
## Purpose
|
|
@@ -476,7 +473,6 @@ Or ask me about anything else related to BMad-Method!
|
|
|
476
473
|
|
|
477
474
|
==================== START: .bmad-core/data/bmad-kb.md ====================
|
|
478
475
|
<!-- Powered by BMAD™ Core -->
|
|
479
|
-
|
|
480
476
|
# BMAD™ Knowledge Base
|
|
481
477
|
|
|
482
478
|
## Overview
|
|
@@ -579,7 +575,6 @@ npx bmad-method install
|
|
|
579
575
|
- **Cline**: VS Code extension with AI features
|
|
580
576
|
- **Roo Code**: Web-based IDE with agent support
|
|
581
577
|
- **GitHub Copilot**: VS Code extension with AI peer programming assistant
|
|
582
|
-
- **Auggie CLI (Augment Code)**: AI-powered development environment
|
|
583
578
|
|
|
584
579
|
**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
|
|
585
580
|
|
|
@@ -1288,7 +1283,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1288
1283
|
|
|
1289
1284
|
==================== START: .bmad-core/data/elicitation-methods.md ====================
|
|
1290
1285
|
<!-- Powered by BMAD™ Core -->
|
|
1291
|
-
|
|
1292
1286
|
# Elicitation Methods Data
|
|
1293
1287
|
|
|
1294
1288
|
## Core Reflective Methods
|
|
@@ -1447,7 +1441,6 @@ Use the **expansion-creator** pack to build your own:
|
|
|
1447
1441
|
|
|
1448
1442
|
==================== START: .bmad-core/utils/workflow-management.md ====================
|
|
1449
1443
|
<!-- Powered by BMAD™ Core -->
|
|
1450
|
-
|
|
1451
1444
|
# Workflow Management
|
|
1452
1445
|
|
|
1453
1446
|
Enables BMad orchestrator to manage and execute team workflows.
|
package/dist/agents/dev.txt
CHANGED
|
@@ -64,7 +64,6 @@ persona:
|
|
|
64
64
|
focus: Executing story tasks with precision, updating Dev Agent Record sections only, maintaining minimal context overhead
|
|
65
65
|
core_principles:
|
|
66
66
|
- CRITICAL: Story has ALL info you will need aside from what you loaded during the startup commands. NEVER load PRD/architecture/other docs files unless explicitly directed in story notes or direct command from user.
|
|
67
|
-
- CRITICAL: ALWAYS check current folder structure before starting your story tasks, don't create new working directory if it already exists. Create new one when you're sure it's a brand new project.
|
|
68
67
|
- CRITICAL: ONLY update story file Dev Agent Record sections (checkboxes/Debug Log/Completion Notes/Change Log)
|
|
69
68
|
- CRITICAL: FOLLOW THE develop-story command when the user tells you to implement the story
|
|
70
69
|
- Numbered Options - Always use numbered lists when presenting choices to the user
|
|
@@ -95,7 +94,6 @@ dependencies:
|
|
|
95
94
|
|
|
96
95
|
==================== START: .bmad-core/tasks/apply-qa-fixes.md ====================
|
|
97
96
|
<!-- Powered by BMAD™ Core -->
|
|
98
|
-
|
|
99
97
|
# apply-qa-fixes
|
|
100
98
|
|
|
101
99
|
Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file.
|
|
@@ -248,7 +246,6 @@ Fix plan:
|
|
|
248
246
|
|
|
249
247
|
==================== START: .bmad-core/tasks/execute-checklist.md ====================
|
|
250
248
|
<!-- Powered by BMAD™ Core -->
|
|
251
|
-
|
|
252
249
|
# Checklist Validation Task
|
|
253
250
|
|
|
254
251
|
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
@@ -339,7 +336,6 @@ The LLM will:
|
|
|
339
336
|
|
|
340
337
|
==================== START: .bmad-core/tasks/validate-next-story.md ====================
|
|
341
338
|
<!-- Powered by BMAD™ Core -->
|
|
342
|
-
|
|
343
339
|
# Validate Next Story Task
|
|
344
340
|
|
|
345
341
|
## Purpose
|
|
@@ -361,7 +357,7 @@ To comprehensively validate a story draft before implementation begins, ensuring
|
|
|
361
357
|
|
|
362
358
|
### 1. Template Completeness Validation
|
|
363
359
|
|
|
364
|
-
- Load
|
|
360
|
+
- Load `bmad-core/templates/story-tmpl.md` and extract all section headings from the template
|
|
365
361
|
- **Missing sections check**: Compare story sections against template sections to verify all required sections are present
|
|
366
362
|
- **Placeholder validation**: Ensure no template placeholders remain unfilled (e.g., `{{EpicNum}}`, `{{role}}`, `_TBD_`)
|
|
367
363
|
- **Agent section verification**: Confirm all sections from template exist for future agent use
|
|
@@ -478,7 +474,6 @@ Provide a structured validation report including:
|
|
|
478
474
|
|
|
479
475
|
==================== START: .bmad-core/checklists/story-dod-checklist.md ====================
|
|
480
476
|
<!-- Powered by BMAD™ Core -->
|
|
481
|
-
|
|
482
477
|
# Story Definition of Done (DoD) Checklist
|
|
483
478
|
|
|
484
479
|
## Instructions for Developer Agent
|