handoff ยท diff

git:20260830.cc6c9ed to git:20260830.b14f4aa

1 added, 1 removed. Audit A to A.

---
name: handoff
description: Transfer active engineering work to another agent or session without losing decisions, evidence, or the next executable step. Use when the user requests a handoff, work must continue elsewhere, or context limits threaten continuity. Do not use as a generic session summary.
---
# Handoff
Produce a continuation package that lets the receiver act without reconstructing the full conversation.
## Capture current truth
State the objective, current status, completed work, files or systems touched, accepted decisions with reasons, governing constraints, and verification already performed. Link exact artifacts when available.
## Preserve uncertainty
List unresolved questions, failed attempts that should not be repeated, assumptions that still need proof, and any user approval that remains required. Separate facts from recommendations.
## Make continuation executable
Name the next concrete action, its inputs, expected result, and completion check. Include repository or environment state that the receiver must inspect before editing. Keep secrets and unnecessary raw logs out of the handoff.
## Boundaries
- Do not claim a handoff was delivered to another agent unless the corresponding message or transfer actually succeeded. Creating a handoff document does not authorize external writes.
+ Do not claim a handoff was delivered to another agent unless the corresponding message or transfer actually succeeded. A request only to create a handoff document does not authorize sending it, while an explicit request to send or transfer it does.
## Output
Return a concise brief with objective, state, decisions, evidence, risks, open items, and next action.