extensions/template/README.md
Starter template for creating a Spec Kit extension.
Copy this template:
cp -r extensions/template my-extension
cd my-extension
Customize extension.yml:
Create commands:
commands/ directoryCreate config template:
Write documentation:
Test locally:
cd /path/to/spec-kit-project
specify extension add --dev /path/to/my-extension
Publish (optional):
extension.yml - Extension manifest (CUSTOMIZE THIS)config-template.yml - Configuration template (CUSTOMIZE THIS)commands/example.md - Example command (REPLACE THIS)README.md - Extension documentation (REPLACE THIS)LICENSE - MIT License (REVIEW THIS)CHANGELOG.md - Version history (UPDATE THIS).gitignore - Git ignore rulesextension.yml with your extension detailscommands/