feat: register spec-kit-iterate extension#1887
feat: register spec-kit-iterate extension#1887imviancagrace wants to merge 2 commits intogithub:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Registers the new community extension spec-kit-iterate in Spec Kit’s community extension catalog, making it discoverable via the catalog/README listing.
Changes:
- Added a new
iterateentry toextensions/catalog.community.jsonwith metadata and download URL. - Added Iterate to the “Available Community Extensions” table in
extensions/README.md.
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 the new iterate extension definition to the community catalog. |
| extensions/README.md | Adds Iterate to the community extensions list for documentation/discovery. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Registers the new community extension spec-kit-iterate in Spec Kit’s community extension catalog so users can discover it and add it to their own curated catalogs.
Changes:
- Added the
iterateextension entry toextensions/catalog.community.json(metadata, tags, URLs, version, requirements). - Added the Iterate row to the community extensions table in
extensions/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 | Adds the iterate extension metadata to the community catalog for discovery. |
| extensions/README.md | Lists Iterate in the community extensions table for documentation/discovery. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "stars": 0, | ||
| "created_at": "2026-03-17T00:00:00Z", | ||
| "updated_at": "2026-03-17T00:00:00Z" | ||
| }, |
Description
Register the Iterate extension (spec-kit-iterate) in the community catalog.
Spec Kit's core workflow (specify → plan → tasks → implement) doesn't have a built-in way to refine scope once implementation has started. This extension adds a two-phase define → apply workflow that lets users iterate on spec documents mid-implementation:
Repository
Testing
uv run specify --helpuv sync && uv run pytestAI Disclosure
Used Cursor & Claude Code to help design the two-phase define/apply workflow and write the command prompt files + supporting documents.