What problem does it solve? Users working in a BMad project often lose track of which module and phase they are in, what has been completed, and which skill to run 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 are complete or in progress. - 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 BMad project after a week and asks "what should I do next?" The Skill detects the completed PRD artifact, identifies the next required skill, and offers to launch it immediately. ## Quick Start Ask the assistant where you are in your BMad workflow and what skill to run next.