What problem does it solve?
It solves the problem of unreliable, hard-to-audit coding progress by turning a task into a durable, repo-local proof loop with routing, frozen specs, evidence capture, and fresh verification.
Core Features & Use Cases
- Repo-local proof loop: creates and updates
.agent/tasks/<TASK_ID>/ so work is resumable and auditable.
- Frozen-spec + evidence + fresh verify: enforces a strict sequence from spec freeze through evidence packing and repeated fresh verification until every acceptance criterion passes.
- Codex-first bounded subagents: uses installed helper roles for discovery and scoped implementation, with fallback to built-in helpers only when task-specific roles are unavailable.
- Use case: when you need a substantial feature, refactor, migration, or bug fix that must leave behind concrete evidence and a verifiable PASS/FAIL trail.
Quick Start
Use repo-task-proof-loop to initialize the repo-local task state for TASK_ID demo-task and then automatically drive the proof loop until all acceptance criteria are verified as PASS.