gsd-health
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese<objective>
Validate `.planning/` directory integrity and report actionable issues. Checks for missing files, invalid configurations, inconsistent state, and orphaned plans.
runs an orthogonal check: the running session's context utilization. The workflow asks for the model's tokensUsed + contextWindow, calls , and renders one of three states:
</objective>
--contextgsd-tools query validate.context| Utilization | State | Action |
|---|---|---|
| < 60% | healthy | no action — context is comfortable |
| 60% – 70% | warning | recommend |
| ≥ 70% | critical | reasoning quality may degrade past the fracture point |
<execution_context>
@~/.claude/gsd-core/workflows/health.md
</execution_context>
<process>
Execute end-to-end.
Parse `--repair` and `--context` flags from arguments and pass to workflow.
</process><objective>
验证`.planning/`目录的完整性并报告可处理的问题。检查缺失文件、无效配置、不一致状态以及孤立计划。
会运行一项正交检查:当前会话的上下文利用率。工作流会请求模型的tokensUsed + contextWindow,调用,并呈现以下三种状态之一:
</objective>
--contextgsd-tools query validate.context| 利用率 | 状态 | 操作 |
|---|---|---|
| < 60% | 健康 | 无需操作 — 上下文使用处于舒适区间 |
| 60% – 70% | 警告 | 建议使用 |
| ≥ 70% | 严重 | 超过临界点后推理质量可能下降 |
<execution_context>
@~/.claude/gsd-core/workflows/health.md
</execution_context>
<process>
端到端执行。
从参数中解析`--repair`和`--context`标志并传递给工作流。
</process>