From d12a8cf7462a802bdb8b96dafe430560b0731c0e Mon Sep 17 00:00:00 2001 From: Umm e Habiba <161445850+UmmeHabiba1312@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:09:01 +0500 Subject: [PATCH 1/6] Add Architect Impact Previewer to catalog Added a new architect impact previewer with metadata. --- presets/catalog.community.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index bc105e748..dfb113fe2 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -239,6 +239,33 @@ "clarify", "interactive" ] + }, + "architect-preview": { + "name": "Architect Impact Previewer", + "id": "architect-preview", + "version": "1.0.0", + "description": "Predicts architectural impact, complexity, and risks of proposed changes.", + "author": "Umme Habiba", + "repository": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", + "homepage": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", + "documentation": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.4.0" + }, + "provides": { + "templates": 1, + "commands": 1, + "scripts": 1 + }, + "tags": [ + "architecture", + "impact-analysis", + "risk-assessment", + "preview" + ], + "created_at": "2026-04-14T00:00:00Z", + "updated_at": "2026-04-14T00:00:00Z" } } } From b8d1eac4f8bf0f74a0bf453719f33a37a212ca62 Mon Sep 17 00:00:00 2001 From: Umm e Habiba <161445850+UmmeHabiba1312@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:31:47 +0500 Subject: [PATCH 2/6] Fix description formatting in architect-preview --- presets/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index dfb113fe2..1b232b0ca 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -244,7 +244,7 @@ "name": "Architect Impact Previewer", "id": "architect-preview", "version": "1.0.0", - "description": "Predicts architectural impact, complexity, and risks of proposed changes.", + "description": "Predicts architectural impact, complexity and risks of proposed changes.", "author": "Umme Habiba", "repository": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", "homepage": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", From 26dcbdfd89f78870348306fff2e6b5ccfe11c17c Mon Sep 17 00:00:00 2001 From: Umm e Habiba <161445850+UmmeHabiba1312@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:09:38 +0500 Subject: [PATCH 3/6] Add Architect Impact Previewer extension details --- extensions/catalog.community.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 61731b22d..cfef57891 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -2053,6 +2053,38 @@ "stars": 0, "created_at": "2026-04-13T00:00:00Z", "updated_at": "2026-04-13T00:00:00Z" + }, + "architect-preview": { + "name": "Architect Impact Previewer", + "id": "architect-preview", + "description": "Predicts architectural impact, complexity, and risks of proposed changes before implementation.", + "author": "Umme Habiba", + "version": "1.0.0", + "download_url": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", + "homepage": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", + "documentation": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/README.md", + "changelog": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 0 + }, + "tags": [ + "architecture", + "analysis", + "risk-assessment", + "planning", + "preview" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-04-14T00:00:00Z", + "updated_at": "2026-04-14T00:00:00Z" } } } From 32a00bfe1fd692a5c0bd24bc91f868fdd8e49fc9 Mon Sep 17 00:00:00 2001 From: Umm e Habiba <161445850+UmmeHabiba1312@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:24:55 +0500 Subject: [PATCH 4/6] Update catalog.community.json --- presets/catalog.community.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 1b232b0ca..bc105e748 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -239,33 +239,6 @@ "clarify", "interactive" ] - }, - "architect-preview": { - "name": "Architect Impact Previewer", - "id": "architect-preview", - "version": "1.0.0", - "description": "Predicts architectural impact, complexity and risks of proposed changes.", - "author": "Umme Habiba", - "repository": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", - "homepage": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", - "documentation": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/README.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.4.0" - }, - "provides": { - "templates": 1, - "commands": 1, - "scripts": 1 - }, - "tags": [ - "architecture", - "impact-analysis", - "risk-assessment", - "preview" - ], - "created_at": "2026-04-14T00:00:00Z", - "updated_at": "2026-04-14T00:00:00Z" } } } From 5acf3cecafef1397fd073911a2acb275d0e0a9b1 Mon Sep 17 00:00:00 2001 From: Umm e Habiba <161445850+UmmeHabiba1312@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:36:07 +0500 Subject: [PATCH 5/6] Add Architect Impact Previewer extension details Added 'Architect Impact Previewer' extension with details including name, description, author, version, and URLs. --- extensions/catalog.community.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index cfef57891..dd7f4f3a1 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-04-13T23:01:30Z", + "updated_at": "2026-04-14T21:30:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -36,6 +36,38 @@ "created_at": "2026-03-18T00:00:00Z", "updated_at": "2026-03-18T00:00:00Z" }, + "architect-preview": { + "name": "Architect Impact Previewer", + "id": "architect-preview", + "description": "Predicts architectural impact, complexity, and risks of proposed changes before implementation.", + "author": "Umme Habiba", + "version": "1.0.0", + "download_url": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", + "homepage": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", + "documentation": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/README.md", + "changelog": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 0 + }, + "tags": [ + "architecture", + "analysis", + "risk-assessment", + "planning", + "preview" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-04-14T00:00:00Z", + "updated_at": "2026-04-14T00:00:00Z" + }, "archive": { "name": "Archive Extension", "id": "archive", @@ -2053,38 +2085,6 @@ "stars": 0, "created_at": "2026-04-13T00:00:00Z", "updated_at": "2026-04-13T00:00:00Z" - }, - "architect-preview": { - "name": "Architect Impact Previewer", - "id": "architect-preview", - "description": "Predicts architectural impact, complexity, and risks of proposed changes before implementation.", - "author": "Umme Habiba", - "version": "1.0.0", - "download_url": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/archive/refs/tags/v1.0.0.zip", - "repository": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", - "homepage": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview", - "documentation": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/README.md", - "changelog": "https://github.com/UmmeHabiba1312/spec-kit-architect-preview/blob/main/CHANGELOG.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.1.0" - }, - "provides": { - "commands": 1, - "hooks": 0 - }, - "tags": [ - "architecture", - "analysis", - "risk-assessment", - "planning", - "preview" - ], - "verified": false, - "downloads": 0, - "stars": 0, - "created_at": "2026-04-14T00:00:00Z", - "updated_at": "2026-04-14T00:00:00Z" } } } From aafccffee1c70cee5cf67198b4da2511645350da Mon Sep 17 00:00:00 2001 From: Umm e Habiba <161445850+UmmeHabiba1312@users.noreply.github.com> Date: Tue, 14 Apr 2026 23:34:38 +0500 Subject: [PATCH 6/6] Add Architect Impact Previewer extension to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c729fe02f..a8a8d3a3e 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ The following community-contributed extensions are available in [`catalog.commun | Extension | Purpose | Category | Effect | URL | |-----------|---------|----------|--------|-----| | 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) | +| 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) | | Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) | | 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) | | 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) |