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.