Skip to content

Commit 85e00f6

Browse files
authored
Add spec-validate to community catalog (#2274)
* 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 * Reorder spec-validate before speckit-utils (address Copilot feedback) Lexicographically 'spec-validate' < 'speckit-utils' because '-' (0x2D) sorts before 'k' (0x6B). Move the entry to match the alphabetical ordering used in the 's' range of the catalog.
1 parent fc1cec9 commit 85e00f6

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
@@ -251,6 +251,7 @@ The following community-contributed extensions are available in [`catalog.commun
251251
| 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) |
252252
| 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-) |
253253
| 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) |
254+
| 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) |
254255
| 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) |
255256
| 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) |
256257
| 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-20T00:00:00Z",
3+
"updated_at": "2026-04-21T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1890,6 +1890,38 @@
18901890
"created_at": "2026-04-20T00:00:00Z",
18911891
"updated_at": "2026-04-20T00:00:00Z"
18921892
},
1893+
"spec-validate": {
1894+
"name": "Spec Validate",
1895+
"id": "spec-validate",
1896+
"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.",
1897+
"author": "Ahmed Eltayeb",
1898+
"version": "1.0.1",
1899+
"download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip",
1900+
"repository": "https://github.com/aeltayeb/spec-kit-spec-validate",
1901+
"homepage": "https://github.com/aeltayeb/spec-kit-spec-validate",
1902+
"documentation": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/README.md",
1903+
"changelog": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/CHANGELOG.md",
1904+
"license": "MIT",
1905+
"requires": {
1906+
"speckit_version": ">=0.5.0"
1907+
},
1908+
"provides": {
1909+
"commands": 6,
1910+
"hooks": 3
1911+
},
1912+
"tags": [
1913+
"validation",
1914+
"review",
1915+
"quality",
1916+
"workflow",
1917+
"process"
1918+
],
1919+
"verified": false,
1920+
"downloads": 0,
1921+
"stars": 0,
1922+
"created_at": "2026-04-20T00:00:00Z",
1923+
"updated_at": "2026-04-21T00:00:00Z"
1924+
},
18931925
"speckit-utils": {
18941926
"name": "SDD Utilities",
18951927
"id": "speckit-utils",

0 commit comments

Comments
 (0)