Migration Architect

SkillDatabases & data

This skill helps your AI plan risky system changes like database migrations, infrastructure switchovers, or system replacements with minimal disruption to your business. Once added, your AI can build migration plans that keep services running, check that old and new setups work together, and prepare a way back if something goes wrong.

Available today. Use it from your connected AI after setup.

After adding the skill, describe the migration or transition you are planning. Your AI will then work on a plan, check compatibility, and prepare a rollback strategy for the change.

Then ask your AI: use the Migration Architect skill

What your AI can do with it

  • Plan database, infrastructure, or system migrations designed to run without downtime
  • Check whether old and new systems are compatible before you make changes
  • Generate rollback strategies so a failed change can be reversed
  • Plan system replacements and infrastructure switchovers step by step
  • Reduce business impact when carrying out high-risk transitions

What this skill tells your AI

The instructions your AI receives, as published by borghei/claude-skills in engineering/migration-architect/SKILL.md and read by ahel’s review.

Generates phased migration plans with risk assessment, compatibility analysis, and rollback runbooks for database, service, infrastructure, and API migrations. Validates schema compatibility, detects breaking changes, and produces rollback procedures with trigger conditions and communication templates.

Core Capabilities

  • Phased planning — generate risk-assessed, multi-phase migration plans with validation gates, timelines, and stakeholder structures from a JSON spec.
  • Compatibility analysis — diff before/after database or REST/JSON schemas to detect breaking changes, type mismatches, and constraint violations, with migration + rollback scripts.
  • Rollback runbooks — phase-by-phase reversal steps, automated trigger conditions, data-recovery plans, escalation matrices, and communication templates.
  • Pattern catalog — Expand-Contract, Dual-Write, CDC, Strangler Fig, Parallel Run, Canary, Blue-Green.
  • Risk frameworks — technical, business, operational, and compliance risk categories.

When to Use

  • Migrating databases, APIs, infrastructure, or services between platforms or versions.
  • Validating schema/API compatibility and detecting breaking changes before cutover.
  • Building rollback runbooks and zero-downtime execution plans.

Clarify First

Before planning the migration, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • What's migrating — database, API, infrastructure, or service (sets --type and which pattern catalog applies)
  • Deliverable — phased plan, compatibility diff, or rollback runbook (selects migration_planner.py vs compatibility_checker.py vs rollback_generator.py)
  • Downtime budget & pattern — zero-downtime requirement and which pattern (expand-contract, dual-write, strangler fig, blue-green) (drives the phases and cutover technique)

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

Tools

ToolPurposeCommand
migration_planner.pyGenerate a phased migration plan with risk assessmentpython scripts/migration_planner.py --input spec.json --output plan.json --format both
compatibility_checker.pyDiff schemas/APIs and flag breaking changespython scripts/compatibility_checker.py --before v1.json --after v2.json --type database
rollback_generator.pyGenerate a rollback runbook from a planpython scripts/rollback_generator.py --input plan.json --output runbook.json --format both

References

Load the reference that matches the task — keep this file lean and pull detail on demand:

Scope & Limitations

This skill covers:

  • End-to-end migration planning for databases, services, infrastructure, and APIs with phased execution and validation gates.
  • Automated compatibility analysis between schema versions (SQL and REST/JSON) including breaking-change detection and migration script generation.
  • Rollback runbook generation with trigger conditions, data recovery plans, escalation matrices, and communication templates.
  • Risk assessment frameworks covering technical, business, operational, and compliance risk categories.

This skill does NOT cover:

  • Actual execution of migrations against live systems -- the tools generate plans, reports, and scripts but do not connect to databases or cloud APIs.
  • Application-level code refactoring required to support new schemas or APIs; see engineering/api-design-reviewer for API contract changes and engineering/database-designer for schema design.
  • Real-time monitoring, alerting, or dashboard provisioning during migration execution; see engineering/observability-designer for observability setup.
  • Cloud cost optimization or capacity planning for target infrastructure; see engineering/ci-cd-pipeline-builder for deployment pipeline configuration.

Integration Points

SkillIntegrationData Flow
engineering/database-designerDesign target schema before migration planningTarget schema JSON feeds into compatibility_checker.py --after
engineering/api-design-reviewerValidate API contract changes for service migrationsOpenAPI spec diffs feed into compatibility_checker.py --type api
engineering/observability-designerSet up monitoring dashboards referenced in migration runbooksMigration plan success metrics inform alerting rule definitions
engineering/ci-cd-pipeline-builderEmbed migration validation in CI/CD stagescompatibility_checker.py runs as a pipeline stage; migration_planner.py --validate gates deployments
engineering/runbook-generatorExtend rollback runbooks with operational proceduresrollback_generator.py output serves as input for detailed operational runbooks
engineering/release-managerCoordinate migration cutover with release schedulesMigration plan phases and timelines align with release windows and feature-flag rollout stages

Signals

GitHub stars
752
Forks
137
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
migration-architect
Source
github.com/borghei/claude-skills