What problem does it solve? Moving an existing warehouse, PostgreSQL estate, or lakehouse stack onto MotherDuck involves hard decisions about target patterns, cutover sequencing, SQL dialect porting, and rollback. This Skill produces a structured migration plan instead of an ad-hoc list of copy commands. ## Core Features & Use Cases - Target Pattern Selection: Decides between native MotherDuck storage, pg_duckdb, and DuckLake based on the source system and serving workload. - Phased Cutover Planning: Sequences migration slices with source-vs-target validation, explicit variance thresholds, and rollback checkpoints. - Validation Toolkit: Ships SQL patterns and runnable Python/TypeScript artifacts for row counts, metric variance, uniqueness, and new/deleted/changed record tracking. - Use Case: A team leaving Snowflake asks for a migration plan; the Skill classifies the workload, inspects the live MotherDuck target, and returns the target pattern, migration sequence, validation plan, rollback path, and first cutover slice. ## Quick Start Ask the assistant to plan a migration from your current warehouse or PostgreSQL database to MotherDuck, naming the source platform and target database.