diff --git a/docs/community/presets.md b/docs/community/presets.md index 52f923a3ad..5c4ca5aec9 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -30,5 +30,6 @@ The following community-contributed presets customize how Spec Kit behaves — o | Table of Contents Navigation | Adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents | 3 templates, 3 commands | — | [spec-kit-preset-toc-navigation](https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation) | | VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command | — | [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) | | Workflow Preset | Behavior-first specification, design artifacts, and agent-native handoff orchestration — adds requirement-phase behavior drafts, formal BDD/UIF/behavior contracts, optional design artifacts, and scoped implementation handoffs with Core Agent, Vertical Planner Agent, and Worker Agent modes | 22 templates, 8 commands | — | [spec-kit-workflow-preset](https://github.com/bigsmartben/spec-kit-workflow-preset) | +| Test-First Governance | Strengthens Spec Kit with mandatory Test-Driven Development (TDD), Behavior-Driven Development (BDD), and Acceptance Test-Driven Development (ATDD) governance, traceability, and risk-based quality gates tp improve implementation quality and reliability, make implementation evidence explicit, and increase release readiness rather than only describing testing expectations | 10 templates, 8 commands | Spec Kit >=0.12.11 | [spec-kit-preset-test-first-governance](https://github.com/ka-zo/spec-kit-preset-test-first-governance) | To build and publish your own preset, see the [Presets Publishing Guide](https://github.com/github/spec-kit/blob/main/presets/PUBLISHING.md). diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 24c312195c..93a242aac0 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -694,6 +694,36 @@ ], "created_at": "2026-05-27T00:00:00Z", "updated_at": "2026-06-30T00:00:00Z" + }, + "test-first-governance": { + "name": "Test-First Governance", + "id": "test-first-governance", + "description": "Governs TDD with coverage-complete BDD/ATDD Gherkin scenarios, explicit suite ownership, professional test reports, traceability, and risk-based quality gates.", + "author": "Zoltán Katona, PhD", + "version": "1.3.0", + "download_url": "https://github.com/ka-zo/spec-kit-preset-test-first-governance/archive/refs/tags/1.3.0.zip", + "sha256": "b0fc787d81afd654e9cf071641aff007dfb20f8b1092e38d6f429f343d380232", + "repository": "https://github.com/ka-zo/spec-kit-preset-test-first-governance", + "documentation": "https://github.com/ka-zo/spec-kit-preset-test-first-governance/blob/main/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.12.11" + }, + "provides": { + "templates": 10, + "commands": 8 + }, + "tags": [ + "tdd", + "bdd", + "atdd", + "gherkin", + "quality-gates", + "traceability", + "test-first" + ], + "created_at": "2026-07-12T12:32:00Z", + "updated_at": "2026-07-12T12:32:00Z" } } }