Preset ID
workflow-preset
Preset Name
Workflow Preset
Version
1.3.11
Description
Behavior-first specification, design artifacts, and agent-native handoff orchestration
Author
bigsmartben
Repository URL
https://github.com/bigsmartben/spec-kit-workflow-preset
Download URL
https://github.com/bigsmartben/spec-kit-workflow-preset/releases/download/v1.3.11/spec-kit-workflow-preset-v1.3.11.zip
Documentation URL
https://github.com/bigsmartben/spec-kit-workflow-preset/blob/main/README.md
License
MIT
Required Spec Kit Version
=0.8.10.dev0
Required Extensions
None
Templates Provided
- 22 template overrides and schema templates, including
plan-template, constitution-template, behavior draft/contract templates, design intake templates, and implementation handoff schemas.
Commands Provided
speckit.specify
speckit.clarify
speckit.checklist
speckit.constitution
speckit.analyze
speckit.plan
speckit.tasks
speckit.implement
Number of Scripts
0
Tags
behavior, bdd, planning, implementation, handoff
Key Features
- Adds behavior-first specification and planning artifacts while preserving core workflow compatibility.
- Wraps core commands for specification, clarification, checklist, constitution, analysis, planning, and task generation.
- Replaces implementation with agent-native handoff orchestration and worker receipt contracts.
- Provides behavior, design, and implementation JSON schema contracts.
Testing Checklist
Submission Requirements
Testing Details
Tested on:
- Windows with local source checkout
- Release download URL and packaged manifest metadata
Test scenarios:
uv run --with PyYAML --with jsonschema python -m unittest tests.test_preset_contract -> 142 tests OK.
- Downloaded and inspected
spec-kit-workflow-preset-v1.3.11.zip; preset.yml reports version 1.3.11.
curl.exe -L --fail --head for the download URL returned HTTP 200 after redirect.
Example Usage
specify preset add --from https://github.com/bigsmartben/spec-kit-workflow-preset/releases/download/v1.3.11/spec-kit-workflow-preset-v1.3.11.zip
/speckit.specify <feature idea>
/speckit.plan
/speckit.implement
Proposed Catalog Entry
{
"workflow-preset": {
"name": "Workflow Preset",
"id": "workflow-preset",
"version": "1.3.11",
"description": "Behavior-first specification, design artifacts, and agent-native handoff orchestration",
"author": "bigsmartben",
"repository": "https://github.com/bigsmartben/spec-kit-workflow-preset",
"download_url": "https://github.com/bigsmartben/spec-kit-workflow-preset/releases/download/v1.3.11/spec-kit-workflow-preset-v1.3.11.zip",
"homepage": "https://github.com/bigsmartben/spec-kit-workflow-preset",
"documentation": "https://github.com/bigsmartben/spec-kit-workflow-preset/blob/main/README.md",
"license": "MIT",
"requires": {
"speckit_version": ">=0.8.10.dev0"
},
"provides": {
"templates": 22,
"commands": 8
},
"tags": [
"behavior",
"bdd",
"planning",
"implementation",
"handoff"
],
"created_at": "2026-05-27T00:00:00Z",
"updated_at": "2026-06-25T00:00:00Z"
}
}
Additional Context
This replaces the direct PR submission #3220, which was closed with maintainer guidance to use the preset submission issue template for new/update preset submissions. Prepared by Codex acting on behalf of @bigsmartben.
Preset ID
workflow-preset
Preset Name
Workflow Preset
Version
1.3.11
Description
Behavior-first specification, design artifacts, and agent-native handoff orchestration
Author
bigsmartben
Repository URL
https://github.com/bigsmartben/spec-kit-workflow-preset
Download URL
https://github.com/bigsmartben/spec-kit-workflow-preset/releases/download/v1.3.11/spec-kit-workflow-preset-v1.3.11.zip
Documentation URL
https://github.com/bigsmartben/spec-kit-workflow-preset/blob/main/README.md
License
MIT
Required Spec Kit Version
Required Extensions
None
Templates Provided
plan-template,constitution-template, behavior draft/contract templates, design intake templates, and implementation handoff schemas.Commands Provided
speckit.specifyspeckit.clarifyspeckit.checklistspeckit.constitutionspeckit.analyzespeckit.planspeckit.tasksspeckit.implementNumber of Scripts
0
Tags
behavior, bdd, planning, implementation, handoff
Key Features
Testing Checklist
specify preset addSubmission Requirements
preset.ymlmanifest includedspecify preset add ...command (preferablyspecify preset add --from <download-url>using the exact download URL)Testing Details
Tested on:
Test scenarios:
uv run --with PyYAML --with jsonschema python -m unittest tests.test_preset_contract-> 142 tests OK.spec-kit-workflow-preset-v1.3.11.zip;preset.ymlreports version 1.3.11.curl.exe -L --fail --headfor the download URL returned HTTP 200 after redirect.Example Usage
Proposed Catalog Entry
{ "workflow-preset": { "name": "Workflow Preset", "id": "workflow-preset", "version": "1.3.11", "description": "Behavior-first specification, design artifacts, and agent-native handoff orchestration", "author": "bigsmartben", "repository": "https://github.com/bigsmartben/spec-kit-workflow-preset", "download_url": "https://github.com/bigsmartben/spec-kit-workflow-preset/releases/download/v1.3.11/spec-kit-workflow-preset-v1.3.11.zip", "homepage": "https://github.com/bigsmartben/spec-kit-workflow-preset", "documentation": "https://github.com/bigsmartben/spec-kit-workflow-preset/blob/main/README.md", "license": "MIT", "requires": { "speckit_version": ">=0.8.10.dev0" }, "provides": { "templates": 22, "commands": 8 }, "tags": [ "behavior", "bdd", "planning", "implementation", "handoff" ], "created_at": "2026-05-27T00:00:00Z", "updated_at": "2026-06-25T00:00:00Z" } }Additional Context
This replaces the direct PR submission #3220, which was closed with maintainer guidance to use the preset submission issue template for new/update preset submissions. Prepared by Codex acting on behalf of @bigsmartben.