From 113916dbb8acb07ddc628bc16e601ddcf0780a43 Mon Sep 17 00:00:00 2001 From: Sertxito <25170262+Sertxito@users.noreply.github.com> Date: Thu, 21 May 2026 16:34:41 +0000 Subject: [PATCH 1/2] Add RAG Azure Builder extension to community catalog Add rag-azure-builder extension submitted by @Sertxito to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2665 --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 32 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 5a640164a6..31809c9c53 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -81,6 +81,7 @@ The following community-contributed extensions are available in [`catalog.commun | Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) | | Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) | | QA Testing Extension | Systematic QA testing with browser-driven or CLI-based validation of acceptance criteria from spec | `code` | Read-only | [spec-kit-qa](https://github.com/arunt14/spec-kit-qa) | +| RAG Azure Builder | Spec Kit extension for onboarding and operating an Azure RAG stack with guided workflows | `process` | Read+Write | [spec-kit-extension-rag-azure-builder](https://github.com/Sertxito/spec-kit-extension-rag-azure-builder) | | Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss-Projects/spec-kit-ralph) | | Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) | | Red Team | Adversarial review of specs before /speckit.plan — parallel lens agents surface risks that clarify/analyze structurally can't (prompt injection, integrity gaps, cross-spec drift, silent failures). Produces a structured findings report; no auto-edits to specs. | `docs` | Read+Write | [spec-kit-red-team](https://github.com/ashbrener/spec-kit-red-team) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 40cf8629bd..bc9bd50c29 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -2007,6 +2007,38 @@ "created_at": "2026-04-01T00:00:00Z", "updated_at": "2026-04-01T00:00:00Z" }, + "rag-azure-builder": { + "name": "RAG Azure Builder", + "id": "rag-azure-builder", + "description": "Spec Kit extension for onboarding and operating an Azure RAG stack with guided workflows.", + "author": "Sertxito", + "version": "1.2.0", + "download_url": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/archive/refs/tags/v1.2.0.zip", + "repository": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder", + "homepage": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder", + "documentation": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder#readme", + "changelog": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.8.0" + }, + "provides": { + "commands": 5, + "hooks": 0 + }, + "tags": [ + "azure", + "rag", + "search", + "onboarding", + "cost-optimization" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-05-21T00:00:00Z", + "updated_at": "2026-05-21T00:00:00Z" + }, "ralph": { "name": "Ralph Loop", "id": "ralph", From 6ebbc6867611992c122f12bdf62207e455778d55 Mon Sep 17 00:00:00 2001 From: Sertxito <25170262+Sertxito@users.noreply.github.com> Date: Fri, 22 May 2026 01:24:20 +0200 Subject: [PATCH 2/2] fix: pin changelog URL to v1.2.0 tag --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index bc9bd50c29..fc7cf43f29 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -2017,7 +2017,7 @@ "repository": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder", "homepage": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder", "documentation": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder#readme", - "changelog": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/blob/main/CHANGELOG.md", + "changelog": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/blob/v1.2.0/CHANGELOG.md", "license": "MIT", "requires": { "speckit_version": ">=0.8.0"