feat: register spec-kit-iterate extension#1887
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.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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 copy it into their own curated catalog.
Changes:
- Added a new
iterateentry toextensions/catalog.community.jsonwith metadata (version, URLs, tags, etc.). - Added “Iterate” to the community extensions table in
extensions/README.md(alphabetically positioned).
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. |
| extensions/README.md | Lists the Iterate extension in the community extensions table for discoverability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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 and listed in the extensions README.
Changes:
- Added the
iterateextension entry toextensions/catalog.community.json(metadata, URLs, requirements, capabilities). - Added the Iterate row to the community extensions table in
extensions/README.md(alphabetical placement).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the iterate extension metadata to the community catalog for discovery/installation. |
| extensions/README.md | Lists the Iterate extension in the community extensions table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thank you! |
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.