Skip to content

Commit 76ec3fb

Browse files
committed
Add V-Model Extension Pack to catalog
First community extension: V-Model paired dev-spec and test-spec generation with regulatory-grade traceability. - 3 commands: requirements, acceptance, trace - Deterministic coverage validation (regex-based, not AI) - Targets: IEC 62304, ISO 26262, DO-178C, FDA 21 CFR Part 820 - Repository: https://github.com/leocamello/spec-kit-v-model - Release: v0.1.0
1 parent 04fc3fd commit 76ec3fb

1 file changed

Lines changed: 31 additions & 2 deletions

File tree

extensions/catalog.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-02-03T00:00:00Z",
3+
"updated_at": "2026-02-20T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.json",
5-
"extensions": {}
5+
"extensions": {
6+
"v-model": {
7+
"name": "V-Model Extension Pack",
8+
"id": "v-model",
9+
"description": "Enforces V-Model paired generation of development specs and test specs with full traceability.",
10+
"author": "leocamello",
11+
"version": "0.1.0",
12+
"download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.1.0.zip",
13+
"repository": "https://github.com/leocamello/spec-kit-v-model",
14+
"license": "MIT",
15+
"requires": {
16+
"speckit_version": ">=0.1.0"
17+
},
18+
"provides": {
19+
"commands": [
20+
"speckit.v-model.requirements",
21+
"speckit.v-model.acceptance",
22+
"speckit.v-model.trace"
23+
]
24+
},
25+
"tags": [
26+
"v-model",
27+
"traceability",
28+
"testing",
29+
"compliance",
30+
"safety-critical"
31+
],
32+
"verified": false
33+
}
34+
}
635
}

0 commit comments

Comments
 (0)