Create a data migration strategy from source to target systems. Use for database migrations and ETL planning.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install data-architecture@melodic-software<source> to <target># Plan Migration Command Create a comprehensive data migration strategy. ## Usage ## Workflow 1. **Parse source and target systems** from arguments 2. **Invoke migration-planning skill** to create: - Migration approach (ETL vs ELT) - Load strategy (full, incremental, CDC) - Source-to-target mappings - Validation framework - Rollback strategy 3. **Output Format:** ## Examples ### Database Migration ### Cloud Migration ### Data Warehouse ## Related Commands - `/data-architecture:model` - Create target data model - `/data-architecture:design-schema` - Desig...