From 98c7dee3f348f95df12aa09a153b67e19ddec60e Mon Sep 17 00:00:00 2001 From: Ahmed Eltayeb Date: Mon, 20 Apr 2026 01:28:28 +0200 Subject: [PATCH 1/2] 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 --- README.md | 1 + extensions/catalog.community.json | 34 ++++++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f196bc123..abbe66b47d 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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-) | | 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 8761682c17..fb32ad3edf 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-04-17T02:00:00Z", + "updated_at": "2026-04-20T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -1828,6 +1828,38 @@ "created_at": "2026-03-18T00:00:00Z", "updated_at": "2026-03-18T00:00:00Z" }, + "spec-validate": { + "name": "Spec Validate", + "id": "spec-validate", + "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.", + "author": "Ahmed Eltayeb", + "version": "1.0.1", + "download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip", + "repository": "https://github.com/aeltayeb/spec-kit-spec-validate", + "homepage": "https://github.com/aeltayeb/spec-kit-spec-validate", + "documentation": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/README.md", + "changelog": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.5.0" + }, + "provides": { + "commands": 6, + "hooks": 3 + }, + "tags": [ + "validation", + "review", + "quality", + "workflow", + "process" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-04-20T00:00:00Z", + "updated_at": "2026-04-20T00:00:00Z" + }, "spectest": { "name": "SpecTest", "id": "spectest", From 472b7c86e879a6c9f09d863c3690416381ce3470 Mon Sep 17 00:00:00 2001 From: Ahmed Eltayeb Date: Tue, 21 Apr 2026 00:57:40 +0200 Subject: [PATCH 2/2] 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. --- extensions/catalog.community.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index fb32ad3edf..c4f5f2d046 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-04-20T00:00:00Z", + "updated_at": "2026-04-21T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -1796,6 +1796,38 @@ "created_at": "2026-04-01T00:00:00Z", "updated_at": "2026-04-01T00:00:00Z" }, + "spec-validate": { + "name": "Spec Validate", + "id": "spec-validate", + "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.", + "author": "Ahmed Eltayeb", + "version": "1.0.1", + "download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip", + "repository": "https://github.com/aeltayeb/spec-kit-spec-validate", + "homepage": "https://github.com/aeltayeb/spec-kit-spec-validate", + "documentation": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/README.md", + "changelog": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.5.0" + }, + "provides": { + "commands": 6, + "hooks": 3 + }, + "tags": [ + "validation", + "review", + "quality", + "workflow", + "process" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-04-20T00:00:00Z", + "updated_at": "2026-04-21T00:00:00Z" + }, "speckit-utils": { "name": "SDD Utilities", "id": "speckit-utils", @@ -1828,38 +1860,6 @@ "created_at": "2026-03-18T00:00:00Z", "updated_at": "2026-03-18T00:00:00Z" }, - "spec-validate": { - "name": "Spec Validate", - "id": "spec-validate", - "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.", - "author": "Ahmed Eltayeb", - "version": "1.0.1", - "download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip", - "repository": "https://github.com/aeltayeb/spec-kit-spec-validate", - "homepage": "https://github.com/aeltayeb/spec-kit-spec-validate", - "documentation": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/README.md", - "changelog": "https://github.com/aeltayeb/spec-kit-spec-validate/blob/main/CHANGELOG.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.5.0" - }, - "provides": { - "commands": 6, - "hooks": 3 - }, - "tags": [ - "validation", - "review", - "quality", - "workflow", - "process" - ], - "verified": false, - "downloads": 0, - "stars": 0, - "created_at": "2026-04-20T00:00:00Z", - "updated_at": "2026-04-20T00:00:00Z" - }, "spectest": { "name": "SpecTest", "id": "spectest",