From 821023506ef256a1680f37cbc395470af5a4773f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Katona?= Date: Sun, 12 Jul 2026 14:24:26 +0200 Subject: [PATCH 1/5] Initial version of the test-first-governance entry in the community preset json --- presets/catalog.community.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 24c312195c..230df01eff 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-03-10T00:00:00Z", + "updated_at": "2026-03-10T00:00:00Z" } } } From d9a00dcb1202ae30fd3f890b0c1c2469de9b3303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Katona?= Date: Sun, 12 Jul 2026 14:34:10 +0200 Subject: [PATCH 2/5] Update created_at and updated_at entries for the preset --- presets/catalog.community.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 230df01eff..93a242aac0 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -722,8 +722,8 @@ "traceability", "test-first" ], - "created_at": "2026-03-10T00:00:00Z", - "updated_at": "2026-03-10T00:00:00Z" + "created_at": "2026-07-12T12:32:00Z", + "updated_at": "2026-07-12T12:32:00Z" } } } From 0fa6486f7a1f73c3051a9bb101dc0354eafd167e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Katona?= Date: Sun, 12 Jul 2026 14:43:34 +0200 Subject: [PATCH 3/5] Add entry for test-first-governance preset in the community presets table --- docs/community/presets.md | 1 + 1 file changed, 1 insertion(+) 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). From 575b65da22b99d300a8b55a25512c36475639b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Katona=2C=20PhD?= <36472477+ka-zo@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:23:49 +0200 Subject: [PATCH 4/5] Fix order of Test First Governance preset in the presets table --- docs/community/presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/presets.md b/docs/community/presets.md index 5c4ca5aec9..4a56b1c9a7 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -28,8 +28,8 @@ The following community-contributed presets customize how Spec Kit behaves — o | SicarioSpec Core | Baseline secure-by-default Spec Kit governance profile. | 5 templates | — | [sicario-spec](https://github.com/dfirs1car1o/sicario-spec) | | Spec2Cloud | Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy | 5 templates, 8 commands | — | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) | | 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) | +| 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) | | 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). From 36c53dbb6f59e066acf9841a25d72aab18cc498f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Katona=2C=20PhD?= <36472477+ka-zo@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:26:05 +0200 Subject: [PATCH 5/5] Fix order of test-first-governance in community presets json --- presets/catalog.community.json | 60 +++++++++++++++++----------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 93a242aac0..1611f0f5e9 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -618,6 +618,36 @@ "created_at": "2026-04-30T00:00:00Z", "updated_at": "2026-04-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" + }, "toc-navigation": { "name": "Table of Contents Navigation", "id": "toc-navigation", @@ -694,36 +724,6 @@ ], "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" } } }