1.2 KiB
1.2 KiB
BMad Method Guide for Github Copilot
For the complete workflow, see the BMad Workflow Guide.
Installation
When running npx bmad-method install, select Github Copilot as your IDE. This command will perform the following actions:
- Create the
.bmad-core/directory with all the agent rule files. - Create the
.vscode/directory and add asettings.jsonfile if it does not already exist, and add the basic configuration to enable GitHub Copilot's agent mode. - Create a chatmodes file under your .github folder for each specific agent being added
Using BMad Agents in VS Code
- In the GitHub Copilot Chat window, select Agent from the chat mode dropdown list.
VS Code Specific Features
- Dynamic Configuration: When you first invoke an agent (e.g.,
@dev), VS Code will automatically update.vscode/settings.jsonby adding the configuration for that chat mode. - Activation: Use the
@prefix in the GitHub Copilot Chat for instant switching between agents. - Collaboration: Fully compatible with Live Share, allowing you, your team, and BMad agents to work together in real-time.
- Project Context: Agents have full access to your workspace, including open files and the selected code.