What problem does it solve? Migrating a legacy system to a modern stack requires coordinated decisions about paradigm, architecture, screens, and parity testing. This Skill orchestrates that entire migration planning pipeline, turning the specs produced by the Reversa discovery flow 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 under _reversa_sdd/migration/. - Human decision gates with resumable state: Pauses after each agent for approval, tracks progress in .state.json, and supports --resume, --regenerate, and --auto modes with documented defaults. - Structured handoff generation: Consolidates ambiguity logs, parity specs, and decision documents into a handoff.md that a coding agent can consume directly. - Use Case: After running /reversa on a legacy COBOL or monolith system, 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 /reversa-migrate after /reversa has populated the _reversa_sdd/ directory to start the guided migration pipeline.