diff --git a/docs/ide-info/antigravity.md b/docs/ide-info/antigravity.md new file mode 100644 index 00000000..f0ed198e --- /dev/null +++ b/docs/ide-info/antigravity.md @@ -0,0 +1,27 @@ +# BMAD Method - Google Antigravity Instructions + +## Activating Agents + +BMAD agents are installed as slash commands in `.agent/workflows/` with flattened +`bmad-*.md` naming. + +### How to Use + +1. **Type Slash Command**: Start with `/` to see available commands +2. **Select Agent**: Choose from `bmad-` prefixed commands +3. **Execute**: Press Enter to activate that agent persona + +### Examples + +``` +/bmad-bmm-agents-dev - Activate development agent +/bmad-bmm-agents-architect - Activate architect agent +/bmad-bmm-workflows-dev-story - Execute dev-story workflow +``` + +### Notes + +- Commands are autocompleted when you type `/` +- All BMAD items start with `bmad-` +- Agent remains active for the conversation +- Start a new conversation to switch agents diff --git a/docs/ide-info/claude-code.md b/docs/ide-info/claude-code.md index 74981b6e..ed13b419 100644 --- a/docs/ide-info/claude-code.md +++ b/docs/ide-info/claude-code.md @@ -2,24 +2,26 @@ ## Activating Agents -BMAD agents are installed as slash commands in `.claude/commands/bmad/`. +BMAD agents are installed as slash commands in `.claude/commands/` with flattened +`bmad-*.md` naming. ### How to Use 1. **Type Slash Command**: Start with `/` to see available commands -2. **Select Agent**: Type `/bmad-{agent-name}` (e.g., `/bmad-dev`) +2. **Select Agent**: Choose from `bmad-` prefixed commands 3. **Execute**: Press Enter to activate that agent persona ### Examples ``` -/bmad:bmm:agents:dev - Activate development agent -/bmad:bmm:agents:architect - Activate architect agent -/bmad:bmm:workflows:dev-story - Execute dev-story workflow +/bmad-bmm-agents-dev - Activate development agent +/bmad-bmm-agents-architect - Activate architect agent +/bmad-bmm-workflows-dev-story - Execute dev-story workflow ``` ### Notes - Commands are autocompleted when you type `/` +- All BMAD items start with `bmad-` - Agent remains active for the conversation - Start a new conversation to switch agents diff --git a/docs/ide-info/cline.md b/docs/ide-info/cline.md index e6487c9d..8678e787 100644 --- a/docs/ide-info/cline.md +++ b/docs/ide-info/cline.md @@ -2,30 +2,26 @@ ## Activating Agents -BMAD agents are installed as **toggleable rules** in `.clinerules/` directory. - -### Important: Rules are OFF by default - -- Rules are NOT automatically loaded to avoid context pollution -- You must manually enable the agent you want to use +BMAD agents are installed as slash commands in `.clinerules/workflows/` with +flattened `bmad-*.md` naming. ### How to Use -1. **Open Rules Panel**: Click the rules icon below the chat input -2. **Enable an Agent**: Toggle ON the specific agent rule you need (e.g., `01-core-dev`) -3. **Activate in Chat**: Type `@{agent-name}` to activate that persona -4. **Disable When Done**: Toggle OFF to free up context +1. **Type Slash Command**: Start with `/` to see available commands +2. **Select Agent**: Choose from `bmad-` prefixed commands +3. **Execute**: Press Enter to activate that agent persona -### Best Practices - -- Only enable 1-2 agents at a time to preserve context -- Disable agents when switching tasks -- Rules are numbered (01-, 02-) for organization, not priority - -### Example +### Examples ``` -Toggle ON: 01-core-dev.md -In chat: "@dev help me refactor this code" -When done: Toggle OFF the rule +/bmad-bmm-agents-dev - Activate development agent +/bmad-bmm-agents-architect - Activate architect agent +/bmad-bmm-workflows-dev-story - Execute dev-story workflow ``` + +### Notes + +- Commands are autocompleted when you type `/` +- All BMAD items start with `bmad-` +- Agent remains active for the conversation +- Start a new conversation to switch agents