Skip to content

Commit 10f63c9

Browse files
authored
Add Architecture Guard to community catalog (#2430)
* feat: add Architecture Guard to community catalog - Add architecture-guard v1.4.0 extension entry to catalog - Add entry to README community extensions table - Includes built-in Laravel-specific governance rules * chore: update catalog timestamp to 2026-05-05 * fix: address PR feedback - Add 'governance' category to README legend (used by Architecture Guard) - Update architecture-guard timestamps to 2026-05-05 (submission date) - Align with published extension behavior (Laravel support now built-in) * chore: update Architecture Guard category to process - Changed from 'governance' to 'process' (official category) - Aligns with schema in EXTENSION-PUBLISHING-GUIDE.md - Removed 'governance' from category legend (not an official category) * chore: update timestamps to actual UTC datetime - Top-level updated_at: 2026-05-05T07:26:00Z - Entry created_at/updated_at: 2026-05-05T07:26:00Z - Replaces placeholder 00:00:00Z with actual submission time
1 parent 0d8685a commit 10f63c9

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ The following community-contributed extensions are available in [`catalog.commun
198198
| Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) |
199199
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
200200
| 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) |
201+
| Architecture Guard | Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals. | `process` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |
201202
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
202203
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | `integration` | Read+Write | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
203204
| Blueprint | Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs | `docs` | Read+Write | [spec-kit-blueprint](https://github.com/chordpli/spec-kit-blueprint) |

extensions/catalog.community.json

Lines changed: 34 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-05-04T17:02:08Z",
3+
"updated_at": "2026-05-05T07:26:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -100,6 +100,39 @@
100100
"created_at": "2026-04-14T00:00:00Z",
101101
"updated_at": "2026-04-14T00:00:00Z"
102102
},
103+
"architecture-guard": {
104+
"name": "Architecture Guard",
105+
"id": "architecture-guard",
106+
"description": "Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals.",
107+
"author": "DyanGalih",
108+
"version": "1.4.0",
109+
"download_url": "https://github.com/DyanGalih/spec-kit-architecture-guard/archive/refs/tags/v1.4.0.zip",
110+
"repository": "https://github.com/DyanGalih/spec-kit-architecture-guard",
111+
"homepage": "https://github.com/DyanGalih/spec-kit-architecture-guard",
112+
"documentation": "https://github.com/DyanGalih/spec-kit-architecture-guard/blob/main/README.md",
113+
"changelog": "https://github.com/DyanGalih/spec-kit-architecture-guard/releases",
114+
"license": "MIT",
115+
"requires": {
116+
"speckit_version": ">=0.1.0"
117+
},
118+
"provides": {
119+
"commands": 6,
120+
"hooks": 0
121+
},
122+
"tags": [
123+
"architecture",
124+
"governance",
125+
"drift-detection",
126+
"refactor",
127+
"monolithic",
128+
"microservices"
129+
],
130+
"verified": false,
131+
"downloads": 0,
132+
"stars": 0,
133+
"created_at": "2026-05-05T07:26:00Z",
134+
"updated_at": "2026-05-05T07:26:00Z"
135+
},
103136
"archive": {
104137
"name": "Archive Extension",
105138
"id": "archive",

0 commit comments

Comments
 (0)