Skip to content

Commit 61c6b57

Browse files
Ed Harrodclaude
andcommitted
Add plan-review-gate to community catalog
- Extension ID: plan-review-gate - Version: 1.0.0 - Author: luno - Catalog entries sorted alphabetically by ID - README table row inserted alphabetically by name Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b22f381 commit 61c6b57

File tree

2 files changed

+98
-67
lines changed

2 files changed

+98
-67
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ The following community-contributed extensions are available in [`catalog.commun
181181
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |
182182
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
183183
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
184+
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
184185
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
185186
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |
186187
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) |

extensions/catalog.community.json

Lines changed: 97 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-03-19T12:08:20Z",
3+
"updated_at": "2026-03-27T08:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
77
"name": "AI-Driven Engineering (AIDE)",
88
"id": "aide",
9-
"description": "A structured 7-step workflow for building new projects from scratch with AI assistants from vision through implementation.",
9+
"description": "A structured 7-step workflow for building new projects from scratch with AI assistants \u2014 from vision through implementation.",
1010
"author": "mnriem",
1111
"version": "1.0.0",
1212
"download_url": "https://github.com/mnriem/spec-kit-extensions/releases/download/aide-v1.0.0/aide.zip",
@@ -170,7 +170,7 @@
170170
"cognitive-squad": {
171171
"name": "Cognitive Squad",
172172
"id": "cognitive-squad",
173-
"description": "Multi-agent cognitive system with Triadic Model: understanding, internalization, application with quality gates, backpropagation verification, and self-healing",
173+
"description": "Multi-agent cognitive system with Triadic Model: understanding, internalization, application \u2014 with quality gates, backpropagation verification, and self-healing",
174174
"author": "Testimonial",
175175
"version": "0.1.0",
176176
"download_url": "https://github.com/Testimonial/cognitive-squad/archive/refs/tags/v0.1.0.zip",
@@ -379,7 +379,7 @@
379379
"iterate": {
380380
"name": "Iterate",
381381
"id": "iterate",
382-
"description": "Iterate on spec documents with a two-phase define-and-apply workflow refine specs mid-implementation and go straight back to building",
382+
"description": "Iterate on spec documents with a two-phase define-and-apply workflow \u2014 refine specs mid-implementation and go straight back to building",
383383
"author": "Vianca Martinez",
384384
"version": "2.0.0",
385385
"download_url": "https://github.com/imviancagrace/spec-kit-iterate/archive/refs/tags/v2.0.0.zip",
@@ -437,6 +437,67 @@
437437
"created_at": "2026-03-05T00:00:00Z",
438438
"updated_at": "2026-03-05T00:00:00Z"
439439
},
440+
"learn": {
441+
"name": "Learning Extension",
442+
"id": "learn",
443+
"description": "Generate educational guides from implementations and enhance clarifications with mentoring context.",
444+
"author": "Vianca Martinez",
445+
"version": "1.0.0",
446+
"download_url": "https://github.com/imviancagrace/spec-kit-learn/archive/refs/tags/v1.0.0.zip",
447+
"repository": "https://github.com/imviancagrace/spec-kit-learn",
448+
"homepage": "https://github.com/imviancagrace/spec-kit-learn",
449+
"documentation": "https://github.com/imviancagrace/spec-kit-learn/blob/main/README.md",
450+
"changelog": "https://github.com/imviancagrace/spec-kit-learn/blob/main/CHANGELOG.md",
451+
"license": "MIT",
452+
"requires": {
453+
"speckit_version": ">=0.1.0"
454+
},
455+
"provides": {
456+
"commands": 2,
457+
"hooks": 1
458+
},
459+
"tags": [
460+
"learning",
461+
"education",
462+
"mentoring",
463+
"knowledge-transfer"
464+
],
465+
"verified": false,
466+
"downloads": 0,
467+
"stars": 0,
468+
"created_at": "2026-03-17T00:00:00Z",
469+
"updated_at": "2026-03-17T00:00:00Z"
470+
},
471+
"plan-review-gate": {
472+
"name": "Plan Review Gate",
473+
"id": "plan-review-gate",
474+
"description": "Require spec.md and plan.md to be merged via MR/PR before allowing task generation",
475+
"author": "luno",
476+
"version": "1.0.0",
477+
"download_url": "https://github.com/luno/spec-kit-plan-review-gate/archive/refs/tags/v1.0.0.zip",
478+
"repository": "https://github.com/luno/spec-kit-plan-review-gate",
479+
"homepage": "https://github.com/luno/spec-kit-plan-review-gate",
480+
"documentation": "https://github.com/luno/spec-kit-plan-review-gate/blob/main/README.md",
481+
"license": "MIT",
482+
"requires": {
483+
"speckit_version": ">=0.1.0"
484+
},
485+
"provides": {
486+
"commands": 1,
487+
"hooks": 1
488+
},
489+
"tags": [
490+
"review",
491+
"quality",
492+
"workflow",
493+
"gate"
494+
],
495+
"verified": false,
496+
"downloads": 0,
497+
"stars": 0,
498+
"created_at": "2026-03-27T08:00:00Z",
499+
"updated_at": "2026-03-27T08:00:00Z"
500+
},
440501
"presetify": {
441502
"name": "Presetify",
442503
"id": "presetify",
@@ -638,6 +699,38 @@
638699
"created_at": "2026-03-18T00:00:00Z",
639700
"updated_at": "2026-03-18T00:00:00Z"
640701
},
702+
"status": {
703+
"name": "Project Status",
704+
"id": "status",
705+
"description": "Show current SDD workflow progress \u2014 active feature, artifact status, task completion, workflow phase, and extensions summary.",
706+
"author": "KhawarHabibKhan",
707+
"version": "1.0.0",
708+
"download_url": "https://github.com/KhawarHabibKhan/spec-kit-status/archive/refs/tags/v1.0.0.zip",
709+
"repository": "https://github.com/KhawarHabibKhan/spec-kit-status",
710+
"homepage": "https://github.com/KhawarHabibKhan/spec-kit-status",
711+
"documentation": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/README.md",
712+
"changelog": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/CHANGELOG.md",
713+
"license": "MIT",
714+
"requires": {
715+
"speckit_version": ">=0.1.0"
716+
},
717+
"provides": {
718+
"commands": 1,
719+
"hooks": 0
720+
},
721+
"tags": [
722+
"status",
723+
"workflow",
724+
"progress",
725+
"feature-tracking",
726+
"task-progress"
727+
],
728+
"verified": false,
729+
"downloads": 0,
730+
"stars": 0,
731+
"created_at": "2026-03-16T00:00:00Z",
732+
"updated_at": "2026-03-16T00:00:00Z"
733+
},
641734
"sync": {
642735
"name": "Spec Sync",
643736
"id": "sync",
@@ -711,38 +804,6 @@
711804
"created_at": "2026-03-07T00:00:00Z",
712805
"updated_at": "2026-03-07T00:00:00Z"
713806
},
714-
"status": {
715-
"name": "Project Status",
716-
"id": "status",
717-
"description": "Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary.",
718-
"author": "KhawarHabibKhan",
719-
"version": "1.0.0",
720-
"download_url": "https://github.com/KhawarHabibKhan/spec-kit-status/archive/refs/tags/v1.0.0.zip",
721-
"repository": "https://github.com/KhawarHabibKhan/spec-kit-status",
722-
"homepage": "https://github.com/KhawarHabibKhan/spec-kit-status",
723-
"documentation": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/README.md",
724-
"changelog": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/CHANGELOG.md",
725-
"license": "MIT",
726-
"requires": {
727-
"speckit_version": ">=0.1.0"
728-
},
729-
"provides": {
730-
"commands": 1,
731-
"hooks": 0
732-
},
733-
"tags": [
734-
"status",
735-
"workflow",
736-
"progress",
737-
"feature-tracking",
738-
"task-progress"
739-
],
740-
"verified": false,
741-
"downloads": 0,
742-
"stars": 0,
743-
"created_at": "2026-03-16T00:00:00Z",
744-
"updated_at": "2026-03-16T00:00:00Z"
745-
},
746807
"v-model": {
747808
"name": "V-Model Extension Pack",
748809
"id": "v-model",
@@ -775,37 +836,6 @@
775836
"created_at": "2026-02-20T00:00:00Z",
776837
"updated_at": "2026-02-22T00:00:00Z"
777838
},
778-
"learn": {
779-
"name": "Learning Extension",
780-
"id": "learn",
781-
"description": "Generate educational guides from implementations and enhance clarifications with mentoring context.",
782-
"author": "Vianca Martinez",
783-
"version": "1.0.0",
784-
"download_url": "https://github.com/imviancagrace/spec-kit-learn/archive/refs/tags/v1.0.0.zip",
785-
"repository": "https://github.com/imviancagrace/spec-kit-learn",
786-
"homepage": "https://github.com/imviancagrace/spec-kit-learn",
787-
"documentation": "https://github.com/imviancagrace/spec-kit-learn/blob/main/README.md",
788-
"changelog": "https://github.com/imviancagrace/spec-kit-learn/blob/main/CHANGELOG.md",
789-
"license": "MIT",
790-
"requires": {
791-
"speckit_version": ">=0.1.0"
792-
},
793-
"provides": {
794-
"commands": 2,
795-
"hooks": 1
796-
},
797-
"tags": [
798-
"learning",
799-
"education",
800-
"mentoring",
801-
"knowledge-transfer"
802-
],
803-
"verified": false,
804-
"downloads": 0,
805-
"stars": 0,
806-
"created_at": "2026-03-17T00:00:00Z",
807-
"updated_at": "2026-03-17T00:00:00Z"
808-
},
809839
"verify": {
810840
"name": "Verify Extension",
811841
"id": "verify",

0 commit comments

Comments
 (0)