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 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 matching catalog patterns to infer which 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, including menu codes, skill names, and args. - Grounded Q&A: Fetches module documentation sources (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?" The Skill resolves config via the resolve_config.py script, detects a completed PRD artifact, and recommends the next required skill with its invocation command, offering to run it immediately. ## Quick Start Ask the assistant where you are in your BMad workflow and what skill to run next.