terminal-bench-loop

Orchestrate bounded human-in-the-loop improvement cycles for Terminal-Bench problems.

Updated May 27, 2026
One-click install
npx skills add https://github.com/bychrisr/now-company --skill terminal-bench-loop-bychrisr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terminal-bench-loop
Source: https://github.com/bychrisr/now-company/tree/main/skills/terminal-bench-loop
Command: npx skills add https://github.com/bychrisr/now-company --skill terminal-bench-loop-bychrisr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inefficient, manual, and unbounded debugging of Terminal-Bench problems by providing a structured, board-gated, and repeatable loop for driving issues to a passing state.

Core Features & Use Cases

  • Bounded Iteration: Prevents infinite loops by enforcing iteration budgets and wall-clock caps.
  • Board-Gated Fixes: Ensures all product fixes are reviewed and confirmed by the board before implementation.
  • Diagnostic Continuity: Uses isolated worktrees and explicit state tracking to ensure every iteration builds on the last without losing context.

Quick Start

Use the terminal-bench-loop skill to drive the fix-git task through Paperclip until the smoke passes or the iteration budget is exhausted.

Frequently Asked Questions about terminal-bench-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Terminal-Bench debugging without getting stuck in infinite loops?

You can automate Terminal-Bench debugging with bounded iteration by enforcing iteration budgets and wall-clock caps, ensuring the process stops when the smoke test passes or the limit is reached.

What is board-gated product fix orchestration for terminal workflows?

Board-gated fix orchestration ensures all product fixes are reviewed and confirmed by the board before implementation, managing issue topology and artifact capture across isolated worktrees within the Paperclip ecosystem.

How do I maintain diagnostic continuity across isolated terminal worktrees?

You maintain diagnostic continuity across isolated worktrees by using explicit state tracking and dependency wiring between iteration children, ensuring every cycle builds on the previous context without data loss.

Does the Terminal-Bench iteration loop require manual review before applying fixes?

Yes, the Terminal-Bench iteration loop uses a human-in-the-loop design where the board must review and confirm all product fixes before implementation across isolated worktrees.

What are the limitations of bounded iteration for Terminal-Bench problem fixing?

Bounded Terminal-Bench iteration is limited by iteration budgets and wall-clock caps, meaning the process stops even if the smoke test has not passed, requiring strict adherence to execution contracts and state-based liveness rules.