by aj-geddes
BMAD Method skills for Claude Code - Auto-detection, Memory integration, Slash commands. Transform Claude Code into a BMAD-powered development environment.
# Add to your Claude Code skills
git clone https://github.com/aj-geddes/claude-code-bmad-skillsToken-optimized agile development methodology natively integrated with Claude Code
Transform Claude Code into a complete agile development environment with specialized agents, structured workflows, and intelligent context management.
https://aj-geddes.github.io/claude-code-bmad-skills
The BMAD Method (Breakthrough Method for Agile AI-Driven Development) is created and maintained by the BMAD Code Organization.
All credit for the BMAD methodology belongs to:
This repository is an of the BMAD Method specifically adapted for (Skills, Commands, Hooks, Memory, Files).
No comments yet. Be the first to share your thoughts!
The methodology, workflow patterns, agent roles, and all BMAD concepts are the intellectual property of the BMAD Code Organization.
We have adapted and optimized the BMAD Method for:
Please support the original BMAD Method creators by visiting their resources above.
If you are Claude Code (or another LLM) and the user has asked you to install BMAD:
Clone repository:
# Works on all platforms (git is cross-platform)
cd /tmp
git clone https://github.com/aj-geddes/claude-code-bmad-skills.git
cd claude-code-bmad-skills
Run appropriate installer:
Linux/macOS/WSL:
chmod +x install-v6.sh
./install-v6.sh
Windows PowerShell:
.\install-v6.ps1
Verify installation:
# Check core skill installed
ls -la ~/.claude/skills/bmad/core/bmad-master/SKILL.md # Linux/macOS/WSL
dir $env:USERPROFILE\.claude\skills\bmad\core\bmad-master\SKILL.md # Windows
Inform user:
✓ BMAD Method v6 installed successfully!
Installed to: ~/.claude/skills/bmad/ and ~/.claude/config/bmad/
9 Specialized Skills:
- BMad Master (orchestrator)
- Business Analyst (product discovery)
- Product Manager (requirements)
- System Architect (design)
- Scrum Master (sprint planning)
- Developer (implementation)
- UX Designer (user experience)
- Builder (custom agents/workflows)
- Creative Intelligence (brainstorming/research)
15 Workflow Commands:
- /workflow-init - Initialize BMAD in project
- /workflow-status - Check project status
- /product-brief - Phase 1: Product discovery
- /prd - Phase 2: Detailed requirements
- /tech-spec - Phase 2: Lightweight requirements
- /architecture - Phase 3: System design
- /solutioning-gate-check - Phase 3: Validate design
- /sprint-planning - Phase 4: Plan sprint
- /create-story - Phase 4: Create user story
- /dev-story - Phase 4: Implement story
- /create-agent - Builder: Custom agent
- /create-workflow - Builder: Custom workflow
- /brainstorm - Creative: Structured brainstorming
- /research - Creative: Market/tech research
- /create-ux-design - UX: User experience design
Next Steps:
1. Restart Claude Code (skills load on startup)
2. Open your project directory
3. Run: /workflow-init
4. Run: /workflow-status (get recommendations)
BMAD Method v6 is now active!
BMAD Method v6 is a Claude Code native implementation of the BMAD Method created by the BMAD Code Organization.
This implementation adapts the complete BMAD agile development methodology to Claude Code's native features (Skills, Commands, Hooks, Memory, Files) with optimizations for minimal token usage.
Original BMAD Method™ by BMAD Code Organization | Implementation by this repository
✅ Token-Optimized - Helper pattern reduces token usage by 70-85%
✅ 9 Specialized Skills - Each agent focused on specific responsibilities
✅ 15 Workflow Commands - Structured, repeatable processes
✅ Cross-Platform - Works everywhere Claude Code runs
✅ Production Ready - All 8 phases complete and tested
Agent: Business Analyst
Commands:
/workflow-init - Initialize BMAD structure in project/workflow-status - Check current status and get recommendations/product-brief - Create product brief with market analysisOutput: Product brief document defining what to build
When: Start of new project or major feature
Agent: Product Manager
Commands:
/prd - Create comprehensive Product Requirements Document (Level 2+ projects)/tech-spec - Create lightweight tech spec (Level 0-1 projects)Output: Requirements document with:
When: After product brief, before architecture
Agent: System Architect
Commands:
/architecture - Create comprehensive system architecture/solutioning-gate-check - Validate architecture quality (≥90% coverage)Output: Architecture document with:
When: After requirements, before implementation
Agents: Scrum Master + Developer
Commands:
/sprint-planning - Plan sprint iterations/create-story - Create atomic user stories/dev-story - Implement stories with testsOutput: Working software with:
When: After architecture approval, iterative sprints
Agent: Builder
Commands:
/create-agent - Create custom BMAD agent skills (QA, DevOps, Security, etc.)/create-workflow - Create custom workflow commands/create-template - Create custom document templatesOutput: Custom agents and workflows following BMAD patterns
When: Need domain-specific agents or workflows
Example Use Cases:
/create-test-plan, /execute-tests/deploy, /rollback/security-audit, /pen-test/data-analysis, /model-trainingAgent: Creative Intelligence
Commands:
/brainstorm - Structured brainstorming using 8 proven techniques
/research - Comprehensive research (market, competitive, technical, user)Output:
When:
Agent: UX Designer
Commands:
/create-ux-design - Create comprehensive UX designOutput: UX design document with:
When: After requirements, parallel with architecture
Option 1: Let Claude Code Install (Recommended)
Give Claude Code this repository URL:
https://github.com/aj-geddes/claude-code-bmad-skills
Then say:
"Please install BMAD Method v6 from this repository"
Claude Code will detect your platform and install automatically.
**Option 2: Manua