What problem does it solve? Production migrations involving revenue or customer data (database engine swaps, payment provider changes, runtime upgrades) carry severe risk when executed without a structured plan. This Skill enforces a six-section operational checklist so no critical step—backup, canary rollout, validation, rollback, communication, or worst-case planning—is skipped. ## Core Features & Use Cases - Six-Section Checklist: Pre-migration (backup, integrity, dry-run), rollout strategy (feature flags, canary, dual write/read), validation (metrics, logs, alarms), rollback plan (ABORT conditions, per-phase matrix, RPO/RTO), communication (war-room, escalation chain), and worst-case scenarios. - Measurable Thresholds: Every item uses concrete criteria such as error rate +0.5%p, p95 latency +20%, and automatic ABORT triggers, producing output operations teams can execute directly. - Use Case: When migrating from MySQL to PostgreSQL or switching Stripe to Toss Payments, invoke this Skill to produce a phased dual-write plan with rollback dry-runs and a Point-of-No-Return sign-off gate. ## Quick Start Ask the agent to plan a zero-downtime migration from MySQL to PostgreSQL for the production payments database.