# Gsdhealth

> Diagnose planning directory health and optionally repair issues

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

---


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

<execution_context>
@${CLAUDE_PLUGIN_ROOT}/workflows/health.md
</execution_context>

<process>
Execute the health workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/health.md end-to-end.
Parse --repair flag from arguments and pass to workflow.
</process>

---

**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/gsd/skills/health/SKILL.md`

