Add Worktrees extension to community catalog#2207
Merged
mnriem merged 1 commit intogithub:mainfrom Apr 13, 2026
Merged
Conversation
- Extension ID: worktrees - Version: 1.0.0 - Author: dango85 - Description: Default-on worktree isolation for parallel agents Made-with: Cursor
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new community extension (“Worktrees”) to Spec Kit’s public extension catalog and surfaces it in the README’s Community Extensions table, making it discoverable and installable by users who want default-on git worktree isolation for parallel agents.
Changes:
- Added the
worktreesextension entry (v1.0.0) toextensions/catalog.community.jsonwith metadata and a pinned tag ZIP download URL. - Added “Worktrees” to the Community Extensions table in
README.md.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Registers the new worktrees extension in the community catalog with required metadata (id/version/download_url/etc.). |
| README.md | Adds the “Worktrees” row to the Community Extensions list so users can discover the new extension. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
mnriem
approved these changes
Apr 13, 2026
Collaborator
|
Thank you! |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Worktrees community extension to Spec Kit’s community extension catalog and documents it in the README so users can discover and install it via the published catalog.
Changes:
- Added a new
worktreesentry toextensions/catalog.community.json(v1.0.0) with a pinned tag ZIP download URL and metadata. - Added Worktrees to the Community Extensions table in
README.md.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Registers the new worktrees extension with required metadata, pinned download_url, and updated catalog timestamp. |
| README.md | Adds the new extension row to the Community Extensions list for discoverability. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension Submission
Extension Name: Worktrees
Extension ID: worktrees
Version: 1.0.0
Author: dango85
Repository: https://github.com/dango85/spec-kit-worktree-parallel
Description
Default-on git worktree isolation for parallel agents and features. Supports two layout modes: sibling (
../<repo>--<branch>, default) and nested (.worktrees/<branch>/). Includes a deterministic bash script with--jsonoutput for CI/scripted workflows.Commands:
/speckit.worktrees.create,/speckit.worktrees.list,/speckit.worktrees.cleanHook:
after_specify— auto-creates worktree after feature specificationChecklist
Testing
Tested on:
Related Issues
git worktreeSupport for Concurrent/Parallel Agent Execution #1476 — Native worktree support for parallel agentsextensions/gitExtension (Opt-Out, Auto-Enabled) #1940 — Git operations extracted to extension (closed)Additional Notes
Differs from the existing
worktreecommunity extension (Quratulain-bilal) in three ways:/speckit.specify; opt out with--in-place../<repo>--<branch>create-worktree.shwith--json,--dry-run, env var overridesMade with Cursor