Add prep-specify to community extensions#2266
Conversation
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
There was a problem hiding this comment.
Pull request overview
Adds the new Prep Specify community extension to Spec Kit’s community extension discovery surfaces (catalog + README), making it available for search/install and visible in the documented extension list.
Changes:
- Added
prep-specifyentry toextensions/catalog.community.json(metadata, URLs, tags, requirements). - Bumped the community catalog top-level
updated_at. - Added a new row for Prep Specify to the Community Extensions table in
README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| extensions/catalog.community.json | Registers the prep-specify extension in the community catalog and updates catalog timestamp. |
| README.md | Adds Prep Specify to the Community Extensions table for documentation/discoverability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-04-17T00:00:00Z", |
mnriem
left a comment
There was a problem hiding this comment.
Please resolve conflicts
Set created_at to match the initial submission timestamp for the new community catalog entry. Made-with: Cursor
Resolve the community catalog timestamp conflict while keeping the prep-specify entry and the latest upstream changes from github/spec-kit. Made-with: Cursor
There was a problem hiding this comment.
Pull request overview
Adds the Prep Specify community extension to Spec Kit’s community catalog and README listing so users can discover and install it via the standard extension catalog flow.
Changes:
- Add
prep-specifyentry toextensions/catalog.community.jsonand bump catalogupdated_at. - Add “Prep Specify” row to the Community Extensions table in
README.md. - (Unintended) Remove existing
blueprintandscopeentries from the community catalog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Bumps catalog timestamp and adds prep-specify, but also removes unrelated existing extensions (blueprint, scope). |
| README.md | Adds “Prep Specify” to the Community Extensions table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "created_at": "2026-03-03T00:00:00Z", | ||
| "updated_at": "2026-03-03T00:00:00Z" | ||
| }, | ||
| "blueprint": { | ||
| "name": "Blueprint", | ||
| "id": "blueprint", | ||
| "description": "Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs", | ||
| "author": "chordpli", | ||
| "version": "1.0.0", | ||
| "download_url": "https://github.com/chordpli/spec-kit-blueprint/archive/refs/tags/v1.0.0.zip", | ||
| "repository": "https://github.com/chordpli/spec-kit-blueprint", | ||
| "homepage": "https://github.com/chordpli/spec-kit-blueprint", | ||
| "documentation": "https://github.com/chordpli/spec-kit-blueprint/blob/main/README.md", | ||
| "changelog": "https://github.com/chordpli/spec-kit-blueprint/blob/main/CHANGELOG.md", | ||
| "license": "MIT", | ||
| "requires": { | ||
| "speckit_version": ">=0.2.0" | ||
| }, | ||
| "provides": { | ||
| "commands": 2, | ||
| "hooks": 1 | ||
| }, | ||
| "tags": [ | ||
| "blueprint", | ||
| "pre-implementation", | ||
| "review", | ||
| "scaffolding", | ||
| "code-literacy" | ||
| ], | ||
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-04-17T00:00:00Z", | ||
| "updated_at": "2026-04-17T00:00:00Z" | ||
| }, | ||
| "branch-convention": { | ||
| "name": "Branch Convention", |
| "updated_at": "2026-04-09T00:00:00Z" | ||
| }, | ||
| "scope": { | ||
| "name": "Spec Scope", | ||
| "id": "scope", | ||
| "description": "Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase.", | ||
| "author": "Quratulain-bilal", | ||
| "version": "1.0.0", | ||
| "download_url": "https://github.com/Quratulain-bilal/spec-kit-scope-/archive/refs/tags/v1.0.0.zip", | ||
| "repository": "https://github.com/Quratulain-bilal/spec-kit-scope-", | ||
| "homepage": "https://github.com/Quratulain-bilal/spec-kit-scope-", | ||
| "documentation": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/README.md", | ||
| "changelog": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/CHANGELOG.md", | ||
| "license": "MIT", | ||
| "requires": { | ||
| "speckit_version": ">=0.4.0" | ||
| }, | ||
| "provides": { | ||
| "commands": 4, | ||
| "hooks": 1 | ||
| }, | ||
| "tags": [ | ||
| "estimation", | ||
| "scope", | ||
| "effort", | ||
| "planning", | ||
| "project-management", | ||
| "tracking" | ||
| ], | ||
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-04-17T02:00:00Z", | ||
| "updated_at": "2026-04-17T02:00:00Z" | ||
| }, | ||
| "security-review": { | ||
| "name": "Security Review", | ||
| "id": "security-review", |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds the Prep Specify community extension to the spec-kit community catalog and README so it can be discovered and installed via the standard extension workflow.
Changes:
- Bumps
extensions/catalog.community.jsontop-levelupdated_atand adds a newprep-specifyextension entry. - Adds “Prep Specify” to the Community Extensions table in
README.md. - (Unintended) Removes existing
blueprintandscopeentries fromextensions/catalog.community.json, creating inconsistency with the README.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds prep-specify and updates updated_at, but also deletes existing catalog entries (blueprint, scope) that are still referenced in README. |
| README.md | Adds “Prep Specify” to the community extensions table (but table order needs to remain alphabetical). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -170,38 +170,6 @@ | |||
| "created_at": "2026-03-03T00:00:00Z", | |||
| "updated_at": "2026-03-03T00:00:00Z" | |||
| }, | |||
| @@ -1657,39 +1656,6 @@ | |||
| "created_at": "2026-03-06T00:00:00Z", | |||
| "updated_at": "2026-04-09T00:00:00Z" | |||
| }, | |||
| | 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-) | |
Extension Submission
Extension Name: Prep Specify
Extension ID: prep-specify
Version: 1.0.0
Author: Nick
Repository: https://github.com/nalthoff/spec-kit-prep-specify
Description
Clarifies rough feature ideas into paste-ready
/speckit.specifyprompts.Checklist
Testing
Tested on:
specify extension add --devspecify extension add prep-specify --from https://github.com/nalthoff/spec-kit-prep-specify/archive/refs/tags/v1.0.0.zipAdditional Notes
The extension is a read-only pre-specify helper that reviews repo context, asks only high-value clarification questions when needed, and returns a paste-ready
/speckit.specifycommand.