Files
get-shit-done/commands/gsd/health.md
Lex Christopherson cb7d4dbc3c feat(health): add /gsd:health command for planning directory validation
Validates .planning/ integrity and reports actionable issues:
- Missing/malformed files (PROJECT.md, ROADMAP.md, STATE.md, config.json)
- Phase directory naming, orphaned plans, roadmap/disk consistency
- Auto-repair for config.json and STATE.md with --repair flag

Closes #338

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-15 16:25:01 -06:00

634 B

name, description, argument-hint, allowed-tools
name description argument-hint allowed-tools
gsd:health Diagnose planning directory health and optionally repair issues
--repair
Read
Bash
Write
AskUserQuestion
Validate `.planning/` directory integrity and report actionable issues. Checks for missing files, invalid configurations, inconsistent state, and orphaned plans.

<execution_context> @~/.claude/get-shit-done/workflows/health.md </execution_context>

Execute the health workflow from @~/.claude/get-shit-done/workflows/health.md end-to-end. Parse --repair flag from arguments and pass to workflow.