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 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, after/before dependencies, and required gates from the bmad-help.csv catalog to suggest optional and required next skills with menu codes and invocation 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 finishes a product brief and asks "what should I do next in BMad?" The Skill detects the completed brief, identifies the PRD as the next required step, and offers to launch bmad-create-prd immediately. ## Quick Start Ask the agent "where am I in my BMad workflow and what should I do next?" to get an oriented recommendation.