32 lines
672 B
Markdown
32 lines
672 B
Markdown
# BMAD Method - Auggie CLI Instructions
|
|
|
|
## Activating Agents
|
|
|
|
BMAD agents can be installed in multiple locations based on your setup.
|
|
|
|
### Common Locations
|
|
|
|
- User Home: `~/.augment/commands/`
|
|
- Project: `.augment/commands/`
|
|
- Custom paths you selected
|
|
|
|
### How to Use
|
|
|
|
1. **Type Trigger**: Use `@{agent-name}` in your prompt
|
|
2. **Activate**: Agent persona activates
|
|
3. **Tasks**: Use `@task-{task-name}` for tasks
|
|
|
|
### Examples
|
|
|
|
```
|
|
@dev - Activate development agent
|
|
@architect - Activate architect agent
|
|
@task-setup - Execute setup task
|
|
```
|
|
|
|
### Notes
|
|
|
|
- Agents can be in multiple locations
|
|
- Check your installation paths
|
|
- Activation syntax same across all locations
|