## What problem does it solve?
The scaffold skill helps teams jump-start new modules or features by learning the codebase conventions (naming, structure, imports, error handling, test layout) and emitting the smallest working skeleton that matches local conventions.
## Core Features & Use Cases
- Survey existing code examples to extract conventions and patterns used by the repository.
- Validate the current Code Context before generating anything to ensure alignment with project invariants.
- Emit the smallest skeleton that mirrors the observed conventions, including file layout, naming, and test placement.
- Provide a clear hand-off: list missing pieces and the next concrete steps (first call site, first test, first integration).
- Support iterative refinement by re-running with updated context or targets.
### Quick Start
Invoke the scaffold verb with a target description to emit the smallest skeleton that matches the repository conventions.