What problem does it solve? Executing multi-step coding tasks often fails silently or produces unverified results. This Skill runs a structured plan-implement-evaluate loop with automatic retries until the implementation passes a runnable verification. ## Core Features & Use Cases - Three-Phase Workflow: Delegates to dedicated planner, implementer, and evaluator subagents, each running in its own context. - Automatic Retry Logic: On a FAIL evaluation, feeds the feedback back to the implementer and loops until the result passes. - Organized Artifacts: Stores the request, plan, implementation summaries, and evaluation reports under a numbered task-results/<slug>/ directory. - Use Case: Ask it to add user authentication to your app; it plans the changes, implements them, runs a verification check, and retries automatically if the check fails. ## Quick Start Run the do-task skill with a task description such as "add input validation to the signup form" and it will plan, implement, and verify the change automatically.