From 36676b431bf7eafe8b25644ff29d988e798126b8 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 17 Apr 2026 15:46:40 -0500 Subject: [PATCH 1/3] docs: add prep-specify to community extensions Add the Prep Specify catalog entry and README row so the extension can be discovered from the Spec Kit community extension list. Made-with: Cursor --- README.md | 1 + extensions/catalog.community.json | 33 ++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 119f0c8a0f..3186e4d03b 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ The following community-contributed extensions are available in [`catalog.commun | Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) | | Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) | | 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) | +| Prep Specify | Clarifies rough feature ideas into paste-ready `/speckit.specify` prompts | `docs` | Read-only | [spec-kit-prep-specify](https://github.com/nalthoff/spec-kit-prep-specify) | | PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts | `process` | Read-only | [spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-) | | Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) | | Product Forge | Full product lifecycle: research → product spec → SpecKit → implement → verify → test | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 17bf6f70e2..fa3ab99b30 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-04-16T18:00:00Z", + "updated_at": "2026-04-17T20:45:58Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -1263,6 +1263,37 @@ "created_at": "2026-03-27T08:22:30Z", "updated_at": "2026-03-27T08:22:30Z" }, + "prep-specify": { + "name": "Prep Specify", + "id": "prep-specify", + "description": "Clarify rough feature ideas into paste-ready /speckit.specify prompts", + "author": "Nick", + "version": "1.0.0", + "download_url": "https://github.com/nalthoff/spec-kit-prep-specify/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/nalthoff/spec-kit-prep-specify", + "homepage": "https://github.com/nalthoff/spec-kit-prep-specify", + "documentation": "https://github.com/nalthoff/spec-kit-prep-specify/blob/main/README.md", + "changelog": "https://github.com/nalthoff/spec-kit-prep-specify/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.2.0" + }, + "provides": { + "commands": 1, + "hooks": 0 + }, + "tags": [ + "docs", + "process", + "specification", + "prompt-prep" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-04-17T00:00:00Z", + "updated_at": "2026-04-17T20:45:58Z" + }, "pr-bridge": { "name": "PR Bridge", "id": "pr-bridge", From 32c3fa960d03f5cca6f97920740723a28ae3dd73 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 20 Apr 2026 14:33:34 -0500 Subject: [PATCH 2/3] docs: align prep-specify catalog timestamps Set created_at to match the initial submission timestamp for the new community catalog entry. Made-with: Cursor --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index fa3ab99b30..63e463ad23 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1291,7 +1291,7 @@ "verified": false, "downloads": 0, "stars": 0, - "created_at": "2026-04-17T00:00:00Z", + "created_at": "2026-04-17T20:45:58Z", "updated_at": "2026-04-17T20:45:58Z" }, "pr-bridge": { From ad2efcf33d52f99cce13ac876fe4873269603acd Mon Sep 17 00:00:00 2001 From: Nicholas Althoff Date: Mon, 20 Apr 2026 14:47:31 -0500 Subject: [PATCH 3/3] Updated dates/times Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- extensions/catalog.community.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index e69f3ae0be..ee3918d8a7 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1291,8 +1291,8 @@ "verified": false, "downloads": 0, "stars": 0, - "created_at": "2026-04-17T20:45:58Z", - "updated_at": "2026-04-17T20:45:58Z" + "created_at": "2026-04-20T19:39:55Z", + "updated_at": "2026-04-20T19:39:55Z" }, "pr-bridge": { "name": "PR Bridge",