Skip to main content

Getting Support

Need help with BMad Method? We’re here to assist! This guide will direct you to the right resources for your specific needs.

Quick Help Options

AI-Powered Help (Best First Step)

πŸ€– Use /bmad-help in your IDE The BMad help system provides intelligent, context-aware guidance:
/bmad-help
/bmad-help I just finished the architecture, what do I do next?
/bmad-help How do I start a new project?
/bmad-help What workflows are available?
This is often the fastest way to get answers about:
  • What to do next in your workflow
  • Available commands and workflows
  • Project status and progress
  • Optional vs required steps

Support Channels

Discord Community (Real-Time Help)

πŸ’¬ Join our Discord Best for:
  • General questions and discussions
  • Implementation help and guidance
  • Sharing ideas and getting feedback
  • Community collaboration
  • Quick questions that don’t require long investigation
Key Channels:
  • #general β€” General BMad Method discussions
  • #bmad-development β€” Development questions and help
  • #showcase β€” Share your projects and workflows
  • #ideas β€” Suggest features and improvements
Response time: Usually within a few hours during business hours (US Eastern)

GitHub Issues (Bug Reports & Features)

πŸ› GitHub Issues Best for:
  • Bug reports
  • Feature requests
  • Tracking known issues
  • Official issue documentation
Before creating an issue:
  1. Search existing issues (open and closed)
  2. Check GitHub Discussions
  3. Review documentation
Use templates: Response time: 1-3 business days for initial triage

GitHub Discussions

πŸ’¬ GitHub Discussions Best for:
  • Open-ended questions
  • Community conversations
  • Sharing workflows and tips
  • Proposing ideas for discussion
  • Questions that aren’t bugs or feature requests

Documentation Resources

Official Documentation

πŸ“š docs.bmad-method.org Comprehensive documentation including: Tutorials How-To Guides Concepts
  • Understanding BMad architecture
  • Agents, workflows, and modules
  • Philosophy and methodology
Reference
  • Complete API reference
  • Agent documentation
  • Workflow specifications

Module-Specific Documentation

Test Architect (TEA) BMad Builder (BMB) Game Dev Studio (BMGD) Creative Intelligence Suite (CIS)

Common Issues & Solutions

Installation Issues

Problem: Getting stale beta version
# Solution: Specify exact version
npx [email protected] install
Problem: Installation fails in nested directory
# Solution: Check for existing BMAD installations in parent directories
# The installer will refuse if ancestor has BMAD to prevent duplicate autocomplete
Problem: Tools not appearing in IDE
# Solution: Recompile agents
npx bmad-method
# Select: "Recompile Agents"

Workflow Issues

Problem: Don’t know which workflow to use
# Solution: Use bmad-help
/bmad-help What should I do to start a new feature?
Problem: Workflow seems stuck
# Solution: Check workflow status
/bmad-help workflow status
Problem: Lost track of progress
# Solution: Review project status
/bmad-help What have I completed so far?

Configuration Issues

Problem: Wrong language or settings
# Solution: Reconfigure core module
npx bmad-method
# Select: "Configure Modules" β†’ "Core"
Problem: Custom content not appearing
# Solution: Reinstall with custom content flag
npx bmad-method install --custom-content /path/to/content

Troubleshooting Steps

When encountering an issue, follow these steps:

1. Check Documentation

  • Search the official docs
  • Review relevant how-to guides
  • Check module-specific documentation

2. Use AI Help

/bmad-help [describe your issue]

3. Search Existing Issues

4. Ask the Community

5. Report a Bug

If it’s a confirmed bug:

What to Include in Support Requests

To get the fastest help, provide:

Environment Information

- BMad version: (run `npx bmad-method --version`)
- IDE: (Claude Code, Cursor, etc.)
- AI Model: (Claude 3.5 Sonnet, GPT-4, etc.)
- OS: (macOS 14.1, Windows 11, Ubuntu 22.04, etc.)
- Node version: (run `node --version`)

Issue Details

  • What you’re trying to do
  • What you expected to happen
  • What actually happened
  • Steps to reproduce
  • Error messages (full text, not screenshots when possible)
  • Screenshots (if UI-related)

Example Support Request

**Issue:** Workflow-status crashes when checking project status

**Environment:**
- BMad: 6.0.4
- IDE: Claude Code
- Model: Claude 3.5 Sonnet
- OS: macOS 14.1
- Node: v20.10.0

**Steps to reproduce:**
1. Install BMad in new project
2. Run `/bmad-help workflow status`
3. Select "Check current status"

**Expected:** Should show project status
**Actual:** Error: "Cannot read property 'branch' of undefined"

**Error message:**
[paste full error]

Response Times

ChannelTypical Response Time
/bmad-helpInstant (AI-powered)
DiscordFew hours during business hours
GitHub Discussions1-2 days
GitHub Issues1-3 days for triage
Note: BMad Method is open source and community-driven. Response times may vary. For urgent enterprise support, contact us about sponsorship options.

Enterprise Support

For organizations requiring:
  • Dedicated support
  • Custom training
  • Priority bug fixes
  • Custom module development
  • Consulting and implementation
πŸ“§ Contact: [email protected]

Community Resources

Video Tutorials

πŸ“Ί YouTube Channel
  • Getting started videos
  • Workflow demonstrations
  • Master class content (coming soon)
  • Podcast episodes (launching March 1, 2026)

Learning Resources


Giving Feedback

We value your input! Help us improve:

Feature Requests

Documentation Feedback

General Feedback


Still Need Help?

If you’ve tried the above resources and still need assistance:
  1. πŸ’¬ Join Discord β€” Most active support channel
  2. πŸ› Create GitHub Issue β€” For bugs and features
  3. πŸ’‘ Start Discussion β€” For questions
  4. πŸ“§ Email [email protected] β€” For enterprise inquiries

We’re here to help you succeed with BMad Method! πŸŽ‰

Build docs developers (and LLMs) love