# Gsd Health

> Diagnose planning directory health and optionally repair issues

- Skill: `delorenj/gsd-health-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add delorenj/gsd-health-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/delorenj/gsd-health-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: delorenj (https://skillmd.com/u/delorenj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/delorenj/gsd-health-2

---


<objective>
Validate `.planning/` directory integrity and report actionable issues. Checks for missing files, invalid configurations, inconsistent state, and orphaned plans.
</objective>

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

<process>
Execute the health workflow from @.github/get-shit-done/workflows/health.md end-to-end.
Parse --repair flag from arguments and pass to workflow.
</process>

