hard-cheese
Installation
SKILL.md
/hard-cheese
The gate reduces epistemic debt. This debt exists when code passes checks, but the author cannot explain it.
Inputs
/hard-cheese [<slug>] [--socratic-cap N=3] [--passing-score N=3] [--no-judge]
Arguments:
<slug>identifies the artifact at.cheese/hard-cheese/<slug>.md. This argument is optional. Without it, use the short SHA ofHEAD. An explicit slug overrides the SHA.--socratic-cap Nsets the maximum number of retries. The gate then marks the artifactFAILEDand returns a non-zero status. The default is3. Vibecheck has no limit, but easy-cheese prevents infinite loops.--passing-score Nsets the minimum SOLO score for PASS. Use a value from1through5. The default is3. The gate treats a previous PASS below this value as stale.--no-judgeenables log-only mode. Record the user's explanation withstatus: LOGGED. Do not start the judge sub-agent. This mode is the easy-cheese equivalent of the optional JSONL telemetry mode in vibecheck. It retains more content. See## Divergence from the paper.