What problem does it solve? Autonomous code generation often produces unverified or gamed results: agents claim completion without passing tests, edit the very checks meant to grade them, or loop endlessly on reviewer feedback. This Skill turns an accepted spec into verified commits by making completion a runnable pass/fail check that the implementing agent can never modify. ## Core Features & Use Cases - Isolated writer per task: Dispatches one fresh Claude, Codex, or Gemini session per spec task, with runner-owned state kept outside the writer's writable root and tamper detection via before/after manifests. - Deterministic verification gates: Runs each task's done-when command itself, commits only green tasks, and treats an explicit abort marker as a first-class success instead of a faked green. - Bounded review and fix: Runs exactly one cross-vendor advisory review on the final diff, then at most one fix round for medium+ findings, keeping the PR draft whenever anything stays open. - Use Case: After gating a feature spec with the stark-author skill, hand the spec path to this Skill and receive a draft PR containing one commit per verified task, evidence logs, and posted advisory findings. ## Quick Start Run the stark-build skill on my accepted spec at specs/2026-01-15-auth-flow-spec.md and open a draft PR with the verified commits.