From 55a959055c72d5b6de63f0730e687d588d1f3663 Mon Sep 17 00:00:00 2001 From: dhilipkumars Date: Sun, 1 Mar 2026 16:31:09 -0500 Subject: [PATCH] fix: add 'Retrospective' to readme. --- extensions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/README.md b/extensions/README.md index 574144a4d1..d39d482e30 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -74,6 +74,7 @@ The following community-contributed extensions are available in [`catalog.commun |-----------|---------|-----| | 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