name: handoff-review
Review a handoff document before finalizing the transition. Ensures the receiving agent has everything needed to continue without asking basic questions.
Score each dimension on 1-5:
| Score | Meaning |
|---|---|
| 5 | Excellent, no follow-up needed |
| 3-4 | Adequate, some clarification needed |
| 1-2 | Poor, must fix before handoff |
Fail if: reviewer can't tell what the goal was.
Fail if: reviewer would make a different decision because rationale is missing.
Fail if: reviewer can't immediately start working.
Fail if: reviewer finds factual errors in the handoff.
Fail if: any credential is visible. This is a blocker.
Write the review as a comment at the top of the handoff document:
## Handoff Review ({YYYY-MM-DD})
| Dimension | Score | Notes |
|-----------|-------|-------|
| Completeness | X/5 | {what's missing} |
| Decision Quality | X/5 | {what's unclear} |
| Actionability | X/5 | {what's vague} |
| Accuracy | X/5 | {errors found} |
| Safety | X/5 | {issues flagged} |
**Blockers:** {items that must be fixed}
**Recommendations:** {suggestions for improvement}
**Overall:** {PASS / PASS_WITH_CAVEATS / FAIL}
Track common review findings to improve future handoffs:
recurring_issues:
- description: "Missing decision rationale"
fix: "Document WHY for all decisions"
- description: "Stale branch info"
fix: "Run git commands to verify before writing"
Check just these three things: