migration-architect

Plan, validate compatibility, and generate rollback strategies for system migrations.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill migration-architect-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migration-architect
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering/migration-architect
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill migration-architect-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill tackles the complexity and risk inherent in system, database, and infrastructure migrations, ensuring minimal business disruption and successful transitions.

Core Features & Use Cases

  • Zero-Downtime Planning: Generates detailed, phased migration plans with risk assessments and rollback strategies.
  • Compatibility Validation: Analyzes schema and API changes to identify and mitigate breaking issues.
  • Automated Rollback: Creates comprehensive rollback procedures for every stage of the migration.
  • Use Case: A company needs to migrate its core user database to a new cloud provider with zero downtime. This Skill can plan the phased migration, check for schema compatibility issues between the old and new databases, and generate a detailed rollback plan in case of unforeseen problems.

Quick Start

Use the migration-architect skill to generate a migration plan for a database schema change, inputting the details from the file 'database_migration_spec.json'.

Frequently Asked Questions about migration-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a zero downtime database migration?

Zero downtime database migration requires generating a detailed, phased migration plan with risk assessments and rollback strategies. You input a JSON specification file detailing the schema changes to automatically produce a comprehensive transition schedule and ensure minimal business disruption.

How do I validate schema compatibility before a system transition?

Schema compatibility validation analyzes schema and API changes to identify and mitigate breaking issues before a system transition. This process checks your old and new database structures to detect potential conflicts early, ensuring a smooth infrastructure re-platforming or service replacement.

What is the best way to generate a rollback strategy for infrastructure migration?

The best way to generate a rollback strategy for infrastructure migration is to automate comprehensive rollback procedures for every stage of the transition. This ensures that if unforeseen problems occur during re-platforming, you can safely revert the system to its previous state without data loss.

Can I use the Strangler Fig pattern for service replacement migrations?

Yes, you can use the Strangler Fig pattern for service replacement migrations. This approach supports gradually replacing legacy services by validating compatibility and generating specific rollback procedures, allowing you to transition complex systems without disrupting ongoing business operations.

Do I need Python scripts to automate migration planning?

Yes, you need Python scripts to automate migration planning, compatibility checking, and rollback generation. These scripts process your JSON inputs containing migration specifications and output detailed reports and plans necessary for executing complex database and infrastructure transitions.