
Repository Scaffold Capability
Keeps your repository tidy and predictable. It defines where Capabilities, Plans, and your own folders are meant to live, and it repairs the core structure when something is missing — so the project grows in a sensible shape instead of sprawling.
What it is for
Reach for it when you are unsure where a file or folder belongs, when expected scaffold files are missing, or right before a setup step that needs to create new paths. It is the map of the intended repository tree.
Frictions it removes
- Random folders. Stray directories from unrelated tasks are avoided.
- “Where does this go?” Placement questions have a clear, documented answer.
- Drift over time. The core structure is repaired and kept consistent as the project grows.
How it works
The agent compares your repository to the intended growth tree, repairs or recreates any missing core folders, and guides new files to their correct home — so structure stays deliberate rather than accidental.