Framework and Database Migration Assistant
Plans a framework, database, or API migration from your current setup to a target one, honoring the compatibility window, downtime limit, and behavior you say must be preserved. - Takes old/new stack, current and target setup, and hard constraints as input - Outputs an ordered migration checklist, tackling the riskiest changes first - Generates code transformations for common patterns and lists breaking changes - Includes a rollback plan and validation tests to confirm the migration worked
Help me migrate from {{old}} to {{new}}. Current setup: {{current_setup}} Target: {{target_setup}} Constraints: - Must maintain backwards compatibility for {{compat_duration}} - Cannot have downtime longer than {{downtime_limit}} - Must preserve {{preserved_behavior}} Generate: 1. Migration checklist (ordered steps) 2. Code transformations for common patterns 3. Breaking changes to watch for 4. Rollback plan 5. Validation tests to confirm migration worked Start with the riskiest parts first.