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 pipeline after the Reversa discovery phase has populated _reversa_sdd/, so no decision step is skipped or done out of order. ## Core Features & Use Cases - Six-agent orchestration: Sequentially runs Paradigm Advisor, Curator, Strategist, Designer, Screen Translator, and Inspector with human decision gates between agents. - Resumable state machine: Tracks progress in .state.json with --resume, --regenerate=<agent>, and per-phase regeneration for Designer and Screen Translator. - Auto mode with logged defaults: --auto applies documented defaults without pauses and records every auto-decision in ambiguity_log.md for later review. - Use Case: After running /reversa on a legacy ERP, invoke /reversa-migrate to collect a migration brief, decide paradigm and topology, translate screens, generate parity tests, and produce a handoff.md ready for a coding agent. ## Quick Start Run /reversa-migrate after /reversa has populated _reversa_sdd/ to start the guided migration pipeline and produce the final handoff document.