Skip to content

Commit bf8fb12

Browse files
bgervinBarry Gervin
andauthored
Add sync extension to community catalog (#1728)
* Add sync extension to community catalog - Extension ID: sync - Version: 0.1.0 - Author: bgervin - Description: Detect and resolve drift between specs and implementation * fix: use main branch in URLs per Copilot review * Reorder community extensions table alphabetically Per Copilot review feedback and EXTENSION-PUBLISHING-GUIDE.md --------- Co-authored-by: Barry Gervin <bgervin@hotmail.com>
1 parent 2b92ab4 commit bf8fb12

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

extensions/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ The following community-contributed extensions are available in [`catalog.commun
7272

7373
| Extension | Purpose | URL |
7474
|-----------|---------|-----|
75-
| 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) |
7675
| 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) |
76+
| 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) |
77+
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
78+
| 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) |
7779

7880
## Adding Your Extension
7981

extensions/catalog.community.json

Lines changed: 27 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-02-24T00:00:00Z",
3+
"updated_at": "2026-03-02T05:42:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"cleanup": {
@@ -55,6 +55,32 @@
5555
"created_at": "2026-02-24T00:00:00Z",
5656
"updated_at": "2026-02-24T00:00:00Z"
5757
},
58+
"sync": {
59+
"name": "Spec Sync",
60+
"id": "sync",
61+
"description": "Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval.",
62+
"author": "bgervin",
63+
"version": "0.1.0",
64+
"download_url": "https://github.com/bgervin/spec-kit-sync/archive/refs/tags/v0.1.0.zip",
65+
"repository": "https://github.com/bgervin/spec-kit-sync",
66+
"homepage": "https://github.com/bgervin/spec-kit-sync",
67+
"documentation": "https://github.com/bgervin/spec-kit-sync/blob/main/README.md",
68+
"changelog": "https://github.com/bgervin/spec-kit-sync/blob/main/CHANGELOG.md",
69+
"license": "MIT",
70+
"requires": {
71+
"speckit_version": ">=0.1.0"
72+
},
73+
"provides": {
74+
"commands": 5,
75+
"hooks": 1
76+
},
77+
"tags": ["sync", "drift", "validation", "bidirectional", "backfill"],
78+
"verified": false,
79+
"downloads": 0,
80+
"stars": 0,
81+
"created_at": "2026-03-02T00:00:00Z",
82+
"updated_at": "2026-03-02T00:00:00Z"
83+
},
5884
"v-model": {
5985
"name": "V-Model Extension Pack",
6086
"id": "v-model",

0 commit comments

Comments
 (0)