Skip to content

Commit 98c7dee

Browse files
committed
Add spec-validate to community catalog
- Extension ID: spec-validate - Version: 1.0.1 - Author: Ahmed Eltayeb - Description: Comprehension validation, review gating, and approval state for spec-kit artifacts
1 parent c118c1c commit 98c7dee

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ The following community-contributed extensions are available in [`catalog.commun
248248
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |
249249
| Spec Scope | Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase | `process` | Read-only | [spec-kit-scope-](https://github.com/Quratulain-bilal/spec-kit-scope-) |
250250
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
251+
| Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement | `process` | Read+Write | [spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate) |
251252
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements | `code` | Read+Write | [spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest) |
252253
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |
253254
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |

extensions/catalog.community.json

Lines changed: 33 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-04-17T02:00:00Z",
3+
"updated_at": "2026-04-20T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1828,6 +1828,38 @@
18281828
"created_at": "2026-03-18T00:00:00Z",
18291829
"updated_at": "2026-03-18T00:00:00Z"
18301830
},
1831+
"spec-validate": {
1832+
"name": "Spec Validate",
1833+
"id": "spec-validate",
1834+
"description": "Comprehension validation, review gating, and approval state for spec-kit artifacts — staged-reveal quizzes, peer review SLA, and a hard gate before /speckit.implement.",
1835+
"author": "Ahmed Eltayeb",
1836+
"version": "1.0.1",
1837+
"download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip",
1838+
"repository": "https://github.com/aeltayeb/spec-kit-spec-validate",
1839+
"homepage": "https://github.com/aeltayeb/spec-kit-spec-validate",
1840+
"documentation": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/README.md",
1841+
"changelog": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/CHANGELOG.md",
1842+
"license": "MIT",
1843+
"requires": {
1844+
"speckit_version": ">=0.5.0"
1845+
},
1846+
"provides": {
1847+
"commands": 6,
1848+
"hooks": 3
1849+
},
1850+
"tags": [
1851+
"validation",
1852+
"review",
1853+
"quality",
1854+
"workflow",
1855+
"process"
1856+
],
1857+
"verified": false,
1858+
"downloads": 0,
1859+
"stars": 0,
1860+
"created_at": "2026-04-20T00:00:00Z",
1861+
"updated_at": "2026-04-20T00:00:00Z"
1862+
},
18311863
"spectest": {
18321864
"name": "SpecTest",
18331865
"id": "spectest",

0 commit comments

Comments
 (0)