
Bmad Help
- 341 installs
- 51.5k repo stars
- Updated August 5, 2026
- bmad-code-org/bmad-method
bmad-help is a BMAD Method skill that analyzes current workflow state and user questions to recommend the next BMAD skills, commands, and roles to run.
About
bmad-help is a bmad-code-org/bmad-method orientation skill that answers BMAD questions and recommends next steps. It analyzes the user's query and current state so developers know which module and phase they are in, what is already complete, and which skill to invoke next. It can augment answers with remote module documentation when broader questions arise. Use it at session start, after context switches, or whenever you are unsure which BMAD command fits the remaining work on a product or agent build.
- Maps BMAD slash commands and agent roles
- Reduces onboarding friction for methodology newcomers
- Clarifies which BMAD skill to invoke next
- Anchors teams in consistent planning vocabulary
- Supports repeatable agent-assisted kickoffs
Bmad Help by the numbers
- 341 all-time installs (skills.sh)
- Ranked #129 of 782 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-helpAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 341 |
|---|---|
| repo stars | ★ 51.5k |
| Last updated | August 5, 2026 |
| Repository | bmad-code-org/bmad-method ↗ |
What BMAD skill should I run next?
Orient new users to BMAD method commands, roles, and workflow stages before starting product or agent builds.
Who is it for?
Developers new to BMAD Method or returning after a break who need navigation across multi-phase agent workflows.
Skip if: Developers already executing a known BMAD step who only need domain-specific implementation without workflow routing.
When should I use this skill?
User says bmad help, what to do next, what to start with, or asks where they are in the BMAD workflow.
What you get
Current phase assessment, recommended next BMAD skill(s), and clarified module or role guidance.
Files
BMad Help
Purpose
Help the user understand where they are in their BMad workflow and what to do next, and also answer broader questions when asked that could be augmented with remote sources such as module documentation sources.
Desired Outcomes
When this skill completes, the user should:
1. Know where they are — which module and phase they're in, what's already been completed 2. Know what to do next — the next recommended and/or required step, with clear reasoning 3. Know how to invoke it — skill name, menu code, action context, and any args that shortcut the conversation 4. Get offered a quick start — when a single skill is the clear next step, offer to run it for the user right now rather than just listing it 5. Feel oriented, not overwhelmed — surface only what's relevant to their current position; don't dump the entire catalog 6. Get answers to general questions — when the question doesn't map to a specific skill, use the module's registered documentation to give a grounded answer
Data Sources
- Catalog:
{project-root}/_bmad/_config/bmad-help.csv— assembled manifest of all installed module skills - Config:
config.yamlanduser-config.yamlfiles in{project-root}/_bmad/and its subfolders — resolveoutput-locationvariables, providecommunication_languageandproject_knowledge - Artifacts: Files matching
outputspatterns at resolvedoutput-locationpaths reveal which steps are possibly completed; their content may also provide grounding context for recommendations - Project knowledge: If
project_knowledgeresolves to an existing path, read it for grounding context. Never fabricate project-specific details. - Module docs: Rows with
_metain theskillcolumn carry a URL or path inoutput-locationpointing to the module's documentation (e.g., llms.txt). Fetch and use these to answer general questions about that module.
CSV Interpretation
The catalog uses this format:
module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputsPhases determine the high-level flow:
anytime— available regardless of workflow state- Numbered phases (
1-analysis,2-planning, etc.) flow in order; naming varies by module
Sequencing determines recommended ordering within and across phases (these are soft suggestions, not hard gates — see required for gating):
preceded-by— skills that should ideally complete before this onefollowed-by— skills that should ideally run after this one- Format:
skill-namefor single-action skills,skill-name:actionfor multi-action skills
Required gates:
required=trueitems must complete before the user can meaningfully proceed to later phases- A phase with no required items is entirely optional — recommend it but be clear about what's actually required next
Completion detection:
- Search resolved output paths for
outputspatterns - Fuzzy-match found files to catalog rows
- User may also state completion explicitly, or it may be evident from the current conversation
Descriptions carry routing context — some contain cycle info and alternate paths (e.g., "back to DS if fixes needed"). Read them as navigation hints, not just display text.
Response Format
For each recommended item, present:
[menu-code]Display name — e.g., "[PR] PRD"- Skill name in backticks — e.g.,
bmad-prd - For multi-action skills: action invocation context — e.g., "tech-writer lets create a mermaid diagram!"
- Description if present in CSV; otherwise your existing knowledge of the skill suffices
- Args if available
Ordering: Show optional items first, then the next required item. Make it clear which is which.
Constraints
- Present all output in
{communication_language} - Recommend running each skill in a fresh context window
- Match the user's tone — conversational when they're casual, structured when they want specifics
- If the active module is ambiguous, retrieve all meta rows remote sources to find relevant info also to help answer their question
Related skills
FAQ
When should I invoke bmad-help?
Invoke bmad-help when you ask for help, say bmad help, or need to know what to do next in BMAD. The skill analyzes state and queries to recommend the next BMAD skill or answer method questions.
What outcomes does bmad-help produce?
bmad-help clarifies which BMAD module and phase you are in, what is already done, and the next recommended step. It can also answer broader BMAD questions using module documentation sources.