What problem does it solve? Users working within the BMad framework often lose track of where they are in a multi-phase workflow and which skill to run next. This Skill reads the installed module catalog, configuration files, and existing output artifacts to orient the user and recommend the correct next step. ## Core Features & Use Cases - Workflow Position Detection: Scans resolved output paths for artifact files matching catalog patterns to infer which phases and skills are already complete. - Next-Step Recommendation: Interprets the stellar-help.csv catalog (phases, preceded-by, followed-by, required gates) to suggest optional and required next skills with menu codes and invocation args. - Grounded Q&A: Fetches module documentation (e.g., llms.txt) referenced by _meta catalog rows to answer general questions about a module without fabricating details. - Use Case: A user asks "what should I do next in BMad?" The Skill detects a completed PRD artifact, identifies the architecture phase as the next required gate, and offers to launch that skill immediately. ## Quick Start Ask the assistant "where am I in my BMad workflow and what should I do next?" to get an oriented recommendation.