Skip to content

Commit cfd99ad

Browse files
imviancagracemnriemCopilot
authored
feat: register spec-kit-iterate extension (#1887)
* feat: register spec-kit-iterate extension * fix: copilot review * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 96712e1 commit cfd99ad

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The following community-contributed extensions are available in [`catalog.commun
7878
| Cognitive Squad | 19-function cognitive agent squad for autonomous pre-code analysis — 7 core agents, 7 specialists, 4 learning functions with feedback loop | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) |
7979
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero NPM runtime dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) |
8080
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
81+
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |
8182
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
8283
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
8384
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |

extensions/catalog.community.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,36 @@
253253
"created_at": "2026-03-06T00:00:00Z",
254254
"updated_at": "2026-03-06T00:00:00Z"
255255
},
256+
"iterate": {
257+
"name": "Iterate",
258+
"id": "iterate",
259+
"description": "Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building",
260+
"author": "Vianca Martinez",
261+
"version": "2.0.0",
262+
"download_url": "https://github.com/imviancagrace/spec-kit-iterate/archive/refs/tags/v2.0.0.zip",
263+
"repository": "https://github.com/imviancagrace/spec-kit-iterate",
264+
"homepage": "https://github.com/imviancagrace/spec-kit-iterate",
265+
"documentation": "https://github.com/imviancagrace/spec-kit-iterate/blob/main/README.md",
266+
"changelog": "https://github.com/imviancagrace/spec-kit-iterate/blob/main/CHANGELOG.md",
267+
"license": "MIT",
268+
"requires": {
269+
"speckit_version": ">=0.1.0"
270+
},
271+
"provides": {
272+
"commands": 2,
273+
"hooks": 0
274+
},
275+
"tags": [
276+
"iteration",
277+
"change-management",
278+
"spec-maintenance"
279+
],
280+
"verified": false,
281+
"downloads": 0,
282+
"stars": 0,
283+
"created_at": "2026-03-17T00:00:00Z",
284+
"updated_at": "2026-03-17T00:00:00Z"
285+
},
256286
"jira": {
257287
"name": "Jira Integration",
258288
"id": "jira",

0 commit comments

Comments
 (0)