What problem does it solve? Manually iterating on specs, tests, docs, or plans to find and fix gaps is slow and untracked. This Skill automates the loop: research agents find gaps, fix agents apply corrections, and a bookkeeping layer tracks iterations, plateaus, and regressions until no gaps remain or a metric goal is hit. ## Core Features & Use Cases - Iterative Gap-Fix Loop: Spawns parallel research and fix agents per cycle, with severity floors, convergence checks, and hard termination states (SUCCESS, HALT_PLATEAU, HALT_CAP, HALT_REGRESSION). - PVL/EVL Wiring: Serves as the shared bookkeeping layer for plan-validate-fix and execute-validate-fix loops, with per-cycle reports and TSV logging. - Metric-Driven Mode: Accepts a verify command and numeric target so loops stop when coverage, lint errors, or latency goals are reached, with guard commands preventing regressions. - Use Case: Run it with domain tests and a coverage verify command to keep adding test cases until coverage hits the target, with pnpm test as a guard so no fix batch breaks the suite. ## Quick Start Ask the agent to harden a spec or improve test coverage by running vc-autoresearch with a domain, corpus paths, and an optional verify command and target.