2025-07-04 07:47:57 -05:00
# BMad Method Guide for Claude Code
2025-06-29 09:05:41 -05:00
2025-07-04 07:47:57 -05:00
This guide covers Claude Code-specific setup and usage with BMad Method. 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 **Claude Code** as your IDE. This creates:
- `.bmad-core/` folder with all agents
- `.claude/commands/` folder with agent command files (`.md` )
2025-07-04 07:47:57 -05:00
## Using BMad Agents in Claude Code
2025-06-29 09:05:41 -05:00
Type `/agent-name` in your chat to activate an agent:
- `/bmad-master` - Universal task executor
- `/sm` - Scrum Master
- `/dev` - Full-stack developer
- `/architect` - Solution architect
- `/pm` - Product manager
- `/analyst` - Business analyst
- `/qa` - QA specialist
- `/po` - Product owner
- `/ux-expert` - UX specialist
## Claude Code-Specific Features
- **Command files**: Stored in `.claude/commands/` as `.md` files
- **Activation**: Use forward slash `/` prefix for all agents
- **Chat management**: Start new chats when switching agents for clean context
## Tips for Claude Code Users
- Commands are auto-suggested as you type `/`
- Each agent supports `*help` to see available commands
- Claude Code maintains excellent context within each chat