bmad-help

Determine the current BMAD workflow position and recommend next skill actions.

Updated May 17, 2026
One-click install
npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-help-thuantan2060
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-help
Source: https://github.com/thuantan2060/facebook-sale-tracking/tree/main/.agents/skills/bmad-help
Command: npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-help-thuantan2060

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users figure out where they are in the BMAD workflow and what to do next, while also answering broader questions grounded in the project’s module documentation.

Core Features & Use Cases

  • Workflow orientation: Identifies the current module and phase and highlights what has already been completed using BMAD configuration and detected outputs.
  • Next-step recommendation: Recommends the next required (and optionally relevant) skills with clear routing logic derived from the catalog (including phase flow, dependencies, and completion gates).
  • General question support: When a question doesn’t map to a specific skill, it uses module documentation sources registered in the catalog to provide grounded answers.
  • Use case: If you’re unsure whether you should move from research to architecture or which skill is required next, run this Skill to get a precise “what’s next” recommendation rather than a full catalog dump.

Quick Start

Ask the assistant to run the bmad-help skill to determine your current BMAD position and recommend the next required skill(s).

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 project workflow?

To determine what to do next in your project workflow, the skill analyzes your current phase and detected outputs, then recommends the next required skill actions based on phase flow and dependencies.

What is BMAD phase planning and how does workflow guidance work?

BMAD phase planning maps your project's progression through required gates and dependencies; workflow guidance uses catalog metadata to infer completion state and route you to the next appropriate module action.

How do I navigate the BMAD catalog to find the right skill?

You navigate the BMAD catalog by requesting help; the skill resolves documentation paths and evaluates your current position to produce ordered recommendations instead of dumping the full catalog.

Can I get general project documentation answers without picking a specific skill?

Yes, you can get general project documentation answers; when a question doesn't map to a specific skill, it uses module documentation sources registered in the catalog to provide grounded responses.

Do I need BMAD configuration files to use workflow guidance?

Yes, you need BMAD configuration files and the bmad-help CSV catalog; the skill must load this data to resolve documentation paths and infer your completion state across modules.