What problem does it solve? When evolving a feature through a multi-stage spec-driven pipeline (requirements, clarify, plan, to-do, coding), it is easy to lose track of where the work currently stands and which step comes next. This Skill inspects the actual artifacts on disk and tells you exactly which stage the active feature is in and which skill to run next. ## Core Features & Use Cases - Physical stage detection: Reads .reversa/active-requirements.json and the feature directory to classify the stage as empty, requirements, plan, coding-in-progress, or done based on real files, not self-declared metadata. - Routing matrix: Suggests the next skill (/reversa-requirements, /reversa-clarify, /reversa-plan, /reversa-to-do, /reversa-coding) based on the detected stage, open [DÚVIDA] markers, and checkbox counts in actions.md. - Greenfield and legacy support: Detects whether a reverse-engineering extraction exists and adapts the pipeline accordingly, including persisting the spec granularity decision in .reversa/config.toml. - Use Case: You return to a project after a week and type "/reversa-forward". The Skill reports that roadmap.md exists but actions.md does not, and suggests running /reversa-to-do next, waiting for your CONTINUAR confirmation. ## Quick Start Type "/reversa-forward" to check the current stage of your active feature and get a suggestion for the next pipeline skill.