iterate-agent-harness

Installation
SKILL.md

iterate-agent-harness — Failure → Durable Guard

Degree of freedom: MIXED. Failure-class and smallest fix [HIGH freedom]; guard-fails-before-fix and the report shape [LOW freedom — run exactly].

When an agent run ends wrong, the fix is not just to redo the task — it is to change the harness so the whole class of failure cannot recur silently. This skill converts a single failure into a durable guard plus a regression check.

A failure you cannot reproduce, you cannot prove you fixed. Capture the failure mode, add a guard that fails on it, then make the guard pass with the smallest durable change.

How to reason

  1. Observe — happened vs should-have; transcript, state file, diff, CI
  2. Interpret — routing miss, missing guard, or a gate that passed wrongly
  3. Classify — premature stop / false completion / reward hacking / scope / handoff / context loss
  4. Guard — add a guard that fails on the unfixed behavior, then the smallest durable fix
Installs
10
GitHub Stars
9
First Seen
Jul 24, 2026
iterate-agent-harness — kensaurus/cursor-kenji