← all skills

ww-agent-watchdog

The problem: An agent finishes a session and reports “done,” and you have no independent way to know if that’s true. Reading the whole transcript to check takes about as long as doing the work yourself. Trusting the summary means trusting the exact thing you’re trying to verify.

ww-agent-watchdog treats the user’s original request as the source of truth, not the other agent’s claim about what it did. It resolves whatever artifact you point it at, a session ID, a transcript, a PR, a branch, a pasted summary, reconstructs the real contract (the request, the constraints, the implied acceptance criteria), and checks evidence instead of prose: the actual diff, the actual test output, the actual CI state, screenshots instead of a description of a screenshot. Each finding gets classified as a gap, a bug, a verification miss, scope drift, or genuinely no issue. If you’ve authorized repair, it fixes narrowly, the clear gaps only, and stops rather than guessing when a fix would need a product decision or a destructive action.

Key principles


Part of Operator Skills, a collection of skills for running a real Claude Code setup.