migration-architect

Plan zero-downtime migrations with rollback strategies and compatibility analysis.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill migration-architect-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migration-architect
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/skills/migration-architect
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill migration-architect-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams move systems, databases, and services without breaking production, minimizing downtime, data loss, and rollout risk.

Core Features & Use Cases

It provides phased migration planning, compatibility analysis, rollback strategy generation, and data reconciliation guidance for complex changeovers. Use it when you need to compare old and new schemas, stage a strangler or blue-green rollout, validate business continuity, or prepare an emergency rollback runbook. The included references and sample assets make it useful for end-to-end migration planning as well as for validating specific schema or service changes before release.

Quick Start

Use this skill to analyze my migration specification and generate a phased migration plan, compatibility report, and rollback runbook.

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 with a rollback strategy?

Plan a zero-downtime database migration by generating a phased execution plan that includes compatibility analysis, validation gates, and a rollback runbook to ensure business continuity without data loss.

What is the best way to compare old and new schemas before a service transition?

The best way to compare old and new schemas is to perform a compatibility analysis, which identifies structural discrepancies and informs the data reconciliation guidance needed for a safe service transition.

How does a phased migration plan minimize rollout risk for infrastructure changes?

A phased migration plan minimizes rollout risk by staging infrastructure transitions through validation gates, enabling controlled shifts like strangler or blue-green rollouts and triggering rollback scenarios if issues arise.

When do I need a rollback runbook for a complex system migration?

You need a rollback runbook for a complex system migration whenever you must prepare an emergency reversal strategy, ensuring that database, service, and infrastructure changes can be safely undone to protect production.

Can I validate business continuity and data reconciliation before a full rollout?

You can validate business continuity and data reconciliation before a full rollout by applying risk assessment scenarios and compatibility checks to stage changes and confirm system integrity prior to release.

What are the limitations of using a strangler pattern for service migration?

Limitations of using a strangler pattern for service migration include the complexity of maintaining dual-running systems and the need for rigorous reconciliation and validation gates to ensure data consistency before final cutover.