Back to Skills
💼
VerifiedSimple🥈silver💼Business Operations

Migration Planner

Plan and execute data migrations, system migrations, and platform transitions

Verified
Version1.0.0
AuthorID8Labs
LicenseMIT
Published1/8/2026
View on GitHub

Trigger Phrases

Use these phrases to activate this skill in Claude Code:

plan migrationdata migrationsystem migration

Skill Content

---
name: Migration Planner
slug: migration-planner
description: Plan and execute data migrations, system migrations, and platform transitions
category: technical
complexity: advanced
version: "1.0.0"
author: "ID8Labs"
triggers:
  - "plan migration"
  - "data migration"
  - "system migration"
tags:
  - migration
  - data
  - infrastructure
---

# Migration Planner

Plan and execute migrations with minimal disruption. From database migrations to full platform transitions, follow proven methodologies for successful migrations.

## Core Workflows

### Workflow 1: Migration Planning
1. **Assessment** - Document current state and requirements
2. **Strategy** - Choose migration approach (big bang vs. phased)
3. **Risk Analysis** - Identify potential issues
4. **Timeline** - Create realistic schedule
5. **Rollback Plan** - Define abort criteria and procedures

### Workflow 2: Data Migration
1. **Schema Mapping** - Map source to destination schemas
2. **Transformation Rules** - Define data transformations
3. **Test Migration** - Run on subset of data
4. **Validation** - Verify data integrity
5. **Production Migration** - Execute with monitoring

## Quick Reference

| Action | Command |
|--------|---------|
| Plan migration | "Plan migration from [source] to [target]" |
| Schema mapping | "Map schemas for migration" |
| Validate | "Validate migration results" |

Related Skills