diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 8d41db95c6..d50e204cda 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -55,6 +55,7 @@ The following community-contributed extensions are available in [`catalog.commun | Intelligent Agent Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) | | 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) | +| Jira Integration (Sync Engine) | Idempotent, drift-aware, fail-closed reconcile engine mirroring spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase) | `integration` | Read+Write | [spec-kit-jira-sync](https://github.com/ashbrener/spec-kit-jira-sync) | | 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) | | Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear](https://github.com/ashbrener/spec-kit-linear) | | MAQA — Multi-Agent & Quality Assurance | Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins. Optional CI gate. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 1af9940652..b01be25472 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1215,6 +1215,39 @@ "created_at": "2026-03-05T00:00:00Z", "updated_at": "2026-03-05T00:00:00Z" }, + "jira-sync": { + "name": "Jira Integration (Sync Engine)", + "id": "jira-sync", + "description": "An idempotent, drift-aware, fail-closed reconcile engine that mirrors spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase).", + "author": "Ash Brener", + "version": "0.2.0", + "download_url": "https://github.com/ashbrener/spec-kit-jira-sync/archive/refs/tags/v0.2.0.zip", + "repository": "https://github.com/ashbrener/spec-kit-jira-sync", + "homepage": "https://github.com/ashbrener/spec-kit-jira-sync", + "documentation": "https://github.com/ashbrener/spec-kit-jira-sync/blob/main/README.md", + "changelog": "https://github.com/ashbrener/spec-kit-jira-sync/releases", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 2, + "hooks": 0 + }, + "tags": [ + "issue-tracking", + "jira", + "tasks-sync", + "lifecycle-mirror", + "reconcile", + "drift-aware" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-06-08T00:00:00Z", + "updated_at": "2026-06-08T00:00:00Z" + }, "learn": { "name": "Learning Extension", "id": "learn",