A clipped packet of five translucent sheets crossing the gap between two quiet, unbranded workstations.
The packet is the bridge: enough shared state to cross the gap, without carrying the whole room with it.

Work rarely stops at a clean boundary. A person leaves for the day, an agent reaches a context limit, a specialist finishes one lane, or a decision must wait for evidence. The next worker then inherits fragments: a long transcript, a terse status line, a pile of changed files, or a confident “almost done.”

None of those is a handoff. A handoff packet is a small state-transfer artifact. It answers five questions in order: what is true, what was decided, what proves it, what must stop the work, and what is the safest useful action now.

§1A handoff is a transfer, not a summary

A summary compresses the past. A handoff prepares the future. That difference changes what belongs in the document.

ArtifactOptimises forUsually ends with
Progress updateReassurance and visibilityWhat happened
Project summaryRecall and explanationWhat the work means
Handoff packetSafe continuationThe next bounded action

The packet can link to history, but it should not make the next worker reconstruct the current state from that history. Put the re-entry point in the packet itself.

§2The five-layer packet

Each layer removes a different kind of uncertainty. Together they make the handoff useful even when the new worker has none of the previous conversation in memory.

The handoff packet

Read from orientation to action. If a lower layer depends on a fact that is absent above it, the packet is not ready.

  1. 01 / STATEWhat is true now?

    The intended outcome, completed work, active surface, known gaps, and scope boundaries.

  2. 02 / DECISIONSWhat is already settled?

    Choices made, reasons that still matter, rejected routes, and questions that remain genuinely open.

  3. 03 / EVIDENCEWhat supports the state?

    The smallest proof set that lets the next worker verify claims without replaying the whole investigation.

  4. 04 / STOPSWhen must work pause?

    Safety boundaries, missing authority, conflicts, failed assumptions, and conditions that require a decision.

  5. 05 / NEXT ACTIONWhat is the smallest safe continuation?

    One bounded action, its first check, the expected artifact, and the point where ownership returns.

The layers narrow from broad orientation to one executable next move. Stops sit before action so caution survives the transfer.

§3State should describe reality, not activity

“Worked on navigation” says what someone did. “The narrow-screen menu now opens and closes from the existing control; the wide layout is unchanged” says what is true. The second sentence gives the next worker a surface they can inspect.

Write state as outcomes and boundaries. Name what is complete, what is partial, what remains untouched, and which assumption is still unproven. If the work depends on a particular source or artifact, connect it to a verified source of truth rather than a convenient copy.

§4Separate decisions from open questions

A new worker should not unknowingly reopen settled reasoning—or mistake a tentative idea for a rule. Record each important choice with one short reason and its revisit condition.

DECISION LINE

Choice: keep the existing component. Why: the issue is state handling, not structure. Revisit if: the component cannot preserve keyboard access at narrow widths.

Open questions belong in their own list. A decision is an instruction until its revisit condition appears. An open question is an invitation to investigate.

↑ contents

§5Carry proof, not the whole diary

Evidence makes the packet independently checkable. Include the observed result, the focused check that supports it, and a pointer to the relevant artifact. Leave out raw transcripts, sprawling logs, and every command that happened along the way.

The right amount of evidence is the smallest set that would let a careful reader challenge the state. For a deeper method, use the verification ladder: start close to the claim, then move toward the real outcome.

§6Stop conditions preserve judgment

Handoffs often preserve momentum and accidentally discard caution. A stop condition carries the previous worker’s judgment across the boundary.

A stop is not a vague warning. It is an observable condition plus the action to take when it appears.

§7End with the smallest safe continuation

“Finish the project” is not a next action. Neither is a list of everything still possible. Choose one bounded move that advances the outcome and produces a checkable artifact.

THE RE-ENTRY RULE

The next action should be small enough to begin without rediscovery, useful enough to change the state, and bounded enough to stop before new authority is required.

Include the first check because it tells the next worker where to look before acting. Include the expected artifact because it makes “done” concrete. Include the return point because ownership should never be implicit.

§8Compress without deleting the plot

Privacy is part of compression. Replace unnecessary identities and sensitive details with roles, neutral surfaces, or public-safe facts. The method in context without oversharing helps decide what the next worker truly needs.

↑ contents

§9A copy-usable handoff packet

transfer one bounded piece of work

HANDOFF PURPOSE
What outcome is being transferred, and to whom?

CURRENT STATE
What is true now? What is complete, partial, untouched, or unknown?

SCOPE BOUNDARY
What is included? What must remain unchanged?

DECISIONS
- Choice — short reason — revisit condition

OPEN QUESTIONS
- Question — why it matters — evidence needed

EVIDENCE
- Claim — focused proof — relevant artifact

STOP CONDITIONS
- If [observable condition], pause and [required response].

NEXT ACTION
One bounded action that advances the outcome.

FIRST CHECK
What should the next worker inspect before acting?

EXPECTED ARTIFACT
What concrete result should this action leave behind?

RETURN POINT
When does ownership return, and what decision comes next?

§10The packet is ready when it can stand alone

Give the packet a cold read. Could a capable person or agent with no access to the previous conversation explain the current state, respect the same boundaries, verify the key claims, and begin exactly one useful action?

If not, add the missing fact—not the whole history. The goal is not perfect memory. It is a safe, faithful re-entry point.

Steal this

  • Treat the handoff as state transfer, not a retrospective.
  • Write outcomes and boundaries instead of activity.
  • Separate settled decisions from open questions.
  • Carry the smallest proof set that makes the state checkable.
  • Put stop conditions before the next action.
  • End with one smallest safe continuation and its first check.