hard-cheese
Installation
SKILL.md
/hard-cheese
The gate mitigates epistemic debt — the failure mode where AI-scaffolded code passes review, type-checks, and tests green while the author cannot explain it to a reviewer.
Inputs
/hard-cheese [<slug>] [--socratic-cap N=3] [--passing-score N=3] [--no-judge]
Arguments:
<slug>— optional. Identifies the artifact at.cheese/hard-cheese/<slug>.md. When omitted, fall back to the git short SHA ofHEAD. An explicit slug always wins.--socratic-cap N— max retry attempts before the gate marks the artifactFAILEDand exits non-zero. Default3. Vibecheck does not cap; easy-cheese does to avoid infinite loops.--passing-score N— minimum SOLO score that counts as PASS. Valid range1..5; default3(Multistructural-or-higher). A previous PASS below the requested threshold is treated as stale and must be re-judged.--no-judge— log-only mode. Capture the user's explanation, write the artifact withstatus: LOGGED, skip the judge sub-agent spawn. Mirrors vibecheck's optional JSONL telemetry mode.