From 988d4df6354dae9f1d34928d05926af3a7cd9628 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:34:20 +0000 Subject: [PATCH] Add spec-kit-arch-governance extension to community catalog Add arch-governance extension submitted by @ashbrener to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4084 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 41 ++++++++++++++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index e77c40bcfa..08bd87ea7e 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -143,6 +143,7 @@ The following community-contributed extensions are available in [`catalog.commun | Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) | | Spec Trace | Build a requirement → test traceability matrix from spec.md and the test suite — surface untested requirements and orphan tests | `code` | Read+Write | [spec-kit-trace](https://github.com/Quratulain-bilal/spec-kit-trace) | | Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement | `process` | Read+Write | [spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate) | +| spec-kit-arch-governance | Keep specs, code & ADRs in sync: citation slots + a read-only, fail-closed validator. | `docs` | Read+Write | [spec-kit-arch-governance](https://github.com/ashbrener/spec-kit-arch-governance) | | Spec-Kit BDD | ATDD/BDD extension: convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage | `process` | Read+Write | [spec-kit-bdd](https://github.com/RSginer/spec-kit-bdd) | | Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) | | SpecKit Companion | Live spec-driven progress — lifecycle capture, status, resume, and a turbo pipeline profile | `visibility` | Read+Write | [speckit-companion](https://github.com/alfredoperez/speckit-companion) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index b35f1c849d..112d93fb31 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-11T00:00:00Z", + "updated_at": "2026-08-12T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -286,6 +286,45 @@ "created_at": "2026-05-14T00:00:00Z", "updated_at": "2026-06-30T00:00:00Z" }, + "arch-governance": { + "name": "spec-kit-arch-governance", + "id": "arch-governance", + "description": "Keep specs, code & ADRs in sync: citation slots + a read-only, fail-closed validator.", + "author": "Ash Brener", + "version": "1.2.2", + "download_url": "https://github.com/ashbrener/spec-kit-arch-governance/archive/refs/tags/v1.2.2.zip", + "repository": "https://github.com/ashbrener/spec-kit-arch-governance", + "homepage": "https://github.com/ashbrener/spec-kit-arch-governance", + "documentation": "https://github.com/ashbrener/spec-kit-arch-governance/blob/main/README.md", + "changelog": "https://github.com/ashbrener/spec-kit-arch-governance/blob/main/CHANGELOG.md", + "license": "MIT", + "category": "docs", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.1.0", + "tools": [ + { "name": "python", "version": ">=3.11", "required": true }, + { "name": "uv", "required": true }, + { "name": "git", "required": false } + ] + }, + "provides": { + "commands": 6, + "hooks": 3 + }, + "tags": [ + "architecture", + "governance", + "adr", + "citations", + "spec-sync" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-12T00:00:00Z", + "updated_at": "2026-08-12T00:00:00Z" + }, "architect-preview": { "name": "Architect Impact Previewer", "id": "architect-preview",