What problem does it solve? Non-trivial tasks in Loopbench require a strict sequence of workspace isolation, contract drafting, plan reconciliation, comprehension checks, and human decisions. This Skill carries that procedure so the user keeps every judgment without memorizing the workflow. ## Core Features & Use Cases - End-to-end task orchestration: Selects a Git worktree, drafts contract.toml and plan.toml, reconciles plan mismatches, and drives work back to a human decision. - Human authority enforcement: Never runs acceptance, comprehension, or gate commands without an explicit user answer, and copies the user's verdict verbatim into the record. - Decision triage: Asks only questions that change user-facing outcomes, deciding implementation details itself and batching eligible questions at one boundary. - Use Case: A user asks for a new feature touching multiple modules. The Skill isolates a worktree, drafts the contract, resolves plan/contract mismatches, runs the comprehension step, gets acceptance, delegates implementation, and closes at the human gate with evidence. ## Quick Start Ask the agent to delegate this implementation task through Loopbench from contract drafting to the final human decision.