From 5a7bee0fd7e1679b75d7a37f34b7f7d557365b0c Mon Sep 17 00:00:00 2001 From: Vianca Date: Tue, 17 Mar 2026 16:22:47 -0700 Subject: [PATCH 1/4] feat: register spec-kit-iterate extension --- extensions/README.md | 1 + extensions/catalog.community.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/extensions/README.md b/extensions/README.md index a6700b4ba..696c24268 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -78,6 +78,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) | | 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) | +| 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) | | 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) | | Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index a6bdd7dad..4414eb008 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -253,6 +253,35 @@ "created_at": "2026-03-06T00:00:00Z", "updated_at": "2026-03-06T00:00:00Z" }, + "iterate": { + "name": "Iterate", + "id": "iterate", + "description": "Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building", + "author": "Vianca Martinez", + "version": "2.0.0", + "download_url": "https://github.com/imviancagrace/spec-kit-iterate/archive/refs/tags/v2.0.0.zip", + "repository": "https://github.com/imviancagrace/spec-kit-iterate", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 2, + "hooks": 0 + }, + "tags": [ + "iteration", + "change-management", + "spec-maintenance" + ], + "verified": false, + "created_at": "2026-03-17T00:00:00Z", + "updated_at": "2026-03-17T00:00:00Z", + "statistics": { + "downloads": 0, + "stars": 0 + } + }, "jira": { "name": "Jira Integration", "id": "jira", From cdae8c0c0e9788ffa76a23c0a42ea28f09fb84a2 Mon Sep 17 00:00:00 2001 From: Vianca Date: Tue, 17 Mar 2026 16:33:21 -0700 Subject: [PATCH 2/4] fix: copilot review --- extensions/catalog.community.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 4414eb008..396846087 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -261,6 +261,9 @@ "version": "2.0.0", "download_url": "https://github.com/imviancagrace/spec-kit-iterate/archive/refs/tags/v2.0.0.zip", "repository": "https://github.com/imviancagrace/spec-kit-iterate", + "homepage": "https://github.com/imviancagrace/spec-kit-iterate", + "documentation": "https://github.com/imviancagrace/spec-kit-iterate/blob/main/README.md", + "changelog": "https://github.com/imviancagrace/spec-kit-iterate/blob/main/CHANGELOG.md", "license": "MIT", "requires": { "speckit_version": ">=0.1.0" @@ -275,12 +278,10 @@ "spec-maintenance" ], "verified": false, + "downloads": 0, + "stars": 0, "created_at": "2026-03-17T00:00:00Z", - "updated_at": "2026-03-17T00:00:00Z", - "statistics": { - "downloads": 0, - "stars": 0 - } + "updated_at": "2026-03-17T00:00:00Z" }, "jira": { "name": "Jira Integration", From 491a300c69bc6aa7deebc663eae6697df127dd5d Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:03:11 -0500 Subject: [PATCH 3/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- 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 396846087..c9fbf2c56 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -282,7 +282,7 @@ "stars": 0, "created_at": "2026-03-17T00:00:00Z", "updated_at": "2026-03-17T00:00:00Z" - }, + }, "jira": { "name": "Jira Integration", "id": "jira", From 16ef185c70ccb0df986fff63cd2caa7e42c45ab2 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:06:05 -0500 Subject: [PATCH 4/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- 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 c9fbf2c56..2ef3e8e36 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-03-17T00:00:00Z", + "updated_at": "2026-03-18T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "archive": {