What problem does it solve? Users working through a BMad workflow often lose track of which module and phase they are in, what has already been completed, and which skill to invoke next. This Skill reads the installed skill catalog, configuration files, and existing output artifacts to orient the user and recommend the next step. ## Core Features & Use Cases - Workflow Position Detection: Reads the stellar-help.csv catalog, config.yaml files, and output artifacts to determine which module and phase the user is in and what is already done. - Next-Step Recommendations: Uses phase ordering, preceded-by/followed-by sequencing, and required gates to suggest optional and required next skills, including menu codes, skill names, actions, and args. - Grounded Q&A: Fetches module documentation sources (such as llms.txt) registered in the catalog to answer general BMad questions that do not map to a specific skill. - Use Case: A user asks "what should I do next in BMad?" The Skill detects a completed PRD in the output folder, sees the architecture skill is the next required item, and offers to run it immediately in a fresh context. ## 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.