generate_migration_strategy
Generate a structured migration strategy between technologies, versions, or patterns, covering stages, dual-write/dual-read plans, validation, cutover, and rollback.
Instructions
Generate a migration strategy from one technology / version / pattern to another. Returns a structured prompt yielding stages, dual-write/dual-read plans, validation, cutover, and rollback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target technology / version / pattern. | |
| from | Yes | Source technology / version / pattern being migrated away from. | |
| scope | Yes | What is in scope: services, datasets, customers, regions. | |
| constraints | No | Downtime tolerance, deadlines, dual-write requirements. |