26 lines
681 B
Markdown
26 lines
681 B
Markdown
# BMAD Method - Claude Code Instructions
|
|
|
|
## Activating Agents
|
|
|
|
BMAD agents are installed as slash commands in `.claude/commands/bmad/`.
|
|
|
|
### How to Use
|
|
|
|
1. **Type Slash Command**: Start with `/` to see available commands
|
|
2. **Select Agent**: Type `/bmad-{agent-name}` (e.g., `/bmad-dev`)
|
|
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 `/`
|
|
- Agent remains active for the conversation
|
|
- Start a new conversation to switch agents
|