whieet/harness-kit

用 harness engineering 让 Claude Code 长任务更可靠:计划门、验证循环、独立评估,减少跑偏和漏测。

5Stars on the repository
22Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

advisor

01

whieet/harness-kit

Command

Show the project's current harness maturity phase, the artifact metrics behind it, and which harness capabilities are unlocked. Use at session start or when deciding whether to adopt heavier harness practices (evaluator, golden regression, etc.).

5 1mo ago A 43 tokens original MIT

evaluate

02

whieet/harness-kit

Command

Dispatch the skeptical evaluator subagent to score the current change against the project rubric (Generator/Evaluator separation). Use before declaring a coding task done, or when the Stop gate recommends it.

5 1mo ago A 37 tokens original MIT

init

03

whieet/harness-kit

Command

Initialize harness-kit in the current project. Detects or asks the project type (godot | web | custom) and language (en | zh), scaffolds .harness/config.json + rubric + plan/docs skeleton + a ToC-style CLAUDE.md when the project has none, and enables the git pre-commit gate; then analyzes the codebase to fill in the…

5 1mo ago A 96 tokens original MIT

plan

04

whieet/harness-kit

Command

Start the Plan→Build→Verify→Done workflow for a non-trivial change. Enters plan mode seeded with the project's plan template; on approval, the ExitPlanMode hook persists the plan into the configured plan directory. Use before any change larger than 20 lines or touching planned code paths.

5 1mo ago A 60 tokens original MIT

trace-analyze

05

whieet/harness-kit

Command

Analyze the harness's own session trace for failure patterns — verify pass/fail rate, session imbalance, and high-churn (doom-loop) files. Use periodically to decide how to tune the harness itself (thresholds, gates, reasoning budget).

5 1mo ago A 49 tokens original MIT

verify

06

whieet/harness-kit

Command

Run the project's harness verification gates (the config-driven harness-verify orchestrator) and report per-gate pass/fail. The manual counterpart to the automatic Stop-hook gate. Use to check work mid-task before declaring done.

5 1mo ago A 45 tokens original MIT