Skip to content

Commit 8ca14cf

Browse files
committed
Add Team Assign extension to community catalog
Add team-assign extension submitted by @tarunkumarbhati to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2597
1 parent 61e23ac commit 8ca14cf

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ The following community-contributed extensions are available in [`catalog.commun
110110
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
111111
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
112112
| Superpowers Bridge (WangX0111) | Bridges spec-kit with obra/superpowers (brainstorming, TDD, subagent, code-review) into a unified, resumable workflow with graceful degradation and session progress tracking | `process` | Read+Write | [superspec](https://github.com/WangX0111/superspec) |
113+
| Team Assign | Assign tasks.md items to human engineers, split into subtasks, and generate a per-engineer workboard | `process` | Read+Write | [spec-kit-team-assign](https://github.com/tarunkumarbhati/spec-kit-team-assign) |
113114
| Time Machine | Retroactively apply the full SDD workflow to existing codebases — analyse, spec, and ship feature-by-feature | `process` | Read+Write | [spec-kit-time-machine](https://github.com/teeyo/spec-kit-time-machine) |
114115
| TinySpec | Lightweight single-file workflow for small tasks — skip the heavy multi-step SDD process | `process` | Read+Write | [spec-kit-tinyspec](https://github.com/Quratulain-bilal/spec-kit-tinyspec) |
115116
| Token Consumption Analyzer | Captures, analyzes, and compares token consumption across SDD workflows | `visibility` | Read-only | [spec-kit-token-analyzer](https://github.com/coderandhiker/spec-kit-token-analyzer) |

extensions/catalog.community.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-15T00:00:00Z",
3+
"updated_at": "2026-05-20T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2885,6 +2885,37 @@
28852885
"created_at": "2026-03-02T00:00:00Z",
28862886
"updated_at": "2026-03-02T00:00:00Z"
28872887
},
2888+
"team-assign": {
2889+
"name": "Team Assign",
2890+
"id": "team-assign",
2891+
"description": "Assign tasks.md items to human engineers, split into subtasks, and generate a per-engineer workboard",
2892+
"author": "tarunkumarbhati",
2893+
"version": "1.0.0",
2894+
"download_url": "https://github.com/tarunkumarbhati/spec-kit-team-assign/archive/refs/tags/v1.0.0.zip",
2895+
"repository": "https://github.com/tarunkumarbhati/spec-kit-team-assign",
2896+
"homepage": "https://github.com/tarunkumarbhati/spec-kit-team-assign",
2897+
"documentation": "https://github.com/tarunkumarbhati/spec-kit-team-assign/blob/main/README.md",
2898+
"changelog": "https://github.com/tarunkumarbhati/spec-kit-team-assign/blob/main/CHANGELOG.md",
2899+
"license": "MIT",
2900+
"requires": {
2901+
"speckit_version": ">=0.1.0"
2902+
},
2903+
"provides": {
2904+
"commands": 3
2905+
},
2906+
"tags": [
2907+
"team",
2908+
"assignment",
2909+
"process",
2910+
"planning",
2911+
"subtasks"
2912+
],
2913+
"verified": false,
2914+
"downloads": 0,
2915+
"stars": 0,
2916+
"created_at": "2026-05-20T00:00:00Z",
2917+
"updated_at": "2026-05-20T00:00:00Z"
2918+
},
28882919
"time-machine": {
28892920
"name": "Time Machine",
28902921
"id": "time-machine",

0 commit comments

Comments
 (0)