bmad-help

Analyze BMAD workflow state and recommend the next skill.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/mol4/BMAD-Board --skill bmad-help-mol4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-help
Source: https://github.com/mol4/BMAD-Board/tree/main/BMAD%20board/.agents/skills/bmad-help
Command: npx skills add https://github.com/mol4/BMAD-Board --skill bmad-help-mol4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BMad Help keeps users oriented inside a BMAD project by identifying their current workflow state, explaining what has already been completed, and recommending the most relevant next step.

Core Features & Use Cases

  • Reads the BMAD catalog, project configuration, and generated artifacts to infer progress and next actions.
  • Recommends the next required or optional skill and explains how to invoke it with the right skill name, menu code, action, and args.
  • Answers broader BMAD questions using module documentation when the question is not tied to a single workflow step.
  • Use case: a user opens a BMAD repository and asks what to do after drafting the PRD, and the skill points them to the correct planning or implementation path.

Quick Start

Ask the bmad-help skill to tell you what phase you are in and what you should do next.

Frequently Asked Questions about bmad-help

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

FAQPage Schema
How do I find the next step in an agile workflow after drafting project artifacts?

BMAD workflow guidance reads your repository's catalog, project configuration, and generated artifacts to infer your current progress. It then recommends the most relevant next skill and explains how to invoke it with the correct menu code, action, and arguments.

What is phase-aware routing for agile project documentation?

Phase-aware routing analyzes your existing artifacts and configuration data to detect completion states within a project. It then grounds its recommendations using module documentation lookups, ensuring you are directed to the correct workflow step without fabricating project-specific details.

How do I know which agile skill to invoke next based on my current workflow state?

You can determine which agile skill to invoke next by having the system read your catalog and artifacts to infer your state. It will recommend the required or optional skill and provide the exact skill name, menu code, and arguments needed for execution.

Can I get answers to broader agile workflow questions not tied to a specific step?

Yes, you can get answers to broader agile workflow questions using module documentation. When your question is not tied to a single workflow step, the system looks up module documentation to provide relevant guidance without relying on fabricated project details.

Does this workflow guidance work without existing project artifacts and configuration files?

No, this workflow guidance requires existing catalog, configuration, artifact, and module documentation data to function. It relies on looking up these project-specific files to accurately infer your progress and ground its recommendations for your next actions.