Add a pre-execution gate where the executor model (Sonnet/Haiku) evaluates the task spec before starting work.
The gate prompt: 1. Ask the executor to restate the task in its own words 2. Ask: 'Can you implement this without asking clarifying questions? If YES: GO. If NO: list every question you need answered.' 3. If GO → proceed to execution as normal 4. If NO-GO → bounce the task back with status change (e.g. back to Open with a comment containing the questions)
Implementation location: this should happen in the orchestrator/coder workflow, after task claim but before the coder starts working. Likely in Omni/Ide/ORCHESTRATOR.md workflow or the agentd spawn logic.
Key design decisions:
Acceptance criteria:
No activity yet.