Skip to content

Commit fc477d5

Browse files
Add Architecture 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>
1 parent ea26fc2 commit fc477d5

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following community-contributed extensions are available in [`catalog.commun
3232
| Analytics | Measure what your AI builds, and how much time it saves you | `visibility` | Read+Write | [spec-kit-analytics](https://github.com/Fyloss/spec-kit-analytics) |
3333
| API Evolve | Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC | `process` | Read+Write | [spec-kit-api-evolve](https://github.com/Quratulain-bilal/spec-kit-api-evolve) |
3434
| Architect Impact Previewer | Predicts architectural impact, complexity, and risks of proposed changes before implementation. | `visibility` | Read-only | [spec-kit-architect-preview](https://github.com/UmmeHabiba1312/spec-kit-architect-preview) |
35+
| Architecture 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) |
3536
| Architecture Guard | Framework-agnostic architecture review extension for validating implementation against governance and architecture constitutions, detecting architectural drift, and generating non-blocking refactor tasks | `process` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |
3637
| Architecture Workflow | Generate or reverse project-level 4+1 architecture views with per-view and full-workflow commands | `docs` | Read+Write | [spec-kit-arch](https://github.com/bigsmartben/spec-kit-arch) |
3738
| Archive Extension | Archive merged features into main project memory, resolving gaps and conflicts. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |

extensions/catalog.community.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-08-13T00:00:00Z",
3+
"updated_at": "2026-08-14T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -286,6 +286,44 @@
286286
"created_at": "2026-05-14T00:00:00Z",
287287
"updated_at": "2026-06-30T00:00:00Z"
288288
},
289+
"arch-governance": {
290+
"name": "Architecture Governance",
291+
"id": "arch-governance",
292+
"description": "Keep specs, code & ADRs in sync: citation slots + a read-only, fail-closed validator.",
293+
"author": "Ash Brener",
294+
"version": "1.2.2",
295+
"download_url": "https://github.com/ashbrener/spec-kit-arch-governance/archive/refs/tags/v1.2.2.zip",
296+
"repository": "https://github.com/ashbrener/spec-kit-arch-governance",
297+
"homepage": "https://github.com/ashbrener/spec-kit-arch-governance",
298+
"documentation": "https://github.com/ashbrener/spec-kit-arch-governance/blob/main/README.md",
299+
"changelog": "https://github.com/ashbrener/spec-kit-arch-governance/blob/main/CHANGELOG.md",
300+
"license": "MIT",
301+
"category": "docs",
302+
"effect": "read-write",
303+
"requires": {
304+
"speckit_version": ">=0.1.0",
305+
"tools": [
306+
{ "name": "python", "version": ">=3.11", "required": true },
307+
{ "name": "uv", "required": true }
308+
]
309+
},
310+
"provides": {
311+
"commands": 6,
312+
"hooks": 3
313+
},
314+
"tags": [
315+
"architecture",
316+
"governance",
317+
"adr",
318+
"citations",
319+
"spec-sync"
320+
],
321+
"verified": false,
322+
"downloads": 0,
323+
"stars": 0,
324+
"created_at": "2026-08-14T00:00:00Z",
325+
"updated_at": "2026-08-14T00:00:00Z"
326+
},
289327
"architect-preview": {
290328
"name": "Architect Impact Previewer",
291329
"id": "architect-preview",

0 commit comments

Comments
 (0)