Parent epic: t-679
Establish baseline measurements of the current manual up-spec → coder pipeline before adding automation.
1. Task success rate: % of tasks that pass on first coder attempt (no manual revision needed) 2. Revision count: how many times a task needs to be revised/re-filed before the coder succeeds 3. Time-to-done: wall clock from task creation to Done status 4. Failure mode classification: categorize recent failures (underspecified, wrong file refs, missing context, coder bug, etc.)
first_attempt_success: bool, revision_count: int, failure_reason: stringNo activity yet.