bmad-help

Analyzes BMad workflow state and recommends the next skill to invoke.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users working with the BMad framework often lose track of which phase they are in, which steps are complete, and which skill to run next. This Skill reads the installed module catalog and existing output artifacts to orient the user and recommend the next action. ## Core Features & Use Cases - Workflow Position Detection: Scans resolved output paths for artifact files matching catalog patterns to infer which BMad steps are already complete. - Next-Step Recommendation: Uses phase ordering, after/before dependencies, and required gates from the bmad-help.csv catalog to suggest the next skill with its menu code, action context, and args. - General BMad Q&A: Fetches module documentation sources (e.g., llms.txt) registered in the catalog to answer broader questions about BMad modules. - Use Case: A user asks "what should I do next in BMad?" after finishing a PRD; the Skill detects the completed PRD artifact, identifies the current planning phase, and offers to run the next required skill immediately. ## Quick Start Ask the assistant "bmad help, what should I do next?" to get an oriented recommendation based on your current project state.

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 to do next in a BMad workflow?▼

Invoke the bmad-help skill, which reads the bmad-help.csv catalog and scans your output directories for completed artifacts. It then recommends the next required or optional skill with its menu code and invocation context.

How does BMad detect which steps are already completed?▼

Completion is detected by searching resolved output-location paths for files matching the outputs patterns defined in the catalog. Users can also state completion explicitly, or it may be evident from the conversation.

What is the bmad-help.csv catalog file?▼

It is an assembled manifest of all installed BMad module skills with columns for module, skill, menu-code, phase, dependencies, required flags, and output locations. The skill uses it to determine ordering and recommendations.

Can bmad-help answer general questions about BMad modules?▼

Yes. Catalog rows with _meta in the skill column point to module documentation sources such as llms.txt files. The skill fetches these remote sources to ground answers that do not map to a specific skill.

What are the limitations of BMad workflow recommendations?▼

Recommendations depend on the accuracy of the catalog and the presence of output artifacts at resolved paths. If artifacts are stored elsewhere or the catalog is outdated, completion detection may be incomplete.