Skip to content

Commit 26d7428

Browse files
committed
feat: add Architecture Guard and Laravel adapter to community catalog
1 parent 259494a commit 26d7428

2 files changed

Lines changed: 75 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ 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. | `docs` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |
202+
| Architecture Guard Laravel | Laravel-specific adapter for Architecture Guard. Maps generic architecture rules to Laravel conventions like FormRequests, API Resources, and Eloquent boundaries. | `docs` | Read+Write | [architecture-guard-laravel](https://github.com/DyanGalih/architecture-guard-laravel) |
201203
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
202204
| 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) |
203205
| 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: 73 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-01T15:01:47Z",
3+
"updated_at": "2026-05-01T15:10:01Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -100,6 +100,78 @@
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.1.6",
109+
"download_url": "https://github.com/DyanGalih/spec-kit-architecture-guard/archive/refs/tags/v1.1.6.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-01T15:10:01Z",
134+
"updated_at": "2026-05-01T15:10:01Z"
135+
},
136+
"architecture-guard-laravel": {
137+
"name": "Architecture Guard Laravel",
138+
"id": "architecture-guard-laravel",
139+
"description": "Laravel-specific adapter for Architecture Guard. Maps generic architecture rules to Laravel conventions like FormRequests, API Resources, and Eloquent boundaries.",
140+
"author": "DyanGalih",
141+
"version": "1.1.6",
142+
"download_url": "https://github.com/DyanGalih/architecture-guard-laravel/archive/refs/tags/v1.1.6.zip",
143+
"repository": "https://github.com/DyanGalih/architecture-guard-laravel",
144+
"homepage": "https://github.com/DyanGalih/architecture-guard-laravel",
145+
"documentation": "https://github.com/DyanGalih/architecture-guard-laravel/blob/main/README.md",
146+
"changelog": "https://github.com/DyanGalih/architecture-guard-laravel/releases",
147+
"license": "MIT",
148+
"requires": {
149+
"speckit_version": ">=0.1.0",
150+
"extensions": [
151+
{
152+
"id": "architecture-guard",
153+
"version": ">=1.1.6",
154+
"required": true
155+
}
156+
]
157+
},
158+
"provides": {
159+
"commands": 1,
160+
"hooks": 0
161+
},
162+
"tags": [
163+
"laravel",
164+
"architecture",
165+
"governance",
166+
"php",
167+
"adapter"
168+
],
169+
"verified": false,
170+
"downloads": 0,
171+
"stars": 0,
172+
"created_at": "2026-05-01T15:10:01Z",
173+
"updated_at": "2026-05-01T15:10:01Z"
174+
},
103175
"archive": {
104176
"name": "Archive Extension",
105177
"id": "archive",

0 commit comments

Comments
 (0)