Skip to content

migrate-workload map

Before this: manage-clusters map covered cluster-wide configuration.

Deep dive for .kiro/skills/migrate-workload/SKILL.md — the largest skill
Ordered procedure under `.kiro/skills/` (for example `add-app`) so the agent follows one sequence instead of inventing a tree each time.
in the factory, and the only one built as a gated pipeline rather than a scaffold. It is what runs when an app is moving off EC2, ECS, or Compose rather than being created new.

Eight phases, a gate on each, and a rollback path that stays open until Phase 8.

The gates are the design. Nothing starts until the previous gate passes, and a failed gate means re-running that phase rather than working around it. Everything through Phase 6 is purely additive, so the source workload keeps serving traffic and rollback stays a DNS change — right up until decommission, which needs explicit human confirmation and is the one step that cannot be undone with a flip.

Next: promote-app map covers the digest copy Phase 7 calls out to.