Migration Planner

Plan phased schema, service, and infrastructure migrations with risk assessments.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/cdalsoniii/brightpath-coder --skill migration-planner-cdalsoniii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Migration Planner
Source: https://github.com/cdalsoniii/brightpath-coder/tree/main/.cursor/skills/migration-planner
Command: npx skills add https://github.com/cdalsoniii/brightpath-coder --skill migration-planner-cdalsoniii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex and risky process of planning database, service, and infrastructure migrations, ensuring safety and minimizing downtime.

Core Features & Use Cases

  • Zero-Downtime Planning: Designs migration strategies that avoid service interruptions.
  • Risk Assessment: Identifies and quantifies potential risks associated with each migration phase.
  • Rollback Strategies: Develops clear, actionable rollback procedures for every step.
  • Use Case: Planning a schema change for a critical user database, ensuring that the application remains available throughout the entire process.

Quick Start

Use the migration planner to devise a strategy for renaming the users.email column to users.email_address.

Frequently Asked Questions about Migration Planner

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

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

Plan zero-downtime database schema migrations by decomposing changes into phased, independently rollback-able steps with risk assessments and validation checkpoints to avoid service interruptions.

How does a zero-downtime migration strategy handle rollbacks?

A zero-downtime migration strategy handles rollbacks by developing clear, actionable rollback procedures for every step, ensuring each phase can be independently reversed if validation checkpoints identify issues.

Can I use this to plan infrastructure and service migrations, not just schema changes?

Yes, you can plan infrastructure and service migrations in addition to schema changes. The planner analyzes current and target states to support schema, service, and infrastructure migration triggers.

What is the best way to rename a critical database column without service downtime?

The best way to rename a critical database column without downtime is to decompose the change into phased, independently rollback-able steps, using risk assessments and validation checkpoints to maintain application availability.

What are the limitations of planning zero-downtime migrations for complex infrastructure changes?

The limitations of planning zero-downtime migrations depend on the accuracy of current and target state analysis, requiring rigorous risk assessment and validation checkpoints for each phased, independently rollback-able step to ensure safety.