What problem does it solve?
The full Reversa forward pipeline costs seven to nine agent invocations and twelve artifacts, which is heavier than a small change itself. This Skill closes that gap by running a short interview, writing a thin spec, executing the code, and leaving impact traces in one uninterrupted pass.
Core Features & Use Cases
- Single-pass forward cycle: One interview round, a thin requirements/roadmap/actions spec, code execution, and derived impact traces without intermediate handoffs.
- Scope gate: Refuses deltas touching more than three modules, data migrations, existing public contracts, auth/payment paths, or more than twelve atomic actions, redirecting them to the full pipeline.
- Traceability artifacts: Generates legacy-impact.md and regression-watch.md from the real diff, plus append-only progress.jsonl, so partial executions can be resumed by /reversa-coding.
- Use Case: You need to add a new endpoint to a legacy system already extracted by Reversa. Instead of the full pipeline, run the express pass to spec, implement, and trace the change in one step.
Quick Start
Ask the agent to run the reversa-code-express skill to implement a small feature on the already-extracted legacy base, describing what it delivers and where it touches the code.