From 10afa8a8d5c17887e7ff3f4722fd03699340084c Mon Sep 17 00:00:00 2001 From: Thorsten Hindermann Date: Thu, 11 Jun 2026 08:28:21 +0200 Subject: [PATCH 1/2] Update architecture-governance preset to v0.3.0 --- docs/community/presets.md | 2 +- presets/catalog.community.json | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/docs/community/presets.md b/docs/community/presets.md index 4f8adcfb5d..4e7b8123ed 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -10,7 +10,7 @@ The following community-contributed presets customize how Spec Kit behaves — o | A11Y Governance | Adds WCAG 2.2 AA accessibility checks, bilingual DE/EN delivery, CEFR-B2 readability, CLI accessibility, inclusive-content guidance, and didactic inline-code-comment review | 10 templates, 3 commands | — | [spec-kit-preset-a11y-governance](https://github.com/hindermath/spec-kit-preset-a11y-governance) | | Agent Parity Governance | Keeps shared AI-agent instructions aligned and adds agent-neutral Spec Kit model-routing guidance across project-defined agent guidance surfaces | 9 templates, 3 commands | — | [spec-kit-preset-agent-parity-governance](https://github.com/hindermath/spec-kit-preset-agent-parity-governance) | | AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) | -| Architecture Governance | Adds secure architecture governance: trust boundaries, threat modeling, STRIDE/CAPEC, S-ADRs, Zero Trust applicability, and OWASP SAMM | 11 templates, 3 commands | — | [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) | +| Architecture Governance | Adds secure architecture governance: trust boundaries, threat modeling, STRIDE/CAPEC, S-ADRs, Zero Trust applicability, OWASP SAMM, and BSI C3A cloud autonomy applicability | 12 templates, 3 commands | — | [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) | | Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands | — | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) | | Claude AskUserQuestion | Upgrades `/speckit.clarify` and `/speckit.checklist` on Claude Code from Markdown-table prompts to the native AskUserQuestion picker, with a recommended option and reasoning on every question | 2 commands | — | [spec-kit-preset-claude-ask-questions](https://github.com/0xrafasec/spec-kit-preset-claude-ask-questions) | | Cross-Platform Governance | Adds Bash/PowerShell parity, dry-run/WhatIf parity, Unix man-page expectations, PowerShell comment-based help, and Verb-Noun Cmdlet discipline | 8 templates, 3 commands | — | [spec-kit-preset-cross-platform-governance](https://github.com/hindermath/spec-kit-preset-cross-platform-governance) | diff --git a/presets/catalog.community.json b/presets/catalog.community.json index aa7b3af8d2..fc4807157f 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-06-05T00:00:00Z", + "updated_at": "2026-06-11T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json", "presets": { "a11y-governance": { @@ -92,11 +92,11 @@ "architecture-governance": { "name": "Architecture Governance", "id": "architecture-governance", - "version": "0.2.0", - "description": "Adds secure architecture governance, threat modeling, STRIDE/CAPEC, Zero Trust, S-ADRs, and OWASP SAMM to Spec Kit.", + "version": "0.3.0", + "description": "Adds secure architecture governance, threat modeling, STRIDE/CAPEC, Zero Trust, S-ADRs, OWASP SAMM, and BSI C3A cloud autonomy applicability to Spec Kit.", "author": "Thorsten Hindermann", "repository": "https://github.com/hindermath/spec-kit-preset-architecture-governance", - "download_url": "https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.2.0.zip", + "download_url": "https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.3.0.zip", "homepage": "https://github.com/hindermath/spec-kit-preset-architecture-governance", "documentation": "https://github.com/hindermath/spec-kit-preset-architecture-governance/blob/main/README.md", "license": "MIT", @@ -104,7 +104,7 @@ "speckit_version": ">=0.8.0" }, "provides": { - "templates": 11, + "templates": 12, "commands": 3 }, "tags": [ @@ -112,10 +112,18 @@ "governance", "threat-modeling", "stride", - "zero-trust" + "capec", + "arc42", + "adr", + "zero-trust", + "samm", + "isaqb", + "cloud", + "sovereignty", + "c3a" ], "created_at": "2026-04-27T00:00:00Z", - "updated_at": "2026-04-27T00:00:00Z" + "updated_at": "2026-06-11T00:00:00Z" }, "canon-core": { "name": "Canon Core", From 287e530ff9586de862b9836a3229692cac49f6ff Mon Sep 17 00:00:00 2001 From: Thorsten Hindermann Date: Thu, 11 Jun 2026 12:39:05 +0200 Subject: [PATCH 2/2] Update architecture-governance preset to v0.4.0 --- docs/community/presets.md | 2 +- presets/catalog.community.json | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/community/presets.md b/docs/community/presets.md index 4e7b8123ed..c1a64fb3ac 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -10,7 +10,7 @@ The following community-contributed presets customize how Spec Kit behaves — o | A11Y Governance | Adds WCAG 2.2 AA accessibility checks, bilingual DE/EN delivery, CEFR-B2 readability, CLI accessibility, inclusive-content guidance, and didactic inline-code-comment review | 10 templates, 3 commands | — | [spec-kit-preset-a11y-governance](https://github.com/hindermath/spec-kit-preset-a11y-governance) | | Agent Parity Governance | Keeps shared AI-agent instructions aligned and adds agent-neutral Spec Kit model-routing guidance across project-defined agent guidance surfaces | 9 templates, 3 commands | — | [spec-kit-preset-agent-parity-governance](https://github.com/hindermath/spec-kit-preset-agent-parity-governance) | | AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) | -| Architecture Governance | Adds secure architecture governance: trust boundaries, threat modeling, STRIDE/CAPEC, S-ADRs, Zero Trust applicability, OWASP SAMM, and BSI C3A cloud autonomy applicability | 12 templates, 3 commands | — | [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) | +| Architecture Governance | Adds secure architecture governance: trust boundaries, threat modeling, STRIDE/CAPEC, S-ADRs, Zero Trust applicability, OWASP SAMM, BSI C3A cloud autonomy, and BSI C5 cloud compliance assurance | 13 templates, 3 commands | — | [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) | | Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands | — | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) | | Claude AskUserQuestion | Upgrades `/speckit.clarify` and `/speckit.checklist` on Claude Code from Markdown-table prompts to the native AskUserQuestion picker, with a recommended option and reasoning on every question | 2 commands | — | [spec-kit-preset-claude-ask-questions](https://github.com/0xrafasec/spec-kit-preset-claude-ask-questions) | | Cross-Platform Governance | Adds Bash/PowerShell parity, dry-run/WhatIf parity, Unix man-page expectations, PowerShell comment-based help, and Verb-Noun Cmdlet discipline | 8 templates, 3 commands | — | [spec-kit-preset-cross-platform-governance](https://github.com/hindermath/spec-kit-preset-cross-platform-governance) | diff --git a/presets/catalog.community.json b/presets/catalog.community.json index fc4807157f..5ae5e8a4e9 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -92,11 +92,11 @@ "architecture-governance": { "name": "Architecture Governance", "id": "architecture-governance", - "version": "0.3.0", - "description": "Adds secure architecture governance, threat modeling, STRIDE/CAPEC, Zero Trust, S-ADRs, OWASP SAMM, and BSI C3A cloud autonomy applicability to Spec Kit.", + "version": "0.4.0", + "description": "Adds secure architecture governance, STRIDE/CAPEC threat modeling, S-ADRs, Zero Trust, OWASP SAMM, BSI C3A cloud autonomy, and BSI C5 cloud compliance assurance.", "author": "Thorsten Hindermann", "repository": "https://github.com/hindermath/spec-kit-preset-architecture-governance", - "download_url": "https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.3.0.zip", + "download_url": "https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.4.0.zip", "homepage": "https://github.com/hindermath/spec-kit-preset-architecture-governance", "documentation": "https://github.com/hindermath/spec-kit-preset-architecture-governance/blob/main/README.md", "license": "MIT", @@ -104,7 +104,7 @@ "speckit_version": ">=0.8.0" }, "provides": { - "templates": 12, + "templates": 13, "commands": 3 }, "tags": [ @@ -120,7 +120,9 @@ "isaqb", "cloud", "sovereignty", - "c3a" + "c3a", + "c5", + "assurance" ], "created_at": "2026-04-27T00:00:00Z", "updated_at": "2026-06-11T00:00:00Z"