bmad-help

Analyze BMad workflow state and recommend ordered next skills from catalog and config files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Help users understand their current position in a BMad workflow, identify which module and phase they are in, detect completed steps from project artifacts and configuration, and recommend the appropriate next skills with clear reasoning.

Core Features & Use Cases

  • Workflow orientation: Infer active module, phase, and completed work by reading the catalog CSV and resolved output locations from config files.
  • Prioritized recommendations: Present optional suggestions first, then the next required action, including menu codes, display names, skill identifiers, and invocation context.
  • Actionable guidance: Offer to run a single clear next-step skill immediately when appropriate and present arguments and shortcut contexts. Use case: When a user asks "what should I do next in BMad?", provide a concise ordered plan showing completed items, recommended optional tasks, and the required next step with how to invoke it.

Quick Start

Ask the assistant to "Help me understand where I am in my BMad workflow and recommend the next steps, including the skill name 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 figure out what to do next in my BMad workflow?

To determine your next BMad workflow step, this skill reads your catalog CSV and config files to detect completed work. It then presents prioritized recommendations, listing optional tasks first, followed by the required next action with its invocation context.

What is a BMad workflow catalog and how does navigation work?

A BMad workflow catalog is a CSV file mapping project phases to skills. Navigation works by reading this catalog alongside resolved output-location paths from config.yaml to infer your current module, detect completed artifacts, and identify the appropriate next steps.

How do I check which BMad workflow steps I have already completed?

You can check completed BMad workflow steps by analyzing project artifacts and configuration files. This skill reads the catalog CSV and resolves output locations from config.yaml and user-config.yaml to detect finished actions and infer your active module and phase.

Do I need specific config files to get BMad workflow recommendations?

Yes, you need the catalog CSV at _bmad/_config/bmad-help.csv to get BMad recommendations. The system also resolves output-location paths from config.yaml and user-config.yaml to accurately detect completed steps and present ordered next-step skill suggestions.

Can I automatically invoke the next required skill from a BMad workflow recommendation?

Yes, you can automatically invoke the next required skill from a BMad workflow recommendation. The skill offers to run a single clear next-step action immediately when appropriate, providing menu codes, display names, arguments, and shortcut contexts for execution.