From 975498e11d0e55d4951fa1ed6eceaa243bbac329 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Wed, 20 May 2026 06:11:09 -0500 Subject: [PATCH] Add Team Assign extension to community catalog (#2642) Add team-assign extension submitted by @tarunkumarbhati to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2597 --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 33 ++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 5662a574c..2ca529f18 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -112,6 +112,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | Superpowers Implementation Bridge | Thin orchestrator between Spec Kit (design) and Superpowers (implementation). Cross-agent. | `process` | Read+Write | [speckit-superpowers-bridge](https://github.com/lihan3238/speckit-superpowers-bridge) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index c38d977be..e382a586e 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-05-15T00:00:00Z", + "updated_at": "2026-05-20T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -2965,6 +2965,37 @@ "created_at": "2026-03-02T00:00:00Z", "updated_at": "2026-03-02T00:00:00Z" }, + "team-assign": { + "name": "Team Assign", + "id": "team-assign", + "description": "Assign tasks.md items to human engineers, split into subtasks, and generate a per-engineer workboard", + "author": "tarunkumarbhati", + "version": "1.0.0", + "download_url": "https://github.com/tarunkumarbhati/spec-kit-team-assign/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/tarunkumarbhati/spec-kit-team-assign", + "homepage": "https://github.com/tarunkumarbhati/spec-kit-team-assign", + "documentation": "https://github.com/tarunkumarbhati/spec-kit-team-assign/blob/main/README.md", + "changelog": "https://github.com/tarunkumarbhati/spec-kit-team-assign/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 3 + }, + "tags": [ + "team", + "assignment", + "process", + "planning", + "subtasks" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-05-20T00:00:00Z", + "updated_at": "2026-05-20T00:00:00Z" + }, "time-machine": { "name": "Time Machine", "id": "time-machine",