manage-clusters map
Before this: add-app scaffold map walked the skill that scaffolds one app.
Deep dive for .kiro/skills/manage-clusters/SKILL.md — the smallest of the four skills
Ordered procedures under `.kiro/skills/` (for example `add-app`) so the agent follows one sequence instead of inventing a tree each time., and the one with the widest blast radius. Where add-app touches one app tree, this touches every app on a cluster.
The map
Section titled “The map”Two traps are worth reading twice. An ApplicationSet does not pick up its own definition from a
Git change unless something else manages it, so editing the file and waiting for a sync that never
arrives is the common failure. And widening a discovery glob deploys whatever it now matches —
including work-in-progress trees you did not intend to ship.
Next: migrate-workload map covers the gated path for existing workloads.