diff --git a/README.md b/README.md index 4d8348303..279616d5e 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ The following community-contributed extensions are available in [`catalog.commun | Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) | | 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) | | 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) | +| 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) | | 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) | | 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) | | Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 846254c48..3da667c87 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-03-19T12:08:20Z", + "updated_at": "2026-03-26T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -406,6 +406,36 @@ "created_at": "2026-03-17T00:00:00Z", "updated_at": "2026-03-17T00:00:00Z" }, + "plan-review": { + "name": "Plan Review Gate", + "id": "plan-review", + "description": "Require spec.md and plan.md to be merged via MR/PR before allowing task generation", + "author": "luno", + "version": "2.0.0", + "download_url": "https://github.com/luno/spec-kit-plan-review/archive/refs/tags/v2.0.0.zip", + "repository": "https://github.com/luno/spec-kit-plan-review", + "homepage": "https://github.com/luno/spec-kit-plan-review", + "documentation": "https://github.com/luno/spec-kit-plan-review/blob/main/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 1 + }, + "tags": [ + "review", + "quality", + "workflow", + "gate" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-26T00:00:00Z", + "updated_at": "2026-03-26T00:00:00Z" + }, "jira": { "name": "Jira Integration", "id": "jira",