docs: update claude-code, cline, and antigravity docs for flat file structure

This commit is contained in:
Alex Verkhovsky 2025-12-26 02:12:35 -08:00
parent 7a390a3a08
commit a07d2b7540
3 changed files with 50 additions and 25 deletions

View File

@ -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

View File

@ -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

View File

@ -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