Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions presets/catalog.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,22 +670,24 @@
"workflow-preset": {
"name": "Workflow Preset",
"id": "workflow-preset",
"version": "1.3.12",
"version": "2.0.0",
"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.12/spec-kit-workflow-preset-v1.3.12.zip",
"download_url": "https://github.com/bigsmartben/spec-kit-workflow-preset/releases/download/v2.0.0/spec-kit-workflow-preset-v2.0.0.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"
"speckit_version": ">=0.12.7.dev0"
},
"provides": {
"templates": 23,
"templates": 27,
"commands": 8
},
"tags": [
"architecture",
"constitution",
"behavior",
"bdd",
"planning",
Expand Down
8 changes: 5 additions & 3 deletions presets/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,22 @@
"workflow-preset": {
"name": "Workflow Preset",
"id": "workflow-preset",
"version": "1.3.12",
"version": "2.0.0",
"description": "Behavior-first specification, design artifacts, and agent-native handoff orchestration",
"author": "bigsmartben",
"repository": "https://github.com/bigsmartben/spec-kit-workflow-preset",
"license": "MIT",
"bundled": true,
"requires": {
"speckit_version": ">=0.8.10.dev0"
"speckit_version": ">=0.12.7.dev0"
},
"provides": {
"commands": 8,
"templates": 23
"templates": 27
},
"tags": [
"architecture",
"constitution",
"behavior",
"bdd",
"planning",
Expand Down
5 changes: 4 additions & 1 deletion presets/workflow-preset/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ This repository is a Spec Kit community preset named `workflow-preset`.
- Planning design artifacts are optional and contextual:
- `class-diagram.md`
- `contracts/sequences.md`
- Validation strategy is derived by `/speckit.tasks` from behavior contracts, interface contracts, `research.md`, and `quickstart.md`; do not add standalone `test-plan.md` without intentionally updating the preset contract.
- Validation decisions stay in `research.md` and executable paths in
`quickstart.md`; plan closeout maps them into
`behavior/behavior-testability.md`, and `/speckit.tasks` derives concrete
tasks. Do not add standalone `test-plan.md`.
- Do not move product requirements out of `spec.md`, domain model details out of `data-model.md`, interface schemas out of `contracts/`, or validation run guidance out of `quickstart.md`.

## Integration Boundary
Expand Down
41 changes: 33 additions & 8 deletions presets/workflow-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,39 @@

## Unreleased

- Added a wrapping `spec-template` as the single owner of the source-agnostic
`UI/UX Specification` structure, including stable `UI-###` and `UX-###`
requirements.
- Removed design-provider and intake-evidence dependencies from runtime
commands, templates, validators, protocols, and public documentation.
- Separated UI/UX Applicability (`Required`, `Not Applicable`, `Unknown`) from
specification Readiness (`Ready`, `Blocked`) across checklist, planning,
task, implementation, and receipt contracts.
## 2.0.0 - 2026-07-26

- Moved project Architecture generation into `/speckit.constitution`, which now
manages separate `constitution.md` and single-file `architecture.md`
lifecycles for greenfield, brownfield, and amendment runs.
- Added an explicit user-selected input agreement; UC, README, repository files,
and other conventional paths are no longer assumed prerequisites or evidence.
- Removed 4+1 reasoning from the target Architecture shape and added the
boundary -> concept -> technical evidence -> planning guardrail chain.
- Required `/speckit.plan` to project Architecture decisions, concepts,
boundaries, constraints, gaps, and validation implications into its normal
research, data model, contracts, plan, and quickstart outputs.

## 1.4.1 - 2026-07-26

- Raised the minimum Spec Kit version to `0.12.7.dev0`, the first core version
that provides the requirement-gate Planning Readiness preflight consumed by
this preset.
- Restored runnable contract coverage for current wrapper, planning, template,
visual-readiness, documentation, and governance invariants.

## 1.4.0 - 2026-07-26

- Separated requirement-stage Planning Readiness from plan-stage Behavior
Testability without adding commands or a `planning-readiness.md` artifact.
- Replaced the legacy combined behavior-testability checklist with
requirements, behavior, UX, security, NFR, and visual domain gates.
- Added BDD Plan closeout output at
`behavior/behavior-testability.md`; tasks now require its current READY
decision and derive fixture → validation/test → implementation → evidence
chains.
- Preserved provider-evidence blockers as intake responsibilities and made
legacy `checklists/behavior-testability.md` non-authoritative.

## 1.3.12 - 2026-07-01

Expand Down
Loading
Loading