2025-09-28 23:17:07 -05:00
|
|
|
# BMAD Method - iFlow CLI Instructions
|
|
|
|
|
|
|
|
|
|
## Activating Agents
|
|
|
|
|
|
|
|
|
|
BMAD agents are installed as commands in `.iflow/commands/bmad/`.
|
|
|
|
|
|
|
|
|
|
### How to Use
|
|
|
|
|
|
|
|
|
|
1. **Access Commands**: Use iFlow command interface
|
2025-11-12 20:22:47 -06:00
|
|
|
2. **Navigate**: Browse to `{bmad_folder}/agents/` or `{bmad_folder}/tasks/`
|
2025-09-28 23:17:07 -05:00
|
|
|
3. **Select**: Choose the agent or task command
|
|
|
|
|
4. **Execute**: Run to activate
|
|
|
|
|
|
|
|
|
|
### Command Structure
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
.iflow/commands/bmad/
|
|
|
|
|
├── agents/ # Agent commands
|
|
|
|
|
└── tasks/ # Task commands
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
|
|
|
|
|
```
|
2025-11-12 20:22:47 -06:00
|
|
|
/{bmad_folder}/agents/core-dev - Activate dev agent
|
|
|
|
|
/{bmad_folder}/tasks/core-setup - Execute setup task
|
2025-09-28 23:17:07 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- Commands organized by type (agents/tasks)
|
|
|
|
|
- Agent activates for session
|
|
|
|
|
- Similar to Crush command structure
|