Skip to content

Commit bb7da09

Browse files
dango85Abishek Yadav
andauthored
Add Worktrees extension to community catalog (#2207)
- Extension ID: worktrees - Version: 1.0.0 - Author: dango85 - Description: Default-on worktree isolation for parallel agents Made-with: Cursor Co-authored-by: Abishek Yadav <abiyadav@publicisgroupe.net>
1 parent fe75a45 commit bb7da09

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ The following community-contributed extensions are available in [`catalog.commun
243243
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation | `code` | Read-only | [spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks) |
244244
| What-if Analysis | Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them | `visibility` | Read-only | [spec-kit-whatif](https://github.com/DevAbdullah90/spec-kit-whatif) |
245245
| Worktree Isolation | Spawn isolated git worktrees for parallel feature development without checkout switching | `process` | Read+Write | [spec-kit-worktree](https://github.com/Quratulain-bilal/spec-kit-worktree) |
246+
| Worktrees | Default-on worktree isolation for parallel agents — sibling or nested layout | `process` | Read+Write | [spec-kit-worktree-parallel](https://github.com/dango85/spec-kit-worktree-parallel) |
246247

247248
To submit your own extension, see the [Extension Publishing Guide](extensions/EXTENSION-PUBLISHING-GUIDE.md).
248249

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,6 +1977,38 @@
19771977
"stars": 0,
19781978
"created_at": "2026-04-09T00:00:00Z",
19791979
"updated_at": "2026-04-09T00:00:00Z"
1980+
},
1981+
"worktrees": {
1982+
"name": "Worktrees",
1983+
"id": "worktrees",
1984+
"description": "Default-on worktree isolation for parallel agents — sibling or nested layout",
1985+
"author": "dango85",
1986+
"version": "1.0.0",
1987+
"download_url": "https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.0.0.zip",
1988+
"repository": "https://github.com/dango85/spec-kit-worktree-parallel",
1989+
"homepage": "https://github.com/dango85/spec-kit-worktree-parallel",
1990+
"documentation": "https://github.com/dango85/spec-kit-worktree-parallel/blob/main/README.md",
1991+
"changelog": "https://github.com/dango85/spec-kit-worktree-parallel/blob/main/CHANGELOG.md",
1992+
"license": "MIT",
1993+
"requires": {
1994+
"speckit_version": ">=0.4.0"
1995+
},
1996+
"provides": {
1997+
"commands": 3,
1998+
"hooks": 1
1999+
},
2000+
"tags": [
2001+
"worktree",
2002+
"git",
2003+
"parallel",
2004+
"isolation",
2005+
"agents"
2006+
],
2007+
"verified": false,
2008+
"downloads": 0,
2009+
"stars": 0,
2010+
"created_at": "2026-04-13T00:00:00Z",
2011+
"updated_at": "2026-04-13T00:00:00Z"
19802012
}
19812013
}
19822014
}

0 commit comments

Comments
 (0)