What problem does it solve?
This Skill automates iterative implementation cycles by coordinating code changes, running a verifier, and maintaining loop state so developers can converge on passing tests without manual bookkeeping or repeated context switching.
Core Features & Use Cases
- Active-loop detection: Prevents overlapping runs by reading .claude/wrought-loop-state.json and halting if an active loop exists.
- Plan discovery and confirmation: Locates the most recent docs/plans/*.md plan when a plan path is not supplied and prompts for confirmation before proceeding.
- Verifier-driven iterations: Reads verifier configuration from the .wrought marker (verifier command, test path, max iterations, timeouts), initializes a loop state file, executes the verifier after each implementation attempt, and enforces iteration budgets and timeouts.
- Stateful automation and reporting: Writes detailed loop metadata to .claude/wrought-loop-state.json, captures iteration history, and summarizes completion with artifacts placed under docs/capsules/{finding_id}/.
Quick Start
Start an autonomous implementation loop using the most recent plan in docs/plans and follow prompts to confirm verifier settings.