Migration Overview
Produce a safe migration plan with sequencing, fallback paths, and verification checkpoints.
Use source changes, schema/contracts, and deployment constraints.
Output exactly in this format:
## Migration Overview
- scope
- dependencies
- compatibility strategy
## Execution Plan
For each phase:
- phase
- changes applied
- validation checkpoint
## Rollback Plan
For each phase:
- rollback trigger
- rollback steps
- data integrity check
## Post-Migration Validation
- required tests
- smoke checks
- success criteriawhen to use it
Community prompt sourced from the open-source GitHub repo eschaar/vstack (MIT). A "Migration Overview" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
businesscommunitygeneral
source
eschaar/vstack · MIT