From 866424385c7672b5d3de1eb5e151998b59c28d6a Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:50:59 -0500 Subject: [PATCH] Add spec-kit-linear extension to community catalog (#2795) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add spec-kit-linear extension to community catalog Add linear extension submitted by @ashbrener to:\n- extensions/catalog.community.json\n- docs/community/extensions.md\n\nCloses #2778 * Address PR review feedback for spec-kit-linear entry - Use Unicode arrow (→) in catalog/docs description\n- Move docs row to alphabetical Spec section * Address follow-up review naming/order feedback - Use human-friendly display name: Linear Integration\n- Move docs row to alphabetical L section --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index f8d0c6cbe..53810bfe3 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -56,6 +56,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | +| 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) | | MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress | `integration` | Read+Write | [spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops) | | MAQA CI/CD Gate | Auto-detects GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines. Blocks QA handoff until pipeline is green. | `process` | Read+Write | [spec-kit-maqa-ci](https://github.com/GenieRobot/spec-kit-maqa-ci) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index c384a5b4c..d948d1a49 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1246,6 +1246,39 @@ "created_at": "2026-03-17T00:00:00Z", "updated_at": "2026-03-17T00:00:00Z" }, + "linear": { + "name": "Linear Integration", + "id": "linear", + "description": "Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional).", + "author": "Ash Brener", + "version": "0.2.0", + "download_url": "https://github.com/ashbrener/spec-kit-linear/archive/refs/tags/v0.2.0.zip", + "repository": "https://github.com/ashbrener/spec-kit-linear", + "homepage": "https://github.com/ashbrener/spec-kit-linear", + "documentation": "https://github.com/ashbrener/spec-kit-linear/blob/main/README.md", + "changelog": "https://github.com/ashbrener/spec-kit-linear/releases", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 5, + "hooks": 6 + }, + "tags": [ + "issue-tracking", + "linear", + "tasks-sync", + "lifecycle-mirror", + "memory", + "cross-repo" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-06-01T00:00:00Z", + "updated_at": "2026-06-01T00:00:00Z" + }, "m365": { "name": "Microsoft 365 Integration", "id": "m365",