migration-planner
SolidPlan and track cross-platform or cross-service migrations (Supabase to Firebase, single to multi-tenant, schema migrations, etc). Generates rollback-safe migration plans with state tracking.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- Silex-Research
- Repository
- Silex-Research/DontPanic
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
migration-planner
Use for migration, replatform, schema change, backfill, dual write, shadow read, cutover, rollback, kill switch, expand contract, big bang, online migration, blue green, framework upgrade, cloud migration, zero downtime change. Produces a phased runbook, dual write plan, shadow read and backfill spec, cutover checklist, kill switch wiring, and a post migration cleanup ticket. Sequences destructive changes so production keeps working at every step, each phase ships independently, and every step is reversible until the cutover. Do not invoke for small in place changes that fit one deploy with no data reshape and no consumer coordination; that is a normal change, not a migration.
migration-surgeon
Plans safe schema/data migrations with expand/contract, backfill, and rollback. Use for DB/search/queue shape changes. Emits MIGRATION_PLAN. Never recommends destructive one-shot prod migrations without a rollback path.
plan-migration
Use when an agent needs to plan a safe data migration or database schema change; sequences the change into backward-compatible expand/backfill/contract phases with rollback and verification steps rather than executing SQL scripts or migrating data.