Skip to content

Commit 9cf33e8

Browse files
ismaelJimenezIsmael
andauthored
feat: add verify extension to community catalog (#1726)
* feat: add verify extension to community catalog * Add verify to extension readme --------- Co-authored-by: Ismael <ismael.jimenez-martinez@bmw.de>
1 parent 254e9bb commit 9cf33e8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The following community-contributed extensions are available in [`catalog.commun
7676
| 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) |
7777
| 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) |
7878
| 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) |
79+
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
7980

8081

8182
## Adding Your Extension

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-03-02T05:42:00Z",
3+
"updated_at": "2026-03-03T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"cleanup": {
@@ -106,6 +106,32 @@
106106
"stars": 0,
107107
"created_at": "2026-02-20T00:00:00Z",
108108
"updated_at": "2026-02-22T00:00:00Z"
109+
},
110+
"verify": {
111+
"name": "Verify Extension",
112+
"id": "verify",
113+
"description": "Post-implementation quality gate that validates implemented code against specification artifacts.",
114+
"author": "ismaelJimenez",
115+
"version": "1.0.0",
116+
"download_url": "https://github.com/ismaelJimenez/spec-kit-verify/archive/refs/tags/v1.0.0.zip",
117+
"repository": "https://github.com/ismaelJimenez/spec-kit-verify",
118+
"homepage": "https://github.com/ismaelJimenez/spec-kit-verify",
119+
"documentation": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/README.md",
120+
"changelog": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/CHANGELOG.md",
121+
"license": "MIT",
122+
"requires": {
123+
"speckit_version": ">=0.1.0"
124+
},
125+
"provides": {
126+
"commands": 1,
127+
"hooks": 1
128+
},
129+
"tags": ["verification", "quality-gate", "implementation", "spec-adherence", "compliance"],
130+
"verified": false,
131+
"downloads": 0,
132+
"stars": 0,
133+
"created_at": "2026-03-03T00:00:00Z",
134+
"updated_at": "2026-03-03T00:00:00Z"
109135
}
110136
}
111137
}

0 commit comments

Comments
 (0)