A Spec Kit extension that diagnoses project health and reports issues.
Scans your Spec Kit project and checks 6 areas:
- Project structure — are
.specify/,specs/,scripts/,templates/,memory/present? - AI agent configuration — which agent is set up, do its commands exist?
- Feature specifications — for each feature, are spec.md/plan.md/tasks.md present?
- Scripts health — are all bash and PowerShell scripts present and executable?
- Extensions health — is extensions.yml valid, is the registry intact?
- Git status — are you in a repo, what branch?
Reports findings as errors, warnings, and notes with suggested fixes.
specify extension add doctorOr install from GitHub:
specify extension add --from https://github.com/KhawarHabibKhan/spec-kit-doctor/archive/refs/tags/v1.0.0.zip/speckit.doctor.check
Or using the alias:
/speckit.doctor
- Spec Kit >= 0.1.0