doctor

v1.0.0

Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git.

Spec Kit Doctor

A Spec Kit extension that diagnoses project health and reports issues.

What it does

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.

Installation

specify extension add doctor

Or install from GitHub:

specify extension add --from https://github.com/KhawarHabibKhan/spec-kit-doctor/archive/refs/tags/v1.0.0.zip

Usage

/speckit.doctor.check

Or using the alias:

/speckit.doctor

Requirements

  • Spec Kit >= 0.1.0

Stats

0 stars

Version

1.0.0release
Updated 14 days ago

Install

Using the Specify CLI

specify extension add --from https://github.com/KhawarHabibKhan/spec-kit-doctor/archive/refs/tags/v1.0.0.zip

Categories

diagnosticshealth-checkvalidationproject-structure

License

MIT