From 35f6d0244151723b6663a7f4dbe64cfe3e61fbc1 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Tue, 16 Jun 2026 09:20:54 -0500 Subject: [PATCH 1/2] 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> --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index f32bb1c4a7..40149b7fb6 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -122,7 +122,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | 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) | -| 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 | 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 11049eaeec..fcba471b93 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -3365,10 +3365,10 @@ "superb": { "name": "Superpowers Bridge", "id": "superb", - "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.", + "description": "Bridges selected Superpowers disciplines into Spec Kit as evidence-first trust gates for agent workflows.", "author": "rbbtsn0w", - "version": "1.4.0", - "download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.4.0/superpowers-bridge.zip", + "version": "1.6.0", + "download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.6.0/superpowers-bridge.zip", "repository": "https://github.com/RbBtSn0w/spec-kit-extensions", "homepage": "https://github.com/RbBtSn0w/spec-kit-extensions", "documentation": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/superpowers-bridge/README.md", @@ -3387,8 +3387,8 @@ ] }, "provides": { - "commands": 8, - "hooks": 3 + "commands": 10, + "hooks": 5 }, "tags": [ "methodology", @@ -3405,7 +3405,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-03-30T00:00:00Z", - "updated_at": "2026-05-24T01:07:34Z" + "updated_at": "2026-06-16T00:00:00Z" }, "superspec": { "name": "Superspec", From 014bcc494083b5544122f773c9b37a3774eaced0 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Tue, 16 Jun 2026 09:25:43 -0500 Subject: [PATCH 2/2] Align superb catalog author and tags with v1.6.0 manifest Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- extensions/catalog.community.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index fcba471b93..6069f3c183 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -3366,7 +3366,7 @@ "name": "Superpowers Bridge", "id": "superb", "description": "Bridges selected Superpowers disciplines into Spec Kit as evidence-first trust gates for agent workflows.", - "author": "rbbtsn0w", + "author": "RbBtSn0w", "version": "1.6.0", "download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.6.0/superpowers-bridge.zip", "repository": "https://github.com/RbBtSn0w/spec-kit-extensions", @@ -3391,12 +3391,11 @@ "hooks": 5 }, "tags": [ - "methodology", + "quality-gates", "tdd", "code-review", "workflow", "superpowers", - "brainstorming", "verification", "debugging", "branch-management"