Leave a handoff the next agent can resume
Record state, evidence, risks, untouched scope, and exactly one safe next action before the session ends.
Use this when
Use this when a session is ending, context is becoming unwieldy, or another human or agent may need to continue the work later.
How it runs
- State the current goal, the work completed, and the evidence that was actually verified.
- Record untouched and off-limits scope, uncertainty, open risks, and the last decision or gate.
- Test whether a new actor could restart from the handoff without relying on hidden context or assumptions.
- Name exactly one safe next action, state what must not be assumed, and stop without starting it.
Done when
✓ The next person or agent can resume without guessing. The handoff accounts for current state, evidence, untouched and off-limits scope, uncertainty, risks, the last decision, one safe next action, and assumptions the next actor must not make.
Why it works
A compact end-of-session artifact prevents context loss from turning into duplicated work, unsafe assumptions, or accidental scope expansion. The mandatory stop keeps a handoff from silently becoming authorization for more work.
Implementation note
Describe only verified state. Do not turn guesses into completed work, omit blockers, or use the handoff itself as permission to begin the next action.
More maintenance loops
Weekly tech debt report
Every Friday, compile a trend report of debt signals — TODO count, lint suppressions, type coverage, largest files — so the team sees drift before it compounds.
Keep memory pins under control
Audit and prune pinned memory contexts to stay under 7, replacing competing invariants atomically and checking load count before each pin.
Chase a refund until it lands
Open the claim, watch replies and deadlines, and keep the case moving until the money actually arrives.