What problem does it solve? Users working through the BMad methodology often lose track of which phase they are in, which steps are complete, and which skill to invoke next. This Skill reads the installed module catalog and existing output artifacts to orient the user and answer BMad-related questions. ## Core Features & Use Cases - Workflow Position Detection: Scans resolved output-location paths for artifact files matching catalog outputs patterns to infer which steps are already completed. - Next-Step Recommendation: Interprets phase ordering, after/before dependencies, and required gates from the bmad-help.csv catalog to recommend optional and required next skills with menu codes and args. - Grounded Q&A: Fetches module documentation sources (e.g., llms.txt) registered in _meta catalog rows to answer general questions about a module. - Use Case: A user finishes a PRD and asks "what do I do next in BMad?" The Skill detects the completed PRD artifact, identifies the next required planning-phase skill, and offers to run it immediately. ## Quick Start Ask the agent where you are in your BMad workflow and what skill you should run next.