Replace manual task up-speccing with an automated multi-pass pipeline that iteratively refines task specifications until an executor model (Sonnet/Haiku) can implement them without clarifying questions.
Current workflow: Ben up-specs tasks manually with Opus, files them, coder agent runs. Many coder failures trace back to underspecified tasks. This epic adds an automated refinement loop.
After initial task creation: 1. Send spec to executor model with prompt: "Can you implement this without clarifying questions? If YES: GO. If NO: list every question." 2. If NO-GO: feed questions back to the spec-writing model (Opus/GPT-5.3) to amend the spec 3. Repeat until GO or max 5 passes (circuit breaker) 4. Key addition: executor must "restate the task in its own words" to catch confident misunderstanding
No activity yet.