Skip to content

Commit da1bf02

Browse files
jwill824CopilotCopilot
authored
feat: add Squad Bridge extension to community catalog (#2417)
* feat: add squad bridge extension to community catalog Adds spec-kit-squad by jwill824 — a Spec Kit extension that bootstraps and synchronizes a Squad agent team from your Speckit spec and tasks. - 4 commands: init, generate, route, status - 2 hooks: after_specify (generate), after_tasks (route) - v1.0.0 release Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: add requires.tools for squad-cli in catalog entry * Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7cedd85 commit da1bf02

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ The following community-contributed extensions are available in [`catalog.commun
264264
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
265265
| Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement | `process` | Read+Write | [spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate) |
266266
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements | `code` | Read+Write | [spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest) |
267+
| 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) |
267268
| 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) |
268269
| 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) |
269270
| 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) |

extensions/catalog.community.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,6 +2160,45 @@
21602160
"created_at": "2026-04-10T16:00:00Z",
21612161
"updated_at": "2026-04-10T16:00:00Z"
21622162
},
2163+
"squad": {
2164+
"name": "Squad Bridge",
2165+
"id": "squad",
2166+
"description": "Bootstrap and synchronize a Squad agent team from your Spec Kit spec and tasks.",
2167+
"author": "jwill824",
2168+
"version": "1.1.0",
2169+
"download_url": "https://github.com/jwill824/spec-kit-squad/archive/refs/tags/v1.1.0.zip",
2170+
"repository": "https://github.com/jwill824/spec-kit-squad",
2171+
"homepage": "https://github.com/jwill824/spec-kit-squad",
2172+
"documentation": "https://github.com/jwill824/spec-kit-squad/blob/main/README.md",
2173+
"changelog": "https://github.com/jwill824/spec-kit-squad/blob/main/docs/CHANGELOG.md",
2174+
"license": "MIT",
2175+
"requires": {
2176+
"speckit_version": ">=0.1.0",
2177+
"tools": [
2178+
{
2179+
"name": "@bradygaster/squad-cli",
2180+
"version": ">=0.1.0",
2181+
"required": true
2182+
}
2183+
]
2184+
},
2185+
"provides": {
2186+
"commands": 4,
2187+
"hooks": 2
2188+
},
2189+
"tags": [
2190+
"multi-agent",
2191+
"agents",
2192+
"orchestration",
2193+
"process",
2194+
"integration"
2195+
],
2196+
"verified": false,
2197+
"downloads": 0,
2198+
"stars": 0,
2199+
"created_at": "2026-04-29T00:00:00Z",
2200+
"updated_at": "2026-04-29T00:00:00Z"
2201+
},
21632202
"staff-review": {
21642203
"name": "Staff Review Extension",
21652204
"id": "staff-review",

0 commit comments

Comments
 (0)