23 lines
615 B
Markdown
23 lines
615 B
Markdown
# BMAD Method - Windsurf Instructions
|
|
|
|
## Activating Agents
|
|
|
|
BMAD agents are installed as workflows in `.windsurf/workflows/`.
|
|
|
|
### How to Use
|
|
|
|
1. **Open Workflows**: Access via Windsurf menu or command palette
|
|
2. **Select Workflow**: Choose the agent/task workflow
|
|
3. **Execute**: Run to activate that agent persona
|
|
|
|
### Workflow Types
|
|
|
|
- **Agent workflows**: `{module}-{agent}.md` (auto_execution_mode: 3)
|
|
- **Task workflows**: `task-{module}-{task}.md` (auto_execution_mode: 2)
|
|
|
|
### Notes
|
|
|
|
- Agents run with higher autonomy (mode 3)
|
|
- Tasks run with guided execution (mode 2)
|
|
- Workflows persist for the session
|