What problem does it solve?
This skill solves the problem of iterative, goal-based development where a task requires multiple attempts to reach a specific, verifiable state, preventing the need for manual oversight of every single iteration.
Core Features & Use Cases
- Autonomous Goal Loops: Executes a series of implementation laps using Codex, with Claude acting as the judge to verify progress against machine-checkable goals.
- Safety Guardrails: Implements no-progress detection, budget caps, and branch-based development to ensure that failed attempts do not corrupt the main codebase.
- Use Case: Use this when you need to iterate on a test suite until it passes, such as fixing a complex regression or implementing a new feature that requires multiple rounds of trial and error.
Quick Start
Ask the assistant to simmer the current task by defining the goal, the verification commands, and the maximum number of laps to run.