27 lines
634 B
Markdown
27 lines
634 B
Markdown
# BMAD Method - GitHub Copilot Instructions
|
|
|
|
## Activating Agents
|
|
|
|
BMAD agents are installed as chat modes in `.github/chatmodes/`.
|
|
|
|
### How to Use
|
|
|
|
1. **Open Chat View**: Click Copilot icon in VS Code sidebar
|
|
2. **Select Mode**: Click mode selector (top of chat)
|
|
3. **Choose Agent**: Select the BMAD agent from dropdown
|
|
4. **Chat**: Agent is now active for this session
|
|
|
|
### VS Code Settings
|
|
|
|
Configured in `.vscode/settings.json`:
|
|
|
|
- Max requests per session
|
|
- Auto-fix enabled
|
|
- MCP discovery enabled
|
|
|
|
### Notes
|
|
|
|
- Modes persist for the chat session
|
|
- Switch modes anytime via dropdown
|
|
- Multiple agents available in mode selector
|