Skip to content

Commit 1f9eaf3

Browse files
authored
catalog: rename "superpowers-bridge" to "superspec" (v1.0.1) (#2772)
* catalog: rename "superpowers-bridge" to "superspec" (v1.0.1) * fix: address Copilot feedback (sync top-level updated_at, rename docs entry)
1 parent 9e05195 commit 1f9eaf3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ The following community-contributed extensions are available in [`catalog.commun
114114
| 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) |
115115
| 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) |
116116
| 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) |
117-
| 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) |
118117
| 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) |
118+
| 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) |
119119
| 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) |
120120
| 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) |
121121
| 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3039,13 +3039,13 @@
30393039
"created_at": "2026-03-30T00:00:00Z",
30403040
"updated_at": "2026-05-24T01:07:34Z"
30413041
},
3042-
"superpowers-bridge": {
3043-
"name": "Superpowers Bridge",
3044-
"id": "superpowers-bridge",
3042+
"superspec": {
3043+
"name": "Superspec",
3044+
"id": "superspec",
30453045
"description": "Bridges spec-kit workflows with obra/superpowers capabilities for brainstorming, TDD, code review, and resumable execution.",
30463046
"author": "WangX0111",
3047-
"version": "1.0.0",
3048-
"download_url": "https://github.com/WangX0111/superspec/archive/refs/tags/v1.0.0.zip",
3047+
"version": "1.0.1",
3048+
"download_url": "https://github.com/WangX0111/superspec/archive/refs/tags/v1.0.1.zip",
30493049
"repository": "https://github.com/WangX0111/superspec",
30503050
"homepage": "https://github.com/WangX0111/superspec",
30513051
"documentation": "https://github.com/WangX0111/superspec/blob/main/README.md",
@@ -3070,7 +3070,7 @@
30703070
"downloads": 0,
30713071
"stars": 0,
30723072
"created_at": "2026-04-22T00:00:00Z",
3073-
"updated_at": "2026-04-22T00:00:00Z"
3073+
"updated_at": "2026-05-30T00:00:00Z"
30743074
},
30753075
"sync": {
30763076
"name": "Spec Sync",
@@ -3607,4 +3607,4 @@
36073607
"updated_at": "2026-04-13T00:00:00Z"
36083608
}
36093609
}
3610-
}
3610+
}

0 commit comments

Comments
 (0)