Skip to content

Commit aad7b16

Browse files
Add Spec Orchestrator extension to community catalog (#2350)
1 parent 6cec171 commit aad7b16

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ The following community-contributed extensions are available in [`catalog.commun
255255
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
256256
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
257257
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
258+
| Spec Orchestrator | Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs | `process` | Read-only | [spec-kit-orchestrator](https://github.com/Quratulain-bilal/spec-kit-orchestrator) |
258259
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |
259260
| Spec Scope | Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase | `process` | Read-only | [spec-kit-scope-](https://github.com/Quratulain-bilal/spec-kit-scope-) |
260261
| 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) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-24T00:00:00Z",
3+
"updated_at": "2026-04-24T14:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1327,6 +1327,38 @@
13271327
"created_at": "2026-04-03T00:00:00Z",
13281328
"updated_at": "2026-04-03T00:00:00Z"
13291329
},
1330+
"orchestrator": {
1331+
"name": "Spec Orchestrator",
1332+
"id": "orchestrator",
1333+
"description": "Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs.",
1334+
"author": "Quratulain-bilal",
1335+
"version": "1.0.0",
1336+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-orchestrator/archive/refs/tags/v1.0.0.zip",
1337+
"repository": "https://github.com/Quratulain-bilal/spec-kit-orchestrator",
1338+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-orchestrator",
1339+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-orchestrator/blob/main/README.md",
1340+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-orchestrator/releases",
1341+
"license": "MIT",
1342+
"requires": {
1343+
"speckit_version": ">=0.4.0"
1344+
},
1345+
"provides": {
1346+
"commands": 4,
1347+
"hooks": 0
1348+
},
1349+
"tags": [
1350+
"orchestration",
1351+
"multi-feature",
1352+
"coordination",
1353+
"workflow",
1354+
"parallel"
1355+
],
1356+
"verified": false,
1357+
"downloads": 0,
1358+
"stars": 0,
1359+
"created_at": "2026-04-24T14:00:00Z",
1360+
"updated_at": "2026-04-24T14:00:00Z"
1361+
},
13301362
"plan-review-gate": {
13311363
"name": "Plan Review Gate",
13321364
"id": "plan-review-gate",

0 commit comments

Comments
 (0)