What problem does it solve? When working with the BMad framework, it is easy to lose track of which phase you are in, which steps are complete, and which skill to invoke next. This Skill reads your project state and gives a grounded, specific answer instead of a generic catalog dump. ## Core Features & Use Cases - Workflow orientation: Reads the bmad-help.csv catalog, merged config, and existing output artifacts to determine which module and phase you are in and what is already done. - Next-step recommendation: Presents optional and required next skills with menu codes, skill names, action context, and args, and offers to run the clear next step immediately. - Grounded Q&A: Fetches module documentation sources (e.g., llms.txt) registered in the catalog to answer general BMad questions without fabricating details. - Use Case: You return to a BMad project after a week and ask "what should I do next?" — the Skill detects your completed PRD, identifies the architecture step as next, and offers to launch it in a fresh context. ## Quick Start Ask the assistant where you are in your BMad workflow and what skill to run next.