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 locations for artifact files matching catalog patterns to infer which BMad steps are already complete. - Next-Step Recommendation: Uses phase ordering, preceded-by/followed-by sequencing, and required gates from the bmad-help.csv catalog to suggest the next skill with its menu code, action context, and args. - Grounded Q&A: Fetches module documentation sources (e.g., llms.txt) registered in the catalog to answer general questions about a module. - 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 launch the next required skill immediately. ## Quick Start Ask the assistant where you are in your BMad workflow and what skill to run next.