Skip to content

Commit d86d2f8

Browse files
Add doctor extension to community catalog
1 parent a273957 commit d86d2f8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-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+
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |
7778
| 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) |
7879
| 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) |
7980
| Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |

extensions/catalog.community.json

Lines changed: 32 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-09T00:00:00Z",
3+
"updated_at": "2026-03-13T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"azure-devops": {
@@ -74,6 +74,37 @@
7474
"created_at": "2026-02-22T00:00:00Z",
7575
"updated_at": "2026-02-22T00:00:00Z"
7676
},
77+
"doctor": {
78+
"name": "Project Health Check",
79+
"id": "doctor",
80+
"description": "Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git.",
81+
"author": "KhawarHabibKhan",
82+
"version": "1.0.0",
83+
"download_url": "https://github.com/KhawarHabibKhan/spec-kit-doctor/archive/refs/tags/v1.0.0.zip",
84+
"repository": "https://github.com/KhawarHabibKhan/spec-kit-doctor",
85+
"homepage": "https://github.com/KhawarHabibKhan/spec-kit-doctor",
86+
"documentation": "https://github.com/KhawarHabibKhan/spec-kit-doctor/blob/main/README.md",
87+
"changelog": "https://github.com/KhawarHabibKhan/spec-kit-doctor/blob/main/CHANGELOG.md",
88+
"license": "MIT",
89+
"requires": {
90+
"speckit_version": ">=0.1.0"
91+
},
92+
"provides": {
93+
"commands": 1,
94+
"hooks": 0
95+
},
96+
"tags": [
97+
"diagnostics",
98+
"health-check",
99+
"validation",
100+
"project-structure"
101+
],
102+
"verified": false,
103+
"downloads": 0,
104+
"stars": 0,
105+
"created_at": "2026-03-13T00:00:00Z",
106+
"updated_at": "2026-03-13T00:00:00Z"
107+
},
77108
"fleet": {
78109
"name": "Fleet Orchestrator",
79110
"id": "fleet",

0 commit comments

Comments
 (0)