From f36634b5c1463d3592382e863cd5e7b8a94d9c9a Mon Sep 17 00:00:00 2001 From: Clint Parker Date: Wed, 29 Jul 2026 13:10:29 -0700 Subject: [PATCH] Add yolo to community workflow catalog (#3864) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add yolo to community workflow catalog - Workflow ID: yolo - Version: 0.1.0 - Author: clintcparker - Description: Runs specify → plan → tasks → implement without review gates * Update speckit_version requirement to 0.8.12 --- workflows/catalog.community.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/workflows/catalog.community.json b/workflows/catalog.community.json index 2a7efb7eb..ef832e987 100644 --- a/workflows/catalog.community.json +++ b/workflows/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-07-22T00:00:00Z", + "updated_at": "2026-07-29T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/workflows/catalog.community.json", "workflows": { "pipeline": { @@ -22,6 +22,29 @@ ], "created_at": "2026-07-10T00:00:00Z", "updated_at": "2026-07-21T00:00:00Z" + }, + "yolo": { + "id": "yolo", + "name": "Full SDD Cycle - no gates", + "description": "Runs specify → plan → tasks → implement without review gates", + "author": "clintcparker", + "version": "0.1.0", + "url": "https://raw.githubusercontent.com/clintcparker/speckit-addons/yolo-v0.1.0/workflows/yolo/workflow.yml", + "repository": "https://github.com/clintcparker/speckit-addons", + "documentation": "https://github.com/clintcparker/speckit-addons/blob/yolo-v0.1.0/workflows/yolo/README.md", + "changelog": "https://github.com/clintcparker/speckit-addons/blob/yolo-v0.1.0/workflows/yolo/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.8.12" + }, + "tags": [ + "sdd", + "full-cycle", + "no-gates", + "automation" + ], + "created_at": "2026-07-29T00:00:00Z", + "updated_at": "2026-07-29T00:00:00Z" } } }