2025-07-04 07:47:57 -05:00
|
|
|
# BMad Method Guide for Cline (VS Code)
|
2025-06-29 09:05:41 -05:00
|
|
|
|
2025-07-04 08:35:28 -05:00
|
|
|
For the complete workflow, see the [BMad Workflow Guide](../bmad-workflow-guide.md).
|
2025-06-29 09:05:41 -05:00
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
When running `npx bmad-method install`, select **Cline** as your IDE. This creates:
|
|
|
|
|
|
|
|
|
|
- `.clinerules/` directory with numbered agent rule files (`.md`)
|
|
|
|
|
- Agents ordered by priority (bmad-master first)
|
|
|
|
|
|
2025-07-04 07:47:57 -05:00
|
|
|
## Using BMad Agents in Cline
|
2025-06-29 09:05:41 -05:00
|
|
|
|
|
|
|
|
1. **Open Cline panel** in VS Code
|
|
|
|
|
2. **Type `@agent-name`** in the chat (e.g., `@dev`, `@sm`, `@architect`)
|
|
|
|
|
3. The agent adopts that persona for the conversation
|