What problem does it solve? Planning a legacy system migration requires coordinating many decisions—paradigm choice, business rule curation, strategy, architecture, screen translation, and parity validation. This Skill orchestrates that entire pipeline after the /reversa discovery step has populated _reversa_sdd/, so no decision is skipped or lost. ## Core Features & Use Cases - Six-Agent Pipeline: Sequentially invokes Paradigm Advisor, Curator, Strategist, Designer, Screen Translator, and Inspector, each producing versioned artifacts in _reversa_sdd/migration/. - Human Decision Gates: Pauses after each agent with summaries and explicit decision points, with resumable state tracked in .state.json and support for --resume, --regenerate, and --auto modes. - Handoff Generation: Consolidates ambiguity logs and produces a handoff.md that tells a coding agent exactly what to read first and how to implement the new system. - Use Case: After running /reversa on a legacy COBOL or monolith codebase, invoke /reversa-migrate to interview stakeholders, decide the target paradigm and topology, plan data migration and cutover, and hand off parity-tested specs to a coding agent. ## Quick Start Run /reversa-migrate after /reversa has populated _reversa_sdd/ to start the guided migration pipeline for my legacy system.