From 5430efbd0d046f08cb821e9bd6ddf7b0b47b70ce Mon Sep 17 00:00:00 2001 From: Emi Date: Tue, 24 Feb 2026 13:42:41 +0100 Subject: [PATCH 1/2] Add retrospective extension to community catalog. Register the new retrospective extension release so users can discover and install it from the community catalog. Co-authored-by: Cursor --- extensions/catalog.community.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index f3e6b42451..4ab408b7c5 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-02-22T00:00:00Z", + "updated_at": "2026-02-24T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "cleanup": { @@ -29,6 +29,32 @@ "created_at": "2026-02-22T00:00:00Z", "updated_at": "2026-02-22T00:00:00Z" }, + "retrospective": { + "name": "Retrospective Extension", + "id": "retrospective", + "description": "Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates.", + "author": "emi-dm", + "version": "1.0.0", + "download_url": "https://github.com/emi-dm/spec-kit-retrospective/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/emi-dm/spec-kit-retrospective", + "homepage": "https://github.com/emi-dm/spec-kit-retrospective", + "documentation": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/README.md", + "changelog": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 1 + }, + "tags": ["retrospective", "spec-drift", "quality", "analysis", "governance"], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-02-24T00:00:00Z", + "updated_at": "2026-02-24T00:00:00Z" + }, "v-model": { "name": "V-Model Extension Pack", "id": "v-model", From f455d10217e4ea2317cdde0ea183541bcbad29c6 Mon Sep 17 00:00:00 2001 From: Emi Date: Tue, 3 Mar 2026 08:58:01 +0100 Subject: [PATCH 2/2] Add Retrospective Extension to community catalog --- extensions/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/README.md b/extensions/README.md index fa93fbd1a1..33459b9b23 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -7,6 +7,8 @@ Community-contributed extensions for [Spec Kit](https://github.com/github/spec-k | Extension | Purpose | URL | |-----------|---------|-----| | V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) | +| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) | +| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) | ## Adding Your Extension