diff --git a/docs/claude-code-guide.md b/docs/claude-code-guide.md index 8f5a6bd0..9bec295a 100644 --- a/docs/claude-code-guide.md +++ b/docs/claude-code-guide.md @@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Claude Code as you 1. Navigate to your project directory 2. Run the BMAD installer: + ```bash npx bmad-method install ``` + 3. When prompted: - **Installation Type**: Choose "Complete installation (recommended)" - **IDE**: Select "Claude Code" @@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.claude/commands` fold ## Step 2: Set Up Team Fullstack in Gemini -For ideation and planning, use Google's Gemini with the team-fullstack configuration: +For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration: -1. Open [Google AI Studio (Gemini)](https://aistudio.google.com/) -2. Create a new chat -3. Copy the contents of `/Users/brianmadison/dev/BMAD-METHOD/.bmad-core/web-bundles/teams/team-fullstack.txt` +1. Open [Google gems](https://gemini.google.com/gems/view) +2. Create a new Gem - give it a title and description +3. Copy the contents of `./web-bundles/teams/team-fullstack.txt` 4. Paste this content into Gemini to set up the team ### Gemini Planning Phase diff --git a/docs/cursor-guide.md b/docs/cursor-guide.md index f37fc333..6ceacb07 100644 --- a/docs/cursor-guide.md +++ b/docs/cursor-guide.md @@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Cursor as your AI- 1. Navigate to your project directory 2. Run the BMAD installer: + ```bash npx bmad-method install ``` + 3. When prompted: - **Installation Type**: Choose "Complete installation (recommended)" - **IDE**: Select "Cursor" @@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.cursor/rules` folder ## Step 2: Set Up Team Fullstack in Gemini -For ideation and planning, use Google's Gemini with the team-fullstack configuration: +For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration: -1. Open [Google AI Studio (Gemini)](https://aistudio.google.com/) -2. Create a new chat -3. Copy the contents of `/Users/brianmadison/dev/BMAD-METHOD/.bmad-core/web-bundles/teams/team-fullstack.txt` +1. Open [Google gems](https://gemini.google.com/gems/view) +2. Create a new Gem - give it a title and description +3. Copy the contents of `./web-bundles/teams/team-fullstack.txt` 4. Paste this content into Gemini to set up the team ### Gemini Planning Phase @@ -101,6 +103,8 @@ All BMAD agents are available as Cursor rules (use `@` prefix): - `@po` - Product owner for prioritization - `@ux-expert` - UX specialist for design +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. + ## Cursor-Specific Features - **Agent rules are stored in**: `.cursor/rules/` as `.mdc` files diff --git a/docs/roo-code-guide.md b/docs/roo-code-guide.md index 065c8d48..2f11caed 100644 --- a/docs/roo-code-guide.md +++ b/docs/roo-code-guide.md @@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Roo Code as your A 1. Navigate to your project directory 2. Run the BMAD installer: + ```bash npx bmad-method install ``` + 3. When prompted: - **Installation Type**: Choose "Complete installation (recommended)" - **IDE**: Select "Roo Code" @@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.roomodes` file (in th ## Step 2: Set Up Team Fullstack in Gemini -For ideation and planning, use Google's Gemini with the team-fullstack configuration: +For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration: -1. Open [Google AI Studio (Gemini)](https://aistudio.google.com/) -2. Create a new chat -3. Copy the contents of `/Users/brianmadison/dev/BMAD-METHOD/.bmad-core/web-bundles/teams/team-fullstack.txt` +1. Open [Google gems](https://gemini.google.com/gems/view) +2. Create a new Gem - give it a title and description +3. Copy the contents of `./web-bundles/teams/team-fullstack.txt` 4. Paste this content into Gemini to set up the team ### Gemini Planning Phase diff --git a/docs/windsurf-guide.md b/docs/windsurf-guide.md index 9adad6bb..2359782a 100644 --- a/docs/windsurf-guide.md +++ b/docs/windsurf-guide.md @@ -6,9 +6,11 @@ This guide walks you through the complete BMAD workflow using Windsurf as your A 1. Navigate to your project directory 2. Run the BMAD installer: + ```bash npx bmad-method install ``` + 3. When prompted: - **Installation Type**: Choose "Complete installation (recommended)" - **IDE**: Select "Windsurf" @@ -17,11 +19,11 @@ This creates a `.bmad-core` folder with all agents and a `.windsurf/rules` folde ## Step 2: Set Up Team Fullstack in Gemini -For ideation and planning, use Google's Gemini with the team-fullstack configuration: +For ideation and planning, use Google's Gemini Custom Gem with the team-fullstack configuration: -1. Open [Google AI Studio (Gemini)](https://aistudio.google.com/) -2. Create a new chat -3. Copy the contents of `/Users/brianmadison/dev/BMAD-METHOD/.bmad-core/web-bundles/teams/team-fullstack.txt` +1. Open [Google gems](https://gemini.google.com/gems/view) +2. Create a new Gem - give it a title and description +3. Copy the contents of `./web-bundles/teams/team-fullstack.txt` 4. Paste this content into Gemini to set up the team ### Gemini Planning Phase