What problem does it solve? Migrating an existing website requires a long chain of preparatory steps — extracting page inventories, confirming design direction, prototyping archetypes, and preparing assets — and running them manually in the right order is error-prone. This Skill sequences the entire migrate-prep cascade with confirmation gates so nothing advances without user approval. ## Core Features & Use Cases - Phased cascade orchestration: Runs extract --prep, direct --prep, prototype --prep, and assets prep in order, invoking each underlying skill and brokering per-phase summaries. - Confirmation gates and resume support: Pauses after each phase for user confirmation or refinement, and supports resuming from any phase via --from or skipping gates via --skip-confirm. - Provenance validation: Verifies every page in the inventory has live-render evidence between phases, aborting the cascade if synthesized page records are detected. - Asset preparation: Generates favicon variants, downloads and localizes fonts referenced in canon CSS, and audits brand assets. - Use Case: After extracting a 127-page site and setting a design direction, run the cascade to confirm page types and modules, approve archetypes that establish canon, and produce migrate-ready assets before running the migrate command. ## Quick Start Ask the AI to run prepare-migration on the current stardust project to execute all prep phases with confirmation gates before migrating the site.