Back to Get Shit Done

Health

commands/gsd/health.md

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

--context runs an orthogonal check: the running session's context utilization. The workflow asks for the model's tokensUsed + contextWindow, calls gsd-sdk query validate.context, and renders one of three states:

UtilizationStateAction
< 60%healthyno action — context is comfortable
60% – 70%warningrecommend /gsd-thread to start fresh
≥ 70%criticalreasoning quality may degrade past the fracture point
</objective>

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

<process> Execute the health workflow from @~/.claude/get-shit-done/workflows/health.md end-to-end. Parse `--repair` and `--context` flags from arguments and pass to workflow. </process>