What problem does it solve? Rebuilding a legacy system on a modern stack requires coordinated decisions about paradigm, architecture, data, screens, and parity testing. This Skill orchestrates that entire migration planning pipeline, turning the specs produced by a prior reverse-engineering pass into a complete, human-approved handoff package for a coding agent. ## Core Features & Use Cases - Six-Agent Migration Pipeline: Sequentially invokes Paradigm Advisor, Curator, Strategist, Designer, Screen Translator, and Inspector, each producing versioned artifacts in _reversa_sdd/migration/. - Human Decision Gates with State Recovery: Pauses for approval after each agent, tracks progress in .state.json, and supports --resume, --regenerate=<agent>, and per-phase regeneration for the Designer and Screen Translator. - Auto Mode and Handoff Generation: An explicit --auto mode applies documented defaults with logging, and the pipeline ends with a consolidated ambiguity_log.md and a handoff.md that tells the coding agent exactly what to read and build first. - Use Case: After running /reversa on a legacy COBOL or monolith system to populate _reversa_sdd/, invoke /reversa-migrate to interview stakeholders, decide the target paradigm and topology, plan data migration and cutover, and deliver parity test specs to the team rebuilding the system. ## Quick Start Run the reversa-migrate skill after /reversa has populated _reversa_sdd/ to start the migration interview and execute the six-agent pipeline with approval pauses.