Skip to content

Commit f0886bd

Browse files
feat: register architect-preview in community catalog (#2214)
* Add Architect Impact Previewer to catalog Added a new architect impact previewer with metadata. * Fix description formatting in architect-preview * Add Architect Impact Previewer extension details * Update catalog.community.json * Add Architect Impact Previewer extension details Added 'Architect Impact Previewer' extension with details including name, description, author, version, and URLs. * Add Architect Impact Previewer extension to README
1 parent 39c7b04 commit f0886bd

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ The following community-contributed extensions are available in [`catalog.commun
183183
| Extension | Purpose | Category | Effect | URL |
184184
|-----------|---------|----------|--------|-----|
185185
| 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) |
186+
| 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) |
186187
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
187188
| 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) |
188189
| Branch Convention | Configurable branch and folder naming conventions for /specify with presets and custom patterns | `process` | Read+Write | [spec-kit-branch-convention](https://github.com/Quratulain-bilal/spec-kit-branch-convention) |

extensions/catalog.community.json

Lines changed: 33 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-04-13T23:01:30Z",
3+
"updated_at": "2026-04-14T21:30:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -36,6 +36,38 @@
3636
"created_at": "2026-03-18T00:00:00Z",
3737
"updated_at": "2026-03-18T00:00:00Z"
3838
},
39+
"architect-preview": {
40+
"name": "Architect Impact Previewer",
41+
"id": "architect-preview",
42+
"description": "Predicts architectural impact, complexity, and risks of proposed changes before implementation.",
43+
"author": "Umme Habiba",
44+
"version": "1.0.0",
45+
"download_url": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/archive/refs/tags/v1.0.0.zip",
46+
"repository": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview",
47+
"homepage": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview",
48+
"documentation": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/README.md",
49+
"changelog": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/CHANGELOG.md",
50+
"license": "MIT",
51+
"requires": {
52+
"speckit_version": ">=0.1.0"
53+
},
54+
"provides": {
55+
"commands": 1,
56+
"hooks": 0
57+
},
58+
"tags": [
59+
"architecture",
60+
"analysis",
61+
"risk-assessment",
62+
"planning",
63+
"preview"
64+
],
65+
"verified": false,
66+
"downloads": 0,
67+
"stars": 0,
68+
"created_at": "2026-04-14T00:00:00Z",
69+
"updated_at": "2026-04-14T00:00:00Z"
70+
},
3971
"archive": {
4072
"name": "Archive Extension",
4173
"id": "archive",

0 commit comments

Comments
 (0)