Skip to content

Commit b36c34f

Browse files
authored
Add Superpowers Implementation Bridge extension to community catalog (#2586)
Add speckit-superpowers-bridge extension submitted by @lihan3238 to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2581
1 parent 8bd20a2 commit b36c34f

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ The following community-contributed extensions are available in [`catalog.commun
111111
| 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) |
112112
| 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) |
113113
| 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) |
114+
| 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) |
114115
| 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) |
115116
| 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) |
116117
| 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) |

extensions/catalog.community.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,6 +2612,55 @@
26122612
"created_at": "2026-04-30T00:00:00Z",
26132613
"updated_at": "2026-04-30T00:00:00Z"
26142614
},
2615+
"speckit-superpowers-bridge": {
2616+
"name": "Superpowers Implementation Bridge",
2617+
"id": "speckit-superpowers-bridge",
2618+
"description": "Thin orchestrator between Spec Kit (design) and Superpowers (implementation). Cross-agent.",
2619+
"author": "lihan3238",
2620+
"version": "0.4.1",
2621+
"download_url": "https://github.com/lihan3238/speckit-superpowers-bridge/releases/download/v0.4.1/speckit-superpowers-bridge-v0.4.1.zip",
2622+
"repository": "https://github.com/lihan3238/speckit-superpowers-bridge",
2623+
"homepage": "https://github.com/lihan3238/speckit-superpowers-bridge",
2624+
"documentation": "https://github.com/lihan3238/speckit-superpowers-bridge#readme",
2625+
"changelog": "https://github.com/lihan3238/speckit-superpowers-bridge/blob/main/CHANGELOG.md",
2626+
"license": "MIT",
2627+
"requires": {
2628+
"speckit_version": ">=0.8.10",
2629+
"tools": [
2630+
{
2631+
"name": "powershell",
2632+
"version": ">=5.1",
2633+
"required": false
2634+
},
2635+
{
2636+
"name": "bash",
2637+
"version": ">=4.0",
2638+
"required": false
2639+
},
2640+
{
2641+
"name": "jq",
2642+
"version": ">=1.6",
2643+
"required": false
2644+
}
2645+
]
2646+
},
2647+
"provides": {
2648+
"commands": 3,
2649+
"hooks": 5
2650+
},
2651+
"tags": [
2652+
"bridge",
2653+
"superpowers",
2654+
"cross-agent",
2655+
"tdd",
2656+
"workflow"
2657+
],
2658+
"verified": false,
2659+
"downloads": 0,
2660+
"stars": 0,
2661+
"created_at": "2026-05-15T00:00:00Z",
2662+
"updated_at": "2026-05-15T00:00:00Z"
2663+
},
26152664
"speckit-utils": {
26162665
"name": "SDD Utilities",
26172666
"id": "speckit-utils",

0 commit comments

Comments
 (0)