Skip to content

Commit 85d59d2

Browse files
github-actions[bot]Copilotmnriem
authored
[extension] Add Tasks to GitHub Project extension to community catalog (#3090)
* Add Tasks to GitHub Project extension to community catalog Add tasks-to-project extension submitted by @mancioshell to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3082 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Revert catalog re-serialization churn and drop git tool requirement Restore extensions/catalog.community.json to upstream content and add only the tasks-to-project entry, removing the unrelated Unicode-escape and tool-object expansion churn across the catalog. Drop the git tool from the entry's requirements to match the published extension.yml (gh + python3). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent e39cb51 commit 85d59d2

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ The following community-contributed extensions are available in [`catalog.commun
128128
| Superpowers Bridge | Bridges selected Superpowers disciplines into Spec Kit as evidence-first trust gates for agent workflows. | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
129129
| 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) |
130130
| Superspec | 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) |
131+
| Tasks to GitHub Project | Publish and synchronize Spec Kit tasks as cards on a GitHub Project (v2) kanban board, with priority and status sync between spec.md/tasks.md and the board. | `integration` | Read+Write | [spec-kit-tasks-to-project](https://github.com/mancioshell/spec-kit-tasks-to-project) |
131132
| 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) |
132133
| 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) |
133134
| 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) |

extensions/catalog.community.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,6 +3541,44 @@
35413541
"created_at": "2026-03-02T00:00:00Z",
35423542
"updated_at": "2026-03-02T00:00:00Z"
35433543
},
3544+
"tasks-to-project": {
3545+
"name": "Tasks to GitHub Project",
3546+
"id": "tasks-to-project",
3547+
"description": "Publish and synchronize Spec Kit tasks as cards on a GitHub Project (v2) kanban board, with priority and status sync between spec.md/tasks.md and the board.",
3548+
"author": "Alessandro Mancini",
3549+
"version": "0.2.0",
3550+
"download_url": "https://github.com/mancioshell/spec-kit-tasks-to-project/archive/refs/tags/v0.2.0.zip",
3551+
"repository": "https://github.com/mancioshell/spec-kit-tasks-to-project",
3552+
"homepage": "https://github.com/mancioshell/spec-kit-tasks-to-project",
3553+
"documentation": "https://github.com/mancioshell/spec-kit-tasks-to-project/blob/main/README.md",
3554+
"changelog": "https://github.com/mancioshell/spec-kit-tasks-to-project/blob/main/CHANGELOG.md",
3555+
"license": "MIT",
3556+
"category": "integration",
3557+
"effect": "read-write",
3558+
"requires": {
3559+
"speckit_version": ">=0.2.0",
3560+
"tools": [
3561+
{ "name": "gh", "required": true },
3562+
{ "name": "python3", "required": true }
3563+
]
3564+
},
3565+
"provides": {
3566+
"commands": 2,
3567+
"hooks": 2
3568+
},
3569+
"tags": [
3570+
"github",
3571+
"project",
3572+
"kanban",
3573+
"automation",
3574+
"tasks"
3575+
],
3576+
"verified": false,
3577+
"downloads": 0,
3578+
"stars": 0,
3579+
"created_at": "2026-06-22T00:00:00Z",
3580+
"updated_at": "2026-06-22T00:00:00Z"
3581+
},
35443582
"team-assign": {
35453583
"name": "Team Assign",
35463584
"id": "team-assign",

0 commit comments

Comments
 (0)