What problem does it solve?
This Skill automates the creation and management of a repository-local task proof loop, enabling auditable, end-to-end task execution inside a codebase by storing artifacts under .agent/tasks/<TASK_ID>/ and orchestrating a spec freeze -> build -> evidence -> verify -> fix loop with fresh verification sessions.
Core Features & Use Cases
- Initializes a strict repo-local task folder under .agent/tasks/<TASK_ID>/ and seeds essential artifacts (spec.md, evidence.md, evidence.json, verdict.json, problems.md, and raw build/test artifacts)
- Installs project-scoped Codex and Claude subagent templates into .codex/agents/ and .claude/agents/ to support the workflow
- Updates repo-root guidance blocks (AGENTS.md and CLAUDE.md) with a managed, proof-first workflow description
- Drives a task loop: spec freeze, build, evidence packing, fresh verification, minimal fixes, and re-verification until PASS
- Supports bounded parallel helper work (explorer/worker) only after explicit user authorization, keeping evidence ownership with a single builder
Quick Start
Initialize a new task with a TASK_ID and optional seed text or file, then run the managed loop from spec freeze through verification.