Skip to content

Commit efeb548

Browse files
Add Worktree Isolation extension to community catalog (#2143)
- 3 commands: create, list, clean worktrees for parallel feature development - 1 hook: after_specify for auto-worktree creation - Addresses community request in issue #61 (36+ upvotes)
1 parent 8013d0b commit efeb548

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ The following community-contributed extensions are available in [`catalog.commun
233233
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
234234
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
235235
| 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) |
236+
| 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) |
236237

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

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,38 @@
16531653
"stars": 0,
16541654
"created_at": "2026-03-16T00:00:00Z",
16551655
"updated_at": "2026-03-16T00:00:00Z"
1656+
},
1657+
"worktree": {
1658+
"name": "Worktree Isolation",
1659+
"id": "worktree",
1660+
"description": "Spawn isolated git worktrees for parallel feature development without checkout switching.",
1661+
"author": "Quratulain-bilal",
1662+
"version": "1.0.0",
1663+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-worktree/archive/refs/tags/v1.0.0.zip",
1664+
"repository": "https://github.com/Quratulain-bilal/spec-kit-worktree",
1665+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-worktree",
1666+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-worktree/blob/main/README.md",
1667+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-worktree/blob/main/CHANGELOG.md",
1668+
"license": "MIT",
1669+
"requires": {
1670+
"speckit_version": ">=0.4.0"
1671+
},
1672+
"provides": {
1673+
"commands": 3,
1674+
"hooks": 1
1675+
},
1676+
"tags": [
1677+
"worktree",
1678+
"git",
1679+
"parallel",
1680+
"isolation",
1681+
"workflow"
1682+
],
1683+
"verified": false,
1684+
"downloads": 0,
1685+
"stars": 0,
1686+
"created_at": "2026-04-09T00:00:00Z",
1687+
"updated_at": "2026-04-09T00:00:00Z"
16561688
}
16571689
}
16581690
}

0 commit comments

Comments
 (0)