What problem does it solve?
It solves the problem of converting a forward plan written in actions.md into working implementation in the codebase, while keeping a rigorous audit trail for what changed in the legacy system.
Core Features & Use Cases
- Converts a planned feature into code step-by-step: Executes actions phase-by-phase (Preparação, Testes, Núcleo, Integração, Polimento), respecting dependency and parallelizable subsets.
- Maintains execution transparency and traceability: Updates action status in feature-dir/actions.md and appends immutable records to feature-dir/progress.jsonl after every action.
- Generates audit artifacts from legacy specifications: Produces feature-dir/legacy-impact.md (what legacy rules/components were changed, preserved, or removed) and feature-dir/regression-watch.md (what must remain true to prevent regressions).
Quick Start
Use the command "/reversa-coding" after running "/reversa" to generate the required _reversa_sdd/ artifacts and start coding the active feature from actions.md.