yolo 0.1.0
First published release of the yolo workflow — the full Spec Kit SDD cycle (specify → plan → tasks → implement) with no review gates.
Install
specify workflow catalog add \
https://raw.githubusercontent.com/clintcparker/speckit-addons/main/workflows/catalog.json
specify workflow add yolo
specify workflow run yolo -i spec="make the app do the thing"Or without registering the catalog:
specify workflow add yolo --from \
https://raw.githubusercontent.com/clintcparker/speckit-addons/yolo-v0.1.0/workflows/yolo/workflow.ymlRaw workflow YAML: https://raw.githubusercontent.com/clintcparker/speckit-addons/yolo-v0.1.0/workflows/yolo/workflow.yml
Notes
Adapted from Spec Kit workflows: YOLO mode, with the {{ inputs.* }} expressions restored (the blog's Liquid templating had stripped them) and the unused scope input removed.
See CHANGELOG.md.
Requires Spec Kit >=0.8.5.