Skip to content

Commit 8520241

Browse files
echarrodEd Harrodclaude
authored
Add plan-review-gate to community catalog (#1993)
- 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: Ed Harrod <your-real-email@luno.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 362868a commit 8520241

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
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: 32 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-03-19T12:08:20Z",
3+
"updated_at": "2026-03-27T08:22:30Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -437,6 +437,37 @@
437437
"created_at": "2026-03-05T00:00:00Z",
438438
"updated_at": "2026-03-05T00:00:00Z"
439439
},
440+
"plan-review-gate": {
441+
"name": "Plan Review Gate",
442+
"id": "plan-review-gate",
443+
"description": "Require spec.md and plan.md to be merged via MR/PR before allowing task generation",
444+
"author": "luno",
445+
"version": "1.0.0",
446+
"download_url": "https://github.com/luno/spec-kit-plan-review-gate/archive/refs/tags/v1.0.0.zip",
447+
"repository": "https://github.com/luno/spec-kit-plan-review-gate",
448+
"homepage": "https://github.com/luno/spec-kit-plan-review-gate",
449+
"documentation": "https://github.com/luno/spec-kit-plan-review-gate/blob/main/README.md",
450+
"changelog": "https://github.com/luno/spec-kit-plan-review-gate/blob/main/CHANGELOG.md",
451+
"license": "MIT",
452+
"requires": {
453+
"speckit_version": ">=0.1.0"
454+
},
455+
"provides": {
456+
"commands": 1,
457+
"hooks": 1
458+
},
459+
"tags": [
460+
"review",
461+
"quality",
462+
"workflow",
463+
"gate"
464+
],
465+
"verified": false,
466+
"downloads": 0,
467+
"stars": 0,
468+
"created_at": "2026-03-27T08:22:30Z",
469+
"updated_at": "2026-03-27T08:22:30Z"
470+
},
440471
"presetify": {
441472
"name": "Presetify",
442473
"id": "presetify",

0 commit comments

Comments
 (0)