What problem does it solve? Users working with the BMad framework often lose track of which module, phase, or step they are in and which skill to invoke next. This Skill reads the installed skill catalog, configuration, and existing output artifacts to orient the user and recommend the next action. ## Core Features & Use Cases - Workflow Position Detection: Scans resolved output paths for artifact files matching catalog patterns to infer which BMad steps are already 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: Fetches module documentation (e.g., llms.txt) registered in the catalog to answer general questions about a module without fabricating project details. - 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 next required phase item, and offers to launch it immediately. ## Quick Start Ask the assistant where you are in your BMad workflow and what skill to run next.