What problem does it solve?
This Skill coordinates a safe, end-to-end migration pipeline in the Reversa workflow, turning legacy specs already discovered and populated into a complete set of modern, build-ready migration artifacts.
Core Features & Use Cases
- Pre-flight validation of discovery outputs: Blocks the migration if required artifacts under _reversa_sdd/ are missing, and instructs the user to run /reversa first.
- Six-agent migration orchestration: Runs Paradigm Advisor, Curator, Strategist, Designer, Screen Translator, and Inspector in the correct sequence, including checkpointing phases that require human approval.
- Stateful resume and destructive regeneration controls: Supports --resume, --regenerate (by agent/phase), and --auto (with explicit defaults) while persisting progress in _reversa_sdd/migration/.state.json.
- Human-in-the-loop decision gates: Uses pending decisions and pauses before proceeding, then consolidates ambiguity outcomes into ambiguity_log.md and produces handoff.md for the coding agent.
Quick Start
Run reversa first to generate _reversa_sdd/, then activate reversa-migrate to produce _reversa_sdd/migration/ artifacts and a final handoff for the coding agent.