Skip to content

Commit dd9c0b0

Browse files
WangX0111乘浩
andauthored
Add superpowers-bridge community extension (#2309)
* Add superpowers-bridge community extension Adds the superpowers-bridge extension by WangX0111 to the community catalog and README table. This extension bridges spec-kit with obra/superpowers (brainstorming, TDD, subagent-driven-development, code-review) into a unified, resumable workflow with graceful degradation and session progress tracking. Extension details: - ID: superpowers-bridge - Repository: https://github.com/WangX0111/superspec - Version: 1.0.0 - Commands: 5, Hooks: 3 - License: MIT * Address Copilot review feedback - Update top-level updated_at to 2026-04-22 - Shorten description to under 200 characters --------- Co-authored-by: 乘浩 <wch453799@alibaba-inc.com>
1 parent 22e7699 commit dd9c0b0

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ The following community-contributed extensions are available in [`catalog.commun
256256
| 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) |
257257
| 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) |
258258
| 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) |
259+
| 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) |
259260
| 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) |
260261
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
261262
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |

extensions/catalog.community.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-21T00:00:00Z",
3+
"updated_at": "2026-04-22T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2122,6 +2122,39 @@
21222122
"created_at": "2026-03-30T00:00:00Z",
21232123
"updated_at": "2026-04-16T14:08:23Z"
21242124
},
2125+
"superpowers-bridge": {
2126+
"name": "Superpowers Bridge",
2127+
"id": "superpowers-bridge",
2128+
"description": "Bridges spec-kit workflows with obra/superpowers capabilities for brainstorming, TDD, code review, and resumable execution.",
2129+
"author": "WangX0111",
2130+
"version": "1.0.0",
2131+
"download_url": "https://github.com/WangX0111/superspec/archive/refs/tags/v1.0.0.zip",
2132+
"repository": "https://github.com/WangX0111/superspec",
2133+
"homepage": "https://github.com/WangX0111/superspec",
2134+
"documentation": "https://github.com/WangX0111/superspec/blob/main/README.md",
2135+
"changelog": "https://github.com/WangX0111/superspec/blob/main/CHANGELOG.md",
2136+
"license": "MIT",
2137+
"requires": {
2138+
"speckit_version": ">=0.1.0"
2139+
},
2140+
"provides": {
2141+
"commands": 5,
2142+
"hooks": 3
2143+
},
2144+
"tags": [
2145+
"superpowers",
2146+
"brainstorming",
2147+
"tdd",
2148+
"code-review",
2149+
"subagent",
2150+
"workflow"
2151+
],
2152+
"verified": false,
2153+
"downloads": 0,
2154+
"stars": 0,
2155+
"created_at": "2026-04-22T00:00:00Z",
2156+
"updated_at": "2026-04-22T00:00:00Z"
2157+
},
21252158
"sync": {
21262159
"name": "Spec Sync",
21272160
"id": "sync",
@@ -2405,4 +2438,4 @@
24052438
"updated_at": "2026-04-13T00:00:00Z"
24062439
}
24072440
}
2408-
}
2441+
}

0 commit comments

Comments
 (0)