Add Spec Orchestrator extension to community catalog#2350
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the Spec Orchestrator community extension to Spec Kit’s discovery surfaces (community extensions catalog + root README table), addressing the cross-feature orchestration need from Issue #2238.
Changes:
- Added the
orchestratorentry toextensions/catalog.community.json(kept in alphabetical order) and bumped the catalogupdated_at. - Added the “Spec Orchestrator” row to the root
README.mdcommunity extensions table (kept in alphabetical order).
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the new community extension entry and updates the catalog timestamp. |
| README.md | Adds the extension to the community extensions table for discoverability. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
bff7812 to
e3f7dc3
Compare
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (1)
extensions/catalog.community.json:1360
- PR description says the new entry
created_at/updated_atshould be2026-04-24T10:00:00Z, but theorchestratorentry uses2026-04-24T14:00:00Z. Please keep these timestamps consistent with the PR description (or update the PR description accordingly).
"created_at": "2026-04-24T14:00:00Z",
"updated_at": "2026-04-24T14:00:00Z"
- Files reviewed: 2/2 changed files
- Comments generated: 1
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
|
Thanks for catching this — PR description was stale from the original draft. |
|
Thank you! |
Summary
Adds Spec Orchestrator to the community catalog — a cross-feature orchestration extension that helps Spec Kit users
coordinate work across multiple parallel specs.
Solves Issue #2238 (cross-feature orchestration request).
Extension Details
Commands (4)
/speckit.orchestrator.status— Multi-feature lifecycle dashboard/speckit.orchestrator.next— Cross-feature task queue with filters/speckit.orchestrator.conflicts— File overlap detection across specs/speckit.orchestrator.sync— Writespecs/status.jsonsnapshotChanges
orchestratorentry toextensions/catalog.community.json(alphabetical position betweenoptimizeandplan-review-gate)updated_atto2026-04-24T10:00:00Z → 2026-04-24T14:00:00Zcreated_at/updated_atset to2026-04-24T10:00:00Z → 2026-04-24T14:00:00ZChecklist
Related
Responds to community need expressed in #2238. Maintainer @mnriem noted extensions are the right place for such
patterns.