What problem does it solve? Running a Terminal-Bench task against Paperclip often stalls in ambiguous states: silent in_review issues, unbounded retries, fixes applied without approval, or smoke runs testing the wrong checkout. This Skill imposes a bounded, auditable loop with explicit issue topology, board-gated fixes, and worktree continuity so every iteration ends in a known state. ## Core Features & Use Cases - Bounded iteration loop: Runs a Terminal-Bench smoke with an iteration budget, wall-clock caps, and explicit stop rules (pass, board rejection, budget exhausted, or named blocker). - Board-gated product fixes: Diagnoses the exact stop point using the /diagnose-why-work-stopped pattern, then requires a request_confirmation approval before any implementation child issue is created. - Worktree continuity: Pins the benchmark command (PAPERCLIPAI_CMD) and dispatch runner config to one isolated Paperclip App worktree shared across all iterations via inheritExecutionWorkspaceFromIssueId. - Use Case: A user asks to drive terminal-bench/fix-git until it passes. The Skill opens a loop parent issue, runs bounded smokes, diagnoses failures, proposes product rules for board confirmation, and reruns against the same worktree until pass or budget exhaustion. ## Quick Start Ask the agent to run the Terminal-Bench task fix-git through a Paperclip smoke loop with an iteration budget of three and board approval required before any product fix.