davepoon/gsd:health
Diagnose planning directory health and optionally repair issues
npx skills add https://github.com/davepoon/buildwithclaude --skill gsd:health
<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>
Take davepoon/gsd:health from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.