33 lines
739 B
Markdown
33 lines
739 B
Markdown
# BMAD Method - Codex Instructions
|
|
|
|
## Activating Agents
|
|
|
|
BMAD agents are documented in `AGENTS.md` file in project root.
|
|
|
|
### CLI Mode
|
|
|
|
1. **Reference Agent**: Type `@{agent-name}` in prompt
|
|
2. **Execute Task**: Type `@task-{task-name}`
|
|
3. **Active Session**: Agent remains active for conversation
|
|
|
|
### Web Mode
|
|
|
|
1. **Navigate**: Go to Agents section in web interface
|
|
2. **Select Agent**: Click to activate agent persona
|
|
3. **Session**: Agent active for browser session
|
|
|
|
### Examples
|
|
|
|
```
|
|
@dev - Activate development agent
|
|
@architect - Activate architect agent
|
|
@task-setup - Execute setup task
|
|
```
|
|
|
|
### Notes
|
|
|
|
- All agents documented in AGENTS.md
|
|
- CLI: Reference with @ syntax
|
|
- Web: Use interface to select
|
|
- One agent active at a time
|