Files
github-spec-kit/workflows/catalog.community.json
Clint Parker f36634b5c1 Add yolo to community workflow catalog (#3864)
* 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
2026-07-29 15:10:29 -05:00

51 lines
1.9 KiB
JSON

{
"schema_version": "1.0",
"updated_at": "2026-07-29T00:00:00Z",
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/workflows/catalog.community.json",
"workflows": {
"pipeline": {
"id": "pipeline",
"name": "Guided SDD Pipeline",
"description": "Chains specify, clarify, plan, tasks, analyze, implement, and converge into one guided run with a single clarify gate and a post-implement convergence loop",
"author": "domattioli",
"version": "1.1.0",
"url": "https://raw.githubusercontent.com/domattioli/spec-kit-workflow-pipeline/v1.1.0/workflow.yml",
"repository": "https://github.com/domattioli/spec-kit-workflow-pipeline",
"license": "MIT",
"requires": {
"speckit_version": ">=0.11.2"
},
"tags": [
"sdd",
"pipeline",
"automation"
],
"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"
}
}
}