fix: enhanced user guide with better diagrams
This commit is contained in:
@@ -6,8 +6,9 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **Claude Code** as your IDE. This creates:
|
||||
|
||||
- `.bmad-core/` folder with all agents
|
||||
- `.claude/commands/BMad` folder with agent command files (`.md`)
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- `.claude/commands/BMad/agents` folder with agent command files (`.md`)
|
||||
- `.claude/commands/BMad/tasks` folder with stand alone task files (`.md`)
|
||||
|
||||
## Using BMad Agents in Claude Code
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **Cline** as your IDE. This creates:
|
||||
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- `.clinerules/` directory with numbered agent rule files (`.md`)
|
||||
- Agents ordered by priority (bmad-master first)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **Cursor** as your IDE. This creates:
|
||||
|
||||
- `.bmad-core/` folder with all agents
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- `.cursor/rules/` folder with agent rule files (`.mdc`)
|
||||
|
||||
## Using BMad Agents in Cursor
|
||||
|
||||
@@ -6,6 +6,7 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **Gemini CLI** as your IDE. This creates:
|
||||
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- `.gemini/bmad-method/` directory with all agent context in GEMINI.md file
|
||||
|
||||
## Using BMad Agents with Gemini CLI
|
||||
|
||||
@@ -6,9 +6,9 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **GitHub Copilot** as your IDE. This command will perform the following actions:
|
||||
|
||||
- Create the `.bmad-core/` directory with all the agent rule files.
|
||||
- Create the `.vscode/` directory and add a `settings.json` file if it does not already exist, and add the basic configuration to enable GitHub Copilot's agent mode.
|
||||
- Create a chatmodes file under your .github folder for each specific agent being added
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- Creates the `.vscode/` directory and add a `settings.json` file if it does not already exist, and add the basic configuration to enable GitHub Copilot's agent mode.
|
||||
- Creates a chatmodes file under your .github folder for each specific agent being added
|
||||
|
||||
## Using BMAD Agents in GitHub Copilot
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **Roo Code** as your IDE. This creates:
|
||||
|
||||
- `.bmad-core/` folder with all agents
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- `.roomodes` file in project root with custom modes
|
||||
|
||||
## Roo Code-Specific Features
|
||||
|
||||
@@ -6,7 +6,7 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **Trae** as your IDE. This creates:
|
||||
|
||||
- `.bmad-core/` folder with all agents
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- `.trae/rules/` folder with agent rule files (`.md`)
|
||||
|
||||
## Using BMad Agents in Trae
|
||||
|
||||
@@ -6,7 +6,7 @@ For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.
|
||||
|
||||
When running `npx bmad-method install`, select **Windsurf** as your IDE. This creates:
|
||||
|
||||
- `.bmad-core/` folder with all agents
|
||||
- `.bmad-core/` folder with all agents, tasks, templates and other data files
|
||||
- `.windsurf/rules/` folder with agent rule files (`.md`)
|
||||
|
||||
## Using BMad Agents in Windsurf
|
||||
|
||||
Reference in New Issue
Block a user