What problem does it solve? When evolving a project with the Reversa framework, it is hard to know which pipeline step comes next for the active feature. This Skill inspects the physical artifacts in _reversa_forward/ and tells you exactly where you are and which agent to run next, without ever writing or modifying feature artifacts itself. ## Core Features & Use Cases - 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 physical artifacts like requirements.md, roadmap.md, and actions.md checkboxes. - Routing Matrix: Suggests the next agent (/reversa-requirements, /reversa-clarify, /reversa-plan, /reversa-to-do, /reversa-coding, /reversa-sync) based on the detected stage, open [DÚVIDA] markers, and addenda status. - Greenfield and Legacy Support: Detects whether a reverse-engineering extraction exists in _reversa_sdd/ and adapts the pipeline accordingly, including persisting the spec granularity decision in .reversa/config.toml. - Use Case: You return to a project mid-feature and run /reversa-forward; it reports that 3 of 7 actions in actions.md are complete and suggests continuing with /reversa-coding, waiting for your CONTINUAR confirmation. ## Quick Start Run /reversa-forward to detect the current stage of my active feature and tell me which Reversa agent to run next.