Data Migration Planner
by @1kalin
Plans and documents detailed data migrations, including schema mapping, ETL pipeline design, validation tests, rollback strategies, and runbook creation.
clawhub install afrexai-data-migrationπ About This Skill
Data Migration Planner
Plan, execute, and validate data migrations between systems. Covers schema mapping, ETL pipeline design, rollback strategies, and post-migration validation.
What It Does
Given source and target system details, this skill: 1. Maps source β target schemas with field-level transformation rules 2. Generates an ETL pipeline plan with staging, transform, and load phases 3. Creates validation queries (row counts, checksum, referential integrity) 4. Builds a rollback plan with point-of-no-return criteria 5. Produces a migration runbook with go/no-go gates
Usage
Tell your agent:
Migration Framework
Phase 1: Discovery
Phase 2: Schema Mapping
For each source entity, document: | Source Field | Type | Target Field | Type | Transform | Notes | |---|---|---|---|---|---| | (field) | (type) | (field) | (type) | (rule) | (edge cases) |Phase 3: ETL Pipeline
Extract β Stage (raw) β Clean β Transform β Validate β Load β Verify
Phase 4: Validation
Phase 5: Cutover
Risk Factors
Output Format
Deliver a migration runbook as structured markdown with: 1. Executive summary (what, why, when, risk level) 2. Schema mapping tables 3. ETL pipeline specification 4. Validation test suite 5. Cutover runbook with rollback 6. Timeline with milestonesCost Estimation
Typical migration costs by complexity:Built by AfrexAI β AI Context Packs for business automation.
Calculate your AI automation ROI: Revenue Calculator
π‘ Examples
Tell your agent: