Skip to content

Commit 5b9f004

Browse files
pragya247pragya247Copilot
authored
feat: add agent-orchestrator to community extension catalog (#2236)
Register the Intelligent Agent Orchestrator as a community extension. Extension code is hosted externally at: https://github.com/pragya247/spec-kit-orchestrator Changes: - Add agent-orchestrator entry to extensions/catalog.community.json - Add Agent Orchestrator row to README.md community extensions table Co-authored-by: pragya247 <pragya@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 11f49eb commit 5b9f004

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
@@ -223,6 +223,7 @@ The following community-contributed extensions are available in [`catalog.commun
223223
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
224224
| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
225225
| GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
226+
| Intelligent Agent Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) |
226227
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |
227228
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
228229
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |

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-05-06T22:28:55Z",
3+
"updated_at": "2026-05-07T05:51:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -68,6 +68,38 @@
6868
"created_at": "2026-03-31T00:00:00Z",
6969
"updated_at": "2026-03-31T00:00:00Z"
7070
},
71+
"agent-orchestrator": {
72+
"name": "Intelligent Agent Orchestrator",
73+
"id": "agent-orchestrator",
74+
"description": "Cross-catalog agent discovery and intelligent prompt-to-command routing",
75+
"author": "pragya247",
76+
"version": "0.1.0",
77+
"download_url": "https://github.com/pragya247/spec-kit-orchestrator/archive/refs/tags/v0.1.0.zip",
78+
"repository": "https://github.com/pragya247/spec-kit-orchestrator",
79+
"homepage": "https://github.com/pragya247/spec-kit-orchestrator",
80+
"documentation": "https://github.com/pragya247/spec-kit-orchestrator/blob/main/README.md",
81+
"changelog": "https://github.com/pragya247/spec-kit-orchestrator/blob/main/CHANGELOG.md",
82+
"license": "MIT",
83+
"requires": {
84+
"speckit_version": ">=0.6.1"
85+
},
86+
"provides": {
87+
"commands": 3,
88+
"hooks": 1
89+
},
90+
"tags": [
91+
"orchestrator",
92+
"routing",
93+
"discovery",
94+
"agent",
95+
"ai"
96+
],
97+
"verified": false,
98+
"downloads": 0,
99+
"stars": 0,
100+
"created_at": "2026-05-04T00:00:00Z",
101+
"updated_at": "2026-05-04T00:00:00Z"
102+
},
71103
"architect-preview": {
72104
"name": "Architect Impact Previewer",
73105
"id": "architect-preview",

0 commit comments

Comments
 (0)