Data Migration Planner

# Data Migration Planner

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "Data Migration Planner" with this command: npx skills add 1kalin/afrexai-data-migration

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:

  • "Plan a migration from Salesforce to HubSpot CRM"
  • "Create a data migration runbook for moving from MySQL to PostgreSQL"
  • "Map our legacy ERP data to the new system schema"

Migration Framework

Phase 1: Discovery

  • Inventory all source tables/objects and record counts
  • Document data types, constraints, and relationships
  • Identify data quality issues (nulls, duplicates, orphans)
  • Map business rules that affect data interpretation

Phase 2: Schema Mapping

For each source entity, document:

Source FieldTypeTarget FieldTypeTransformNotes
(field)(type)(field)(type)(rule)(edge cases)

Phase 3: ETL Pipeline

Extract → Stage (raw) → Clean → Transform → Validate → Load → Verify
  • Extract: Full vs incremental, API vs direct DB, rate limits
  • Stage: Raw landing zone, no transforms, audit trail
  • Clean: Dedup, null handling, encoding fixes
  • Transform: Type conversions, lookups, calculated fields
  • Validate: Pre-load checks (counts, checksums, business rules)
  • Load: Batch size, parallelism, error handling
  • Verify: Post-load reconciliation

Phase 4: Validation

  • Row count match (source vs target, per table)
  • Checksum validation on key columns
  • Referential integrity checks
  • Business rule validation (e.g., all active accounts migrated)
  • User acceptance sampling (random 5% manual review)

Phase 5: Cutover

  • Go/no-go criteria checklist
  • Point-of-no-return definition
  • Rollback procedure and time estimate
  • Communication plan (users, stakeholders)
  • Parallel run period (if applicable)

Risk Factors

  • Data volume: >10M rows = batch strategy required
  • Downtime window: Zero-downtime needs CDC/dual-write
  • Data quality: Garbage in = garbage out. Clean BEFORE migrating
  • Dependencies: Other systems reading from source during migration
  • Compliance: GDPR/HIPAA data handling during transit

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 milestones

Cost Estimation

Typical migration costs by complexity:

  • Simple (1-5 tables, <1M rows): $5K-$15K or 1-2 weeks internal
  • Medium (10-50 tables, 1-10M rows): $25K-$75K or 1-2 months
  • Complex (50+ tables, 10M+ rows, multiple systems): $100K-$500K or 3-6 months

Built by AfrexAI — AI Context Packs for business automation.

Calculate your AI automation ROI: Revenue Calculator

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

axure-prototype-generator

Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。

Archived SourceRecently Updated
General

错敏信息检测

# 错敏检测 Skill

Archived SourceRecently Updated
General

TikTok B2B 引流台词生成器

# TikTok B2B 引流台词生成器 ## 技能描述 本 Skill 可根据您提供的产品信息和公司背景,自动生成适合 TikTok 平台的 B2B 引流视频脚本(20-50 秒),`skill.json` 文件中包含了输入参数的结构、输出格式以及用于生成台词的提示模板。脚本遵循已验证的外贸引流规律: - **真人出镜**:以第一人称(如 Anna)拉近距离 - **产品细节**:材质、颜色、MOQ、定制服务等 - **公司实力**:经验年限、自有工厂、认证等 - **客户背书**:提及已有市场国家(如巴基斯坦、埃及) - **互动引导**:清晰号召观众联系,引导至指定服务网址 支持三种风格:普通、幽默、惊喜,让您的视频内容更加多样化。 ## 输入参数 | 参数名 | 类型 | 必填 | 描述 | 示例 | |---------------------|----------|------|--------------------------------|--------------------------| | product_type | string | 是 | 产品类型 | 男士休闲鞋 | | material | string | 是 | 主要材质 | 优质 PU 皮革 | | colors | array | 是 | 颜色列表 | ["黑色","白色","棕色"] | | moq | string | 是 | 最小起订量 | 120 双(可混 2-3 色) | | customization | string | 否 | 可定制内容 | 可定制 logo | | target_markets | array | 是 | 主要市场国家 | ["巴基斯坦","埃及"] | | company_experience | string | 否 | 公司经验年数 | 15 年 | | factory_own | boolean | 否 | 是否自有工厂 | true | | extra_features | string | 否 | 其他亮点 | 免费样品 | | contact_url | string | 否 | 服务联系网址 | http://www.doumaotong.com | | style | string | 否 | 风格(普通/幽默/惊喜) | 普通 | ## 输出示例 Hi guys, this is Anna! Welcome to my showroom. Today I'm excited to show you our latest men's casual shoes – made of high-quality PU leather, very durable and comfortable. We have three colors available: black, white, and brown. MOQ is 120 pairs, and you can mix 2-3 colors. Plus, we can customize your logo on the shoes. Our shoes are already loved by customers in Pakistan, Egypt, and South Africa. With 15 years of experience and our own factory, we guarantee quality and timely delivery. We even offer free samples! If you're interested, please visit http://www.doumaotong.com to contact us. Thank you! ## 使用说明 1. 在 OpenClaw 平台安装此 Skill。 2. 调用时填写产品参数,包括 `contact_url`(默认为 http://www.doumaotong.com),即可获得定制化的 TikTok 脚本。 3. 生成的台词会在结尾处自然引导观众访问指定的服务网站。 4. 可根据实际需要调整 `style` 参数,生成不同语气的台词。 ## 文件说明 - `skill.json`:技能的机器可读定义,包含输入输出 schema 和生成提示模板。 - `SKILL.md`:技能的人类可读文档,提供详细说明和使用示例。

Archived SourceRecently Updated
General

instructional-design-cn

培训课程大纲设计、效果评估、内部分享材料生成

Archived SourceRecently Updated