Install
openclaw skills install kv-migration-architectPlan, execute and validate zero-downtime system migrations. Use when migrating databases (schema evolution, data transfer, CDC), services (strangler-fig, canary, blue-green, parallel run), or infrastructure (cloud-to-cloud, on-prem to cloud). Generates phased migration plans, compatibility analysis, rollback procedures, runbooks, stakeholder communication templates, and success metrics.
openclaw skills install kv-migration-architectConvert a migration request into a structured, zero-downtime plan with tested rollback procedures.
Use this skill when the user asks to:
database | service | infrastructure | hybrid.{baseDir}/references/migration_patterns_catalog.md.python {baseDir}/scripts/compatibility_checker.py --before=<old> --after=<new>
{baseDir}/references/zero_downtime_techniques.md if the best technique is unclear.python {baseDir}/scripts/migration_planner.py --config=<config.json>
python {baseDir}/scripts/rollback_generator.py --plan=<plan.json>
{baseDir}/references/data_reconciliation_strategies.md for reconciliation patterns.Functor Information Loss (or equivalent: Irreversible Data Loss Risk) when a phase cannot be rolled back.| Tier | Criteria | Required before execution |
|---|---|---|
| LOW | additive schema changes, no data transformation | staging validation |
| MEDIUM | data transformation, dual-write window, service cutover | staging + load test + rollback drill |
| HIGH | destructive changes, cross-cloud, compliance scope | all above + stakeholder sign-off |
Information Loss).references/ instead.Before emitting the plan, verify: