Skip to content

Commit 1446e46

Browse files
Ed Harrodclaude
andcommitted
Add plan-review to community catalog
- Extension ID: plan-review - Version: 2.0.0 - Author: luno - Description: Require spec.md and plan.md to be merged via MR/PR before allowing task generation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ccc44dd commit 1446e46

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ The following community-contributed extensions are available in [`catalog.commun
179179
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
180180
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
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) |
182+
| 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](https://github.com/luno/spec-kit-plan-review) |
182183
| 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) |
183184
| 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) |
184185
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |

extensions/catalog.community.json

Lines changed: 31 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-26T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -406,6 +406,36 @@
406406
"created_at": "2026-03-17T00:00:00Z",
407407
"updated_at": "2026-03-17T00:00:00Z"
408408
},
409+
"plan-review": {
410+
"name": "Plan Review Gate",
411+
"id": "plan-review",
412+
"description": "Require spec.md and plan.md to be merged via MR/PR before allowing task generation",
413+
"author": "luno",
414+
"version": "2.0.0",
415+
"download_url": "https://github.com/luno/spec-kit-plan-review/archive/refs/tags/v2.0.0.zip",
416+
"repository": "https://github.com/luno/spec-kit-plan-review",
417+
"homepage": "https://github.com/luno/spec-kit-plan-review",
418+
"documentation": "https://github.com/luno/spec-kit-plan-review/blob/main/README.md",
419+
"license": "MIT",
420+
"requires": {
421+
"speckit_version": ">=0.1.0"
422+
},
423+
"provides": {
424+
"commands": 1,
425+
"hooks": 1
426+
},
427+
"tags": [
428+
"review",
429+
"quality",
430+
"workflow",
431+
"gate"
432+
],
433+
"verified": false,
434+
"downloads": 0,
435+
"stars": 0,
436+
"created_at": "2026-03-26T00:00:00Z",
437+
"updated_at": "2026-03-26T00:00:00Z"
438+
},
409439
"jira": {
410440
"name": "Jira Integration",
411441
"id": "jira",

0 commit comments

Comments
 (0)