What problem does it solve? Migrating a business from platforms like Shopify, WordPress, or WooCommerce into Wix involves many fragile steps—discovery, mapping, setup, code generation, and import—where losing track of state or skipping approvals can cause data loss or duplicate writes. This Skill acts as the traffic controller for the entire migration, inspecting durable project artifacts to determine exactly what to do next. ## Core Features & Use Cases - Resumable orchestration pipeline: Resolves the active migration project, loads orchestration artifacts, and routes through discovery, mapping, setup, codegen, and import with durable JSON checkpoints. - Safety gates and review checkpoints: Enforces a mapping review checkpoint, safe-mode/dry-run code safety review, and a mandatory execution-plan approval before any writes to the user's Wix site. - Deterministic state management: Ships scripts and libraries for execution manifests, crosswalk state, artifact freshness validation, recovery logging, and completion reporting. - Use Case: A user asks to continue a Shopify-to-Wix migration that stopped mid-run. The Skill inspects migrations/<project>/ artifacts, finds the mapping plan is approved but setup verification is missing, and routes to the setup-discovery step without redoing completed work. ## Quick Start Ask the agent to start or continue a RePlatform migration for your store and let it inspect the migration project to determine the next step.