Skip to content

Commit 33fefde

Browse files
mnriemCopilot
andauthored
Update Superpowers Bridge extension to v1.6.0 (#2998)
* Update Superpowers Bridge extension to v1.6.0 Update superb extension submitted by @RbBtSn0w: - extensions/catalog.community.json (version, download_url, description, provides, updated_at) - docs/community/extensions.md community extensions table Closes #2973 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Align superb catalog author and tags with v1.6.0 manifest Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 70f9242 commit 33fefde

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following community-contributed extensions are available in [`catalog.commun
122122
| Squad Bridge | Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks. | `process` | Read+Write | [spec-kit-squad](https://github.com/jwill824/spec-kit-squad) |
123123
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |
124124
| 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) |
125-
| 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) |
125+
| 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) |
126126
| 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) |
127127
| 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) |
128128
| 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) |

extensions/catalog.community.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,10 +3365,10 @@
33653365
"superb": {
33663366
"name": "Superpowers Bridge",
33673367
"id": "superb",
3368-
"description": "Orchestrates obra/superpowers skills within the spec-kit SDD workflow. Thin bridge commands delegate to superpowers' authoritative SKILL.md files at runtime (with graceful fallback), while bridge-original commands provide spec-kit-native value. Eight commands cover the full lifecycle: intent clarification, TDD enforcement, task review, verification, critique, systematic debugging, branch completion, and review response. Hook-bound commands fire automatically; standalone commands are invoked when needed.",
3369-
"author": "rbbtsn0w",
3370-
"version": "1.4.0",
3371-
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.4.0/superpowers-bridge.zip",
3368+
"description": "Bridges selected Superpowers disciplines into Spec Kit as evidence-first trust gates for agent workflows.",
3369+
"author": "RbBtSn0w",
3370+
"version": "1.6.0",
3371+
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.6.0/superpowers-bridge.zip",
33723372
"repository": "https://github.com/RbBtSn0w/spec-kit-extensions",
33733373
"homepage": "https://github.com/RbBtSn0w/spec-kit-extensions",
33743374
"documentation": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/superpowers-bridge/README.md",
@@ -3387,16 +3387,15 @@
33873387
]
33883388
},
33893389
"provides": {
3390-
"commands": 8,
3391-
"hooks": 3
3390+
"commands": 10,
3391+
"hooks": 5
33923392
},
33933393
"tags": [
3394-
"methodology",
3394+
"quality-gates",
33953395
"tdd",
33963396
"code-review",
33973397
"workflow",
33983398
"superpowers",
3399-
"brainstorming",
34003399
"verification",
34013400
"debugging",
34023401
"branch-management"
@@ -3405,7 +3404,7 @@
34053404
"downloads": 0,
34063405
"stars": 0,
34073406
"created_at": "2026-03-30T00:00:00Z",
3408-
"updated_at": "2026-05-24T01:07:34Z"
3407+
"updated_at": "2026-06-16T00:00:00Z"
34093408
},
34103409
"superspec": {
34113410
"name": "Superspec",

0 commit comments

Comments
 (0)