From fa9c0d2bc01ca38e2335572db4e4acae97ea2a29 Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Sun, 12 Apr 2026 14:41:35 -0700 Subject: [PATCH 1/4] Added issues extension --- README.md | 1 + extensions/catalog.community.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/README.md b/README.md index 0fb388a840..ded129b732 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ The following community-contributed extensions are available in [`catalog.commun | Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) | | FixIt Extension | Spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, applies minimal changes | `code` | Read+Write | [spec-kit-fixit](https://github.com/speckit-community/spec-kit-fixit) | | Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) | +| Issues | Creates and syncs local specs based on an existing issue in GitHub | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) | | Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [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 | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | | Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index c4312d5412..ef7141f52e 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -649,6 +649,30 @@ "created_at": "2026-03-06T00:00:00Z", "updated_at": "2026-03-31T00:00:00Z" }, + "issue": { + "name": "Issue Extension", + "id": "issue", + "description": "Creates and syncs local specs based on an existing issue in GitHub", + "author": "aaronrsun", + "version": "1.0.0", + "download_url": "https://github.com/aaronrsun/spec-kit-issue/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/aaronrsun/spec-kit-issue", + "homepage": "https://github.com/aaronrsun/spec-kit-issue", + "documentation": "https://github.com/aaronrsun/spec-kit-issue/blob/main/README.md", + "changelog": "https://github.com/aaronrsun/spec-kit-issue/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "tags": [ + "issue" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-04-12T00:00:00Z", + "updated_at": "2026-04-12T00:00:00Z" + }, "iterate": { "name": "Iterate", "id": "iterate", From 81d9cd07cc0f758851702c67b8429bebd2812049 Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Wed, 15 Apr 2026 17:44:55 -0700 Subject: [PATCH 2/4] Removed duplicate extension --- extensions/catalog.community.json | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 5610b2bb38..dad2a4beca 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -713,30 +713,6 @@ "created_at": "2026-03-06T00:00:00Z", "updated_at": "2026-03-31T00:00:00Z" }, - "issue": { - "name": "Issue Extension", - "id": "issue", - "description": "Creates and syncs local specs based on an existing issue in GitHub", - "author": "aaronrsun", - "version": "1.0.0", - "download_url": "https://github.com/aaronrsun/spec-kit-issue/archive/refs/tags/v1.0.0.zip", - "repository": "https://github.com/aaronrsun/spec-kit-issue", - "homepage": "https://github.com/aaronrsun/spec-kit-issue", - "documentation": "https://github.com/aaronrsun/spec-kit-issue/blob/main/README.md", - "changelog": "https://github.com/aaronrsun/spec-kit-issue/blob/main/CHANGELOG.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.1.0" - }, - "tags": [ - "issue" - ], - "verified": false, - "downloads": 0, - "stars": 0, - "created_at": "2026-04-12T15:30:00Z", - "updated_at": "2026-04-13T14:39:00Z" - }, "github-issues": { "name": "GitHub Issues Integration", "id": "github-issues", @@ -778,7 +754,7 @@ "updated_at": "2026-04-13T14:39:00Z" }, "issue": { - "name": "Issues", + "name": "Issue", "id": "issue", "description": "Creates and syncs local specs based on an existing issue in GitHub", "author": "aaronrsun", @@ -798,8 +774,8 @@ "verified": false, "downloads": 0, "stars": 0, - "created_at": "2026-04-12T15:30:00Z", - "updated_at": "2026-04-13T14:39:00Z" + "created_at": "2026-04-04T00:00:00Z", + "updated_at": "2026-04-04T00:00:00Z" }, "iterate": { "name": "Iterate", From 096b222bee64563b0efec7fce2d54d956b663136 Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Wed, 15 Apr 2026 17:59:25 -0700 Subject: [PATCH 3/4] Renamed extension --- extensions/catalog.community.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index dad2a4beca..5b19f42093 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -714,7 +714,7 @@ "updated_at": "2026-03-31T00:00:00Z" }, "github-issues": { - "name": "GitHub Issues Integration", + "name": "GitHub Issues Integration 1", "id": "github-issues", "description": "Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability", "author": "Fatima367", @@ -754,7 +754,7 @@ "updated_at": "2026-04-13T14:39:00Z" }, "issue": { - "name": "Issue", + "name": "GitHub Issues Integration 2", "id": "issue", "description": "Creates and syncs local specs based on an existing issue in GitHub", "author": "aaronrsun", From 7c462fa11d9ce3195f49df9c8adb5beb1264a17c Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Wed, 15 Apr 2026 18:06:20 -0700 Subject: [PATCH 4/4] Addressed Copilot comments --- README.md | 4 ++-- extensions/catalog.community.json | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e99c368b74..9985212ff2 100644 --- a/README.md +++ b/README.md @@ -209,8 +209,8 @@ The following community-contributed extensions are available in [`catalog.commun | Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) | | FixIt Extension | Spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, applies minimal changes | `code` | Read+Write | [spec-kit-fixit](https://github.com/speckit-community/spec-kit-fixit) | | Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) | -| GitHub Issues Integration | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) | -| Issue Extension | Creates and syncs local specs based on an existing issue in GitHub | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) | +| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) | +| GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) | | Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [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 | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | | Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 5b19f42093..f82747a744 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -768,8 +768,16 @@ "requires": { "speckit_version": ">=0.1.0" }, + "provides": { + "commands": 3, + "hooks": 0 + }, "tags": [ - "issue" + "issue", + "integration", + "github", + "issues", + "sync" ], "verified": false, "downloads": 0,