What problem does it solve? Turning a declared goal into verified, completed work requires orchestrating many tasks without letting an agent prematurely claim success. This Skill drives an ACTIVE goal contract through waves of parallel execution, independent review, and mechanical verification, refusing to close the goal until the contract is provably satisfied. ## Core Features & Use Cases - Wave-Based Parallel Execution: Groups plan tasks into dependency-ordered waves using produces/consumes edges, depends_on overrides, and scope_paths disjointness, then dispatches each task to an isolated git worktree subagent. - Multi-Signal Verification Gates: Requires executor success, per-task reviewer PASS, mechanical verification commands, and a whole-contract /verify verdict before advancing or closing a goal. - Resumable State Machine: Persists state.json, an append-only journal.nav audit log, and checkpoints before irreversible transitions so a crash mid-wave can resume from the last persisted state. - Use Case: Migrating a 5-year-old React-JS codebase to Next.js and TypeScript: the engine groups hundreds of file tasks into 3 parallel waves instead of 6 serial stages, verifies each against the contract, and closes the goal only when independent verification agrees. ## Quick Start Ask the agent to run the loop skill to execute the currently active goal's plan through verified waves until the contract is satisfied.