promote-app map
Before this: migrate-workload map covered the gated path for existing workloads.
Deep dive for .kiro/skills/promote-app/SKILL.md — the smallest 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 last one. It is what Phase 7 of migrate-workload calls out to, and what every routine release runs.
The map
Section titled “The map”The whole skill rests on one idea: promotion copies a digest, it does not rebuild. Prod runs the exact bytes verified on dev, so the diff is ideally a single line and the rollback is reverting that line. Rebuilding or retagging during promotion turns a reviewable one-line change into a deploy of untested bytes.
Next: Onboard an app (Lab C) runs the thin prompt that exercises all of this.