Skip to content

yolo 0.1.0

Choose a tag to compare

@clintcparker clintcparker released this 29 Jul 18:45

First published release of the yolo workflow — the full Spec Kit SDD cycle (specifyplantasksimplement) 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.yml

Raw 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.