Add yolo to community workflow catalog - #3864
Merged
Merged
Conversation
- Workflow ID: yolo - Version: 0.1.0 - Author: clintcparker - Description: Runs specify → plan → tasks → implement without review gates
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the gate-free yolo workflow to the community catalog.
Changes:
- Adds pinned workflow metadata, documentation, and tags.
- Refreshes the catalog timestamp.
Show a summary per file
| File | Description |
|---|---|
workflows/catalog.community.json |
Registers the yolo workflow. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Medium
mnriem
requested changes
Jul 29, 2026
mnriem
left a comment
Collaborator
There was a problem hiding this comment.
Please address Copilot feedback
Contributor
There was a problem hiding this comment.
Review details
Comments suppressed due to low confidence (1)
workflows/catalog.community.json:38
- This updates only the catalog metadata, while the tagged
yolo-v0.1.0artifact at line 32 still declaresspeckit_version: ">=0.8.5"; its README, changelog, and release notes also advertise that range. The installer downloads that artifact, so users on 0.8.5–0.8.11 still receive a workflow claiming compatibility even thoughintegration: "auto"fails there. Publish a corrected workflow release with>=0.8.12, then point this entry's version and pinned URLs at that release so the catalog and installed definition agree.
"speckit_version": ">=0.8.12"
- Files reviewed: 1/1 changed files
- Comments generated: 0 new
- Review effort level: Medium
mnriem
approved these changes
Jul 29, 2026
Collaborator
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workflow Submission
Workflow Name: Full SDD Cycle - no gates
Workflow ID:
yoloVersion: 0.1.0
Repository: https://github.com/clintcparker/speckit-addons
Raw YAML: https://raw.githubusercontent.com/clintcparker/speckit-addons/yolo-v0.1.0/workflows/yolo/workflow.yml
Release: https://github.com/clintcparker/speckit-addons/releases/tag/yolo-v0.1.0
yolois the built-inspeckitworkflow with the two review gates removed:specify→plan→tasks→implement, straight through. It exists for the case where you already trust the shape of the change and would rather review the finished branch than approve two intermediate artifacts — the safety net being source control rather than a gate.On the missing gates
The publishing guide recommends gates at decision points, so to be explicit: their absence here is the feature, not an oversight. The README says so plainly and tells users to run it on a branch. The built-in gated
speckitworkflow remains the right default for most people; this is the deliberate opposite trade, and it's marked as such in the name, the description, and theno-gatestag.Security surface
No
shellsteps. All four steps arecommandsteps invoking core Spec Kit commands, so there is no arbitrary-command execution to audit and nothing that needs therun-field scrutiny the guide calls for.Checklist
workflow.yml(passesspecify workflow info)specify workflow runworkflows/catalog.community.json(alphabetical order — inserted afterpipeline)Notes
requires.speckit_versionis>=0.8.5, the first release that resolvesintegration: "auto"engine-side rather than treating it as a literal integration key.requires.integrations.any: ["claude"]is an advisory compatibility hint. All four commands are core commands provided by every integration, so the workflow runs against whatever the project was initialized with.specify workflow catalog add→specify workflow add yolo→specify workflow info yoloreports v0.1.0 with four command steps and no gates. Prior real-project usage is described in this write-up.workflows/yolo/rather than at the repository root. The catalogurlis pinned to the per-add-on tagyolo-v0.1.0.