| name | extend-skill-builder |
|---|---|
| description | Shape a skill before skill-creator builds it. Discovery-first: observe how the model already behaves, then write only the delta. Use when starting a new skill or rewriting one from scratch. |
skill-creator builds, iterates, evaluates, and packages skills. This skill runs before that — it does discovery, classification, and scope-setting, then hands off a well-shaped draft to skill-creator.
The doctrine: A skill contains only what the model couldn't figure out on its own. The skill is a residual — what's left after subtracting what the unskilled model already does correctly. Length isn't a target; necessity is.