bmad-help

Recommend the next BMad skill and provide invocation instructions based on workflow state.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cassioalexandre/agf --skill bmad-help-cassioalexandre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-help
Source: https://github.com/cassioalexandre/agf/tree/main/_bmad/core/bmad-help
Command: npx skills add https://github.com/cassioalexandre/agf --skill bmad-help-cassioalexandre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users understand where they are in the BMad workflow and removes uncertainty about what to do next when they ask for help or guidance.

Core Features & Use Cases

  • Workflow orientation: Identifies the current module and phase, and surfaces what has already been completed.
  • Next-step recommendations: Routes the user to the next recommended and/or required skill with clear reasoning.
  • Actionable navigation: Explains how to invoke the recommended skill(s) using menu codes, action context, and any shortcut args.
  • Context-sensitive guidance: Uses the installed skill catalog plus detected completion artifacts and optional project knowledge for grounding without fabricating details.

Quick Start

Ask BMad for help with what to do next, for example: "bmad help—what skill should I run now and how do I 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 figure out what to do next in my BMad workflow?

BMad workflow guidance works by reading the installed-skill catalog and detecting output artifacts to determine your current module and phase, then recommending the next required skill with specific invocation instructions.

How does BMad detect which workflow phases are already completed?

BMad detects completed workflow phases by checking resolved output-location patterns and configuration artifacts on disk, allowing it to understand your current state without fabricating missing project details.

Can I get workflow guidance in BMad without manually tracking module ordering?

Yes, you can get workflow guidance without manual tracking because the system interprets module and phase ordering internally, applying required gates to route you to the correct next skill automatically.

What's the best way to invoke a recommended BMad skill after getting help?

The best way to invoke a recommended BMad skill is to use the menu codes, action context, and shortcut arguments provided in the help response to execute the next step directly.

Why does my BMad help recommendation not match my expected project phase?

BMad help recommendations might not match your expected phase if required output artifacts are missing from their expected locations, which prevents the completion detection mechanism from validating prior steps.