presets/scaffold/README.md
A custom preset for Spec Kit. Copy this directory and customize it to create your own.
| Template | Type | Description |
|---|---|---|
spec-template | template | Custom feature specification template (overrides core and extensions) |
myext-template | template | Override of the myext extension's report template |
speckit.specify | command | Custom specification command (overrides core) |
speckit.myext.myextcmd | command | Override of the myext extension's myextcmd command |
cp -r presets/scaffold my-presetpreset.yml — set your preset's ID, name, description, and templatestemplates/specify preset add --dev ./my-presetspecify preset resolve spec-templatespecify preset remove my-presetpreset.yml)Required fields:
schema_version — always "1.0"preset.id — lowercase alphanumeric with hyphenspreset.name — human-readable namepreset.version — semantic version (e.g. 1.0.0)preset.description — brief descriptionrequires.speckit_version — version constraint (e.g. >=0.1.0)provides.templates — list of templates with type, name, and fileSee the Preset Publishing Guide for details on submitting to the catalog.
MIT