| Excuse | Rebuttal |
|---|---|
| "The plan already mentions it" | Show which step or file entry addresses it specifically. Vague coverage is not coverage. |
| "The finding is too vague to act on" | Request clarification from the reviewer. Do not dismiss ambiguous findings — resolve them. |
| "Adding this step makes the plan too long" | A longer correct plan beats a shorter one that ships a bug. |
| "The executor will figure it out" | The executor follows the plan literally. Anything not in the plan does not exist. |
After processing all findings, re-walk the plan as if you were the reviewer:
- Cross-check
filesagainststeps— every file touched by at least one step. - Cross-check
acceptanceCriteria— verifiable from a diff. - Re-check the attack surface from the reviewer skill: missing failure paths, unstated assumptions, mismatch with codebase patterns.