What problem does it solve?
The skill coordinates the next step of Reversa’s forward evolution pipeline by inspecting the current feature’s physical state in .reversa artifacts, so you can move from requirements to coding without guessing what stage is missing.
Core Features & Use Cases
- Pipeline stage detection from files: Determines whether the active feature is empty, in requirements, in planning, in coding, or done by checking for the presence and checklist state of specific markdown artifacts.
- Greedy-free orchestration: Never runs other skills automatically; it always asks the user to confirm by typing CONTINUAR.
- Greenfield/legacy anchoring: Uses .reversa/state.json to resolve _reversa_sdd and _reversa_forward paths, detects legacy extraction artifacts when available, and creates needed folders in greenfield mode without writing feature files.
- Routing logic: Suggests the correct next skill (reversa-requirements, reversa-clarify, reversa-plan, reversa-to-do, reversa-coding, reversa-resume) based on stage and any free-text argument provided.
Quick Start
Run /reversa-forward and reply with CONTINUAR to route the pipeline to the appropriate next skill for the currently active feature.