What problem does it solve? Users working through a BMad workflow 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 and fuzzy-matches them to catalog rows to infer which skills have started or completed. - Next-Step Recommendation: Uses phase, preceded-by, followed-by, and required fields from the bmad-help.csv catalog to suggest optional and required next skills with menu codes and invocation args. - Grounded Q&A: Answers general BMad questions by fetching module documentation referenced in catalog meta rows and reading configured project knowledge files. - Use Case: A user returns to a project after a week and asks "what should I do next in BMad?" The Skill inspects existing planning artifacts, determines the PRD is complete but the architecture step is not, and offers to launch the architecture skill immediately. ## Quick Start Ask the assistant "where am I in my BMad workflow and what should I do next?" to get an oriented status summary and a recommended next skill.