What problem does it solve? Users working with the BMad framework often lose track of which module, phase, or step they are in and which skill to invoke next. This Skill reads the installed skill catalog, configuration files, and existing output artifacts to orient the user and recommend the next action. ## Core Features & Use Cases - Workflow Position Detection: Reads the bmad-help.csv catalog, config.yaml files, and output artifacts to determine which phases and skills are already completed. - Next-Step Recommendation: Presents optional and required next skills with menu codes, skill names, action context, and args, ordered by dependency rules. - Use Case: A user finishes a PRD and asks "what should I do next in BMad?" The Skill detects the completed planning artifacts, identifies the next required phase, and offers to launch the appropriate skill immediately. ## Quick Start Ask the assistant "bmad help, what should I do next?" to get an oriented recommendation based on your current project state.