What problem does it solve? When evolving a project with the Reversa forward pipeline, it is hard to know which stage the active feature is in and which agent should run next. This Skill inspects the physical artifacts of the active feature and tells you exactly where you are and what to run next, without writing or modifying any 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, and others) based on the detected stage and any free-form argument passed by the user. - Greenfield and Legacy Support: Detects whether a reverse-engineering extraction exists in _reversa_sdd/ and adapts the pipeline accordingly, creating folders only when absent and never overwriting existing files. - Use Case: You return to a project after a week and cannot remember if the current feature still needs clarification, planning, or coding. Run /reversa-forward and it reports the exact stage, open [DÚVIDA] markers, action progress, and the recommended next command. ## Quick Start Ask the agent to run /reversa-forward to detect the current stage of my active feature and suggest the next step in the pipeline.