Handoff Readiness Assessor¶
Operationalize the readiness rubric and produce a defensible score sheet plus decision.
When to use¶
- "Is this ready to hand off to an agent?"
- "Score this for handoff."
- Before
/project-packet-builderto avoid wasted work on No-Go ideas.
Procedure¶
- Gather context from AnyType (
Projectand linkedIdeas) and the agent wiki (related pages). - Score each dimension 0-5 per the rubric, with one-line evidence per score.
- Compute total and apply thresholds.
- Identify gaps for any score < 3 in critical dimensions (1, 2, 5).
- Recommend remediation if Conditional Go.
- Render the scoring sheet using
/workflow/handoff/templates/readiness-scoring-sheet.md. - File the score as a wiki page under
wiki/sources/<project-slug>-readiness-<date>.mdfor compounding reference. - Verifier handoff — invoke
verifierto confirm the report cites concrete evidence per dimension.
Anti-patterns¶
- Don't pad scores; if a dimension is weak, say it.
- Don't skip the file-back step; future calibration depends on it.
- Don't recommend Go when any of dims 1, 2, 5 are ≤ 2.
Compatibility¶
- Read access to AnyType via MCP and to the agent wiki.
- Write access only to wiki/sources/ for filing the score.
- No cloud egress required (local synthesis only).