What problem does it solve? Users working with the BMad framework often lose track of which module and phase they are in, what steps are already complete, and which skill to invoke next. This Skill reads the installed skill catalog, resolved configuration, and existing output artifacts to orient the user and answer BMad-related questions. ## Core Features & Use Cases - Workflow Position Detection: Scans resolved output locations for artifact files and fuzzy-matches them to catalog rows to infer which steps have started or completed. - Next-Step Recommendation: Uses phase, preceded-by, followed-by, and required fields from the bmad-help.csv catalog to recommend optional and required next skills with menu codes and invocation args. - Grounded Q&A: Fetches module documentation referenced by _meta catalog rows to answer general questions about BMad modules without fabricating project details. - Use Case: A user returns to a project after a week and asks "what should I do next in BMad?" The Skill detects the completed PRD artifact, identifies the next required gate, and offers to launch that skill immediately. ## Quick Start Ask the assistant where you are in your BMad workflow and what skill to run next.