Skip to content

Commit 19ce6a7

Browse files
pragya247Copilot
andcommitted
feat: add orchestrator to community extension catalog
- Extension ID: orchestrator - Version: 0.1.0 - Author: pragya247 - Description: Cross-catalog agent discovery and intelligent prompt-to-command routing - Repository: https://github.com/pragya247/spec-kit-orchestrator Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3467d26 commit 19ce6a7

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ The following community-contributed extensions are available in [`catalog.commun
213213
| MemoryLint | Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |
214214
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
215215
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |
216+
| Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) |
216217
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
217218
| PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts | `process` | Read-only | [spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-) |
218219
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |

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-13T23:01:30Z",
3+
"updated_at": "2026-04-20T05:50:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1104,6 +1104,38 @@
11041104
"created_at": "2026-04-03T00:00:00Z",
11051105
"updated_at": "2026-04-03T00:00:00Z"
11061106
},
1107+
"orchestrator": {
1108+
"name": "Intelligent Agent Orchestrator",
1109+
"id": "orchestrator",
1110+
"description": "Cross-catalog agent discovery and intelligent prompt-to-command routing",
1111+
"author": "pragya247",
1112+
"version": "0.1.0",
1113+
"download_url": "https://github.com/pragya247/spec-kit-orchestrator/archive/refs/tags/v0.1.0.zip",
1114+
"repository": "https://github.com/pragya247/spec-kit-orchestrator",
1115+
"homepage": "https://github.com/pragya247/spec-kit-orchestrator",
1116+
"documentation": "https://github.com/pragya247/spec-kit-orchestrator/blob/main/README.md",
1117+
"changelog": "https://github.com/pragya247/spec-kit-orchestrator/blob/main/CHANGELOG.md",
1118+
"license": "MIT",
1119+
"requires": {
1120+
"speckit_version": ">=0.6.1"
1121+
},
1122+
"provides": {
1123+
"commands": 3,
1124+
"hooks": 1
1125+
},
1126+
"tags": [
1127+
"orchestrator",
1128+
"routing",
1129+
"discovery",
1130+
"agent",
1131+
"ai"
1132+
],
1133+
"verified": false,
1134+
"downloads": 0,
1135+
"stars": 0,
1136+
"created_at": "2026-04-20T00:00:00Z",
1137+
"updated_at": "2026-04-20T00:00:00Z"
1138+
},
11071139
"plan-review-gate": {
11081140
"name": "Plan Review Gate",
11091141
"id": "plan-review-gate",

0 commit comments

Comments
 (0)