Skip to content

Commit 3028a00

Browse files
Add Branch Convention community extension to catalog and README (#2128)
Adds the spec-kit-branch-convention extension (3 commands, 1 hook) that enables configurable branch and folder naming with built-in presets for GitFlow, ticket-based, date-based, and custom patterns. Addresses community request in issue #407 (39+ upvotes). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac6714d commit 3028a00

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
@@ -185,6 +185,7 @@ The following community-contributed extensions are available in [`catalog.commun
185185
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
186186
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
187187
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | `integration` | Read+Write | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
188+
| Branch Convention | Configurable branch and folder naming conventions for /specify with presets and custom patterns | `process` | Read+Write | [spec-kit-branch-convention](https://github.com/Quratulain-bilal/spec-kit-branch-convention) |
188189
| Canon | Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation. | `process` | Read+Write | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon/tree/master/extension) |
189190
| Checkpoint Extension | Commit the changes made during the middle of the implementation, so you don't end up with just one very large commit at the end | `code` | Read+Write | [spec-kit-checkpoint](https://github.com/aaronrsun/spec-kit-checkpoint) |
190191
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | `code` | Read+Write | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,38 @@
106106
"created_at": "2026-03-03T00:00:00Z",
107107
"updated_at": "2026-03-03T00:00:00Z"
108108
},
109+
"branch-convention": {
110+
"name": "Branch Convention",
111+
"id": "branch-convention",
112+
"description": "Configurable branch and folder naming conventions for /specify with presets and custom patterns.",
113+
"author": "Quratulain-bilal",
114+
"version": "1.0.0",
115+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-branch-convention/archive/refs/tags/v1.0.0.zip",
116+
"repository": "https://github.com/Quratulain-bilal/spec-kit-branch-convention",
117+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-branch-convention",
118+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-branch-convention/blob/main/README.md",
119+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-branch-convention/blob/main/CHANGELOG.md",
120+
"license": "MIT",
121+
"requires": {
122+
"speckit_version": ">=0.4.0"
123+
},
124+
"provides": {
125+
"commands": 3,
126+
"hooks": 1
127+
},
128+
"tags": [
129+
"branch",
130+
"naming",
131+
"convention",
132+
"gitflow",
133+
"workflow"
134+
],
135+
"verified": false,
136+
"downloads": 0,
137+
"stars": 0,
138+
"created_at": "2026-04-08T00:00:00Z",
139+
"updated_at": "2026-04-08T00:00:00Z"
140+
},
109141
"canon": {
110142
"name": "Canon",
111143
"id": "canon",

0 commit comments

Comments
 (0)