bmad-method 4.5.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.5.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.5.0...v4.5.1) (2025-06-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* docs had some ide specific errors ([a954c7e](https://github.com/bmadcode/BMAD-METHOD/commit/a954c7e24284a6637483a9e47fc63a8f9d7dfbad))
|
|
7
|
+
|
|
1
8
|
# [4.5.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.4.2...v4.5.0) (2025-06-17)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Claude Code as you
|
|
|
6
6
|
|
|
7
7
|
1. Navigate to your project directory
|
|
8
8
|
2. Run the BMAD installer:
|
|
9
|
+
|
|
9
10
|
```bash
|
|
10
11
|
npx bmad-method install
|
|
11
12
|
```
|
|
13
|
+
|
|
12
14
|
3. When prompted:
|
|
13
15
|
- **Installation Type**: Choose "Complete installation (recommended)"
|
|
14
16
|
- **IDE**: Select "Claude Code"
|
|
@@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.claude/commands` fold
|
|
|
17
19
|
|
|
18
20
|
## Step 2: Set Up Team Fullstack in Gemini
|
|
19
21
|
|
|
20
|
-
For ideation and planning, use Google's Gemini with the team-fullstack configuration:
|
|
22
|
+
For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration:
|
|
21
23
|
|
|
22
|
-
1. Open [Google
|
|
23
|
-
2. Create a new
|
|
24
|
-
3. Copy the contents of
|
|
24
|
+
1. Open [Google gems](https://gemini.google.com/gems/view)
|
|
25
|
+
2. Create a new Gem - give it a title and description
|
|
26
|
+
3. Copy the contents of `.<install location>/web-bundles/teams/team-fullstack.txt`
|
|
25
27
|
4. Paste this content into Gemini to set up the team
|
|
26
28
|
|
|
27
29
|
### Gemini Planning Phase
|
package/docs/cursor-guide.md
CHANGED
|
@@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Cursor as your AI-
|
|
|
6
6
|
|
|
7
7
|
1. Navigate to your project directory
|
|
8
8
|
2. Run the BMAD installer:
|
|
9
|
+
|
|
9
10
|
```bash
|
|
10
11
|
npx bmad-method install
|
|
11
12
|
```
|
|
13
|
+
|
|
12
14
|
3. When prompted:
|
|
13
15
|
- **Installation Type**: Choose "Complete installation (recommended)"
|
|
14
16
|
- **IDE**: Select "Cursor"
|
|
@@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.cursor/rules` folder
|
|
|
17
19
|
|
|
18
20
|
## Step 2: Set Up Team Fullstack in Gemini
|
|
19
21
|
|
|
20
|
-
For ideation and planning, use Google's Gemini with the team-fullstack configuration:
|
|
22
|
+
For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration:
|
|
21
23
|
|
|
22
|
-
1. Open [Google
|
|
23
|
-
2. Create a new
|
|
24
|
-
3. Copy the contents of
|
|
24
|
+
1. Open [Google gems](https://gemini.google.com/gems/view)
|
|
25
|
+
2. Create a new Gem - give it a title and description
|
|
26
|
+
3. Copy the contents of `.<install location>/web-bundles/teams/team-fullstack.txt`
|
|
25
27
|
4. Paste this content into Gemini to set up the team
|
|
26
28
|
|
|
27
29
|
### Gemini Planning Phase
|
|
@@ -101,6 +103,8 @@ All BMAD agents are available as Cursor rules (use `@` prefix):
|
|
|
101
103
|
- `@po` - Product owner for prioritization
|
|
102
104
|
- `@ux-expert` - UX specialist for design
|
|
103
105
|
|
|
106
|
+
Alternatively, and more performance - you can copy the contents of an agent file into a custom mode - see the cursor docs on how to use custom agents.
|
|
107
|
+
|
|
104
108
|
## Cursor-Specific Features
|
|
105
109
|
|
|
106
110
|
- **Agent rules are stored in**: `.cursor/rules/` as `.mdc` files
|
package/docs/roo-code-guide.md
CHANGED
|
@@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Roo Code as your A
|
|
|
6
6
|
|
|
7
7
|
1. Navigate to your project directory
|
|
8
8
|
2. Run the BMAD installer:
|
|
9
|
+
|
|
9
10
|
```bash
|
|
10
11
|
npx bmad-method install
|
|
11
12
|
```
|
|
13
|
+
|
|
12
14
|
3. When prompted:
|
|
13
15
|
- **Installation Type**: Choose "Complete installation (recommended)"
|
|
14
16
|
- **IDE**: Select "Roo Code"
|
|
@@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.roomodes` file (in th
|
|
|
17
19
|
|
|
18
20
|
## Step 2: Set Up Team Fullstack in Gemini
|
|
19
21
|
|
|
20
|
-
For ideation and planning, use Google's Gemini with the team-fullstack configuration:
|
|
22
|
+
For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration:
|
|
21
23
|
|
|
22
|
-
1. Open [Google
|
|
23
|
-
2. Create a new
|
|
24
|
-
3. Copy the contents of
|
|
24
|
+
1. Open [Google gems](https://gemini.google.com/gems/view)
|
|
25
|
+
2. Create a new Gem - give it a title and description
|
|
26
|
+
3. Copy the contents of `.<install location>/web-bundles/teams/team-fullstack.txt`
|
|
25
27
|
4. Paste this content into Gemini to set up the team
|
|
26
28
|
|
|
27
29
|
### Gemini Planning Phase
|
package/docs/windsurf-guide.md
CHANGED
|
@@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Windsurf as your A
|
|
|
6
6
|
|
|
7
7
|
1. Navigate to your project directory
|
|
8
8
|
2. Run the BMAD installer:
|
|
9
|
+
|
|
9
10
|
```bash
|
|
10
11
|
npx bmad-method install
|
|
11
12
|
```
|
|
13
|
+
|
|
12
14
|
3. When prompted:
|
|
13
15
|
- **Installation Type**: Choose "Complete installation (recommended)"
|
|
14
16
|
- **IDE**: Select "Windsurf"
|
|
@@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.windsurf/rules` folde
|
|
|
17
19
|
|
|
18
20
|
## Step 2: Set Up Team Fullstack in Gemini
|
|
19
21
|
|
|
20
|
-
For ideation and planning, use Google's Gemini with the team-fullstack configuration:
|
|
22
|
+
For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration:
|
|
21
23
|
|
|
22
|
-
1. Open [Google
|
|
23
|
-
2. Create a new
|
|
24
|
-
3. Copy the contents of
|
|
24
|
+
1. Open [Google gems](https://gemini.google.com/gems/view)
|
|
25
|
+
2. Create a new Gem - give it a title and description
|
|
26
|
+
3. Copy the contents of `.<install location>/web-bundles/teams/team-fullstack.txt`
|
|
25
27
|
4. Paste this content into Gemini to set up the team
|
|
26
28
|
|
|
27
29
|
### Gemini Planning Phase
|
package/package.json
CHANGED