bmad-help

Analyze workflow state and question intent to recommend the next BMad skill.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill bmad-help-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-help
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/BMAD-METHOD/src/core-skills/bmad-help
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill bmad-help-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The bmad-help skill removes confusion in your BMad workflow by determining where you are in the module and phase and then recommending the most appropriate next step.

Core Features & Use Cases

  • Workflow Orientation: Identifies the current module and phase and summarizes what has already been completed.
  • Actionable Next Steps: Recommends the next required or best-following skill with clear routing logic and sequencing context.
  • General Q&A via Module Docs: Answers broader questions by referencing the module’s registered documentation sources when the question doesn’t map directly to a specific skill.

Quick Start

Ask bmad-help what to do next in your current BMad workflow, and it will recommend the next skill and how to invoke it.

Frequently Asked Questions about bmad-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I know what BMad skill to use next in my workflow?

To know what BMad skill to use next, this workflow guidance tool analyzes your current module, phase, and completion artifacts to recommend the most appropriate next step with clear routing logic.

What is the best way to get oriented in a graph-native workflow?

The best way to get oriented in a graph-native workflow is by resolving your project config outputs and completion artifacts, which allows the system to identify your current module and summarize what has been completed.

Can I get general workflow help using module documentation?

Yes, you can get general workflow help using module documentation. When your question doesn't map directly to a specific skill, the system references registered module docs to ground its answers.

How do I plan next steps when I don't know where to start?

To plan next steps when you don't know where to start, ask for next-step guidance and the system will read the skill catalog CSV to recommend the required skill and explain how to invoke it.

Does bmad-help require loading project knowledge paths to recommend a skill?

No, bmad-help does not strictly require loading project knowledge paths to recommend a skill; it optionally loads them to supplement reading the skill catalog CSV and resolving project config outputs.

Are there limitations to workflow routing when completion artifacts are missing?

Yes, there are limitations to workflow routing when completion artifacts are missing. The system relies on resolving these artifacts to determine your current phase, so missing data may reduce the accuracy of next-step planning.