1 2 3 4 5 6 7 8 9 10 11 | |
Resume / fork / handoff
1 2 3 4 5 6 7 8 | |
At execute_step
You do the actual build work for that one step (TDD: failing test -> minimal impl -> green) and emit step_effects / effect_records as evidence.
At verify_dod
You adopt the independent-verifier lens: re-derive each acceptance criterion from the recorded evidence, never from your own build narration.