Skip to content

[Preset]: Update Workflow Preset to v1.3.11 #3248

Description

@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

=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

  • Preset installs successfully via specify preset add
  • Template resolution works correctly after installation
  • Documentation is complete and accurate
  • Tested on at least one real project

Submission Requirements

  • Valid preset.yml manifest included
  • Linked README (Documentation URL) explains how to use this preset and includes a valid specify preset add ... command (preferably specify preset add --from <download-url> using the exact download URL)
  • LICENSE file included
  • GitHub release created with version tag
  • Preset ID follows naming conventions (lowercase-with-hyphens)

Testing Details

Tested on:

  • Windows with local source checkout
  • Release download URL and packaged manifest metadata

Test scenarios:

  1. uv run --with PyYAML --with jsonschema python -m unittest tests.test_preset_contract -> 142 tests OK.
  2. Downloaded and inspected spec-kit-workflow-preset-v1.3.11.zip; preset.yml reports version 1.3.11.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions