add-app scaffold map
Before this: GitOps conventions map covered the shape every app lands in.
Deep dive for .kiro/skills/add-app/SKILL.md — the skill
Ordered procedure under `.kiro/skills/` (for example `add-app`) so the agent follows one sequence instead of inventing a tree each time. Lab C’s thin prompt actually runs. The three steering maps before this one supply the facts; this supplies the order.
The map
Section titled “The map”The ordering is the point. Step 1 refuses to write files until the archetype is known, because scaffolding around a guess produces a tree that has to be unpicked rather than edited. Step 7 runs base before either overlay so a base-level error surfaces first. And the skill deliberately stops at the pull request — applying Terraform, verifying dev, and promoting the digest to prod are all human decisions.
Next: manage-clusters map covers the cluster-wide counterpart.