Skip to main content
Generaldavepoon

gsd:health

Diagnose planning directory health and optionally repair issues

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--health
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/health/SKILL.md -o .claude/skills/health.md

Drops the SKILL.md into .claude/skills/health.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Validate `.planning/` directory integrity and report actionable issues. Checks for missing files, invalid configurations, inconsistent state, and orphaned plans. @${CLAUDE_PLUGIN_ROOT}/workflows/health.md Execute the health workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/health.md end-to-end. Parse --repair flag from arguments and pass to workflow.