Skip to content

Commit a8ec87e

Browse files
Add fleet extension to community catalog (#1771)
- Extension ID: fleet - Version: 1.0.0 - Author: sharathsatish - Description: Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases
1 parent 9d6c05a commit a8ec87e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The following community-contributed extensions are available in [`catalog.commun
7474
|-----------|---------|-----|
7575
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
7676
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
77+
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
7778
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
7879
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
7980
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |

extensions/catalog.community.json

Lines changed: 27 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-03-05T00:00:00Z",
3+
"updated_at": "2026-03-06T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"azure-devops": {
@@ -62,6 +62,32 @@
6262
"created_at": "2026-02-22T00:00:00Z",
6363
"updated_at": "2026-02-22T00:00:00Z"
6464
},
65+
"fleet": {
66+
"name": "Fleet Orchestrator",
67+
"id": "fleet",
68+
"description": "Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases.",
69+
"author": "sharathsatish",
70+
"version": "1.0.0",
71+
"download_url": "https://github.com/sharathsatish/spec-kit-fleet/archive/refs/tags/v1.0.0.zip",
72+
"repository": "https://github.com/sharathsatish/spec-kit-fleet",
73+
"homepage": "https://github.com/sharathsatish/spec-kit-fleet",
74+
"documentation": "https://github.com/sharathsatish/spec-kit-fleet/blob/main/README.md",
75+
"changelog": "https://github.com/sharathsatish/spec-kit-fleet/blob/main/CHANGELOG.md",
76+
"license": "MIT",
77+
"requires": {
78+
"speckit_version": ">=0.1.0"
79+
},
80+
"provides": {
81+
"commands": 2,
82+
"hooks": 1
83+
},
84+
"tags": ["orchestration", "workflow", "human-in-the-loop", "parallel"],
85+
"verified": false,
86+
"downloads": 0,
87+
"stars": 0,
88+
"created_at": "2026-03-06T00:00:00Z",
89+
"updated_at": "2026-03-06T00:00:00Z"
90+
},
6591
"jira": {
6692
"name": "Jira Integration",
6793
"id": "jira",

0 commit comments

Comments
 (0)