Files
BMAD-METHOD/docs/agentic-tools/claude-code-guide.md
Gabriel Lemire 97f01f6931 refactor: nest Claude Code commands under BMad subdirectory (#307)
- Update installer config to use .claude/commands/BMad/ path
- Modify setupClaudeCode function to create nested directory structure
- Update documentation and upgrader to reflect new command location
- Improves organization by grouping all BMad commands together
2025-07-12 10:02:46 -05:00

528 B

BMad Method Guide for Claude Code

For the complete workflow, see the BMad Workflow Guide.

Installation

When running npx bmad-method install, select Claude Code as your IDE. This creates:

  • .bmad-core/ folder with all agents
  • .claude/commands/BMad folder with agent command files (.md)

Using BMad Agents in Claude Code

Type /agent-name in your chat to activate an agent.

Tips for Claude Code Users

  • Commands are auto-suggested as you type /
  • More coming soon...