| name | ctx-handover |
| description | Per-session handover artifact writer. Wraps `ctx handover write` with required `--summary` and `--next`. Always invoked as the final step of `/ctx-wrap-up`; not the user-facing trigger. When `.context/kb/` exists, also folds postdated closeouts into the handover and archives them. |
Write the per-session handover under
.context/handovers/<TS>-<slug>.md. The handover is the
former agent's note to the next agent (or human): what
happened, and what should come next. /ctx-remember reads
it at the start of the next session.
When to Use
/ctx-wrap-up owns the user-facing session-end trigger and
delegates to this skill as its final step. Direct invocation
is reserved for:
--no-fold mid-session checkpoint when the user wants to
pause without consuming closeouts.
- Recovery, when a prior session aborted before wrap-up.
Otherwise, the user invokes /ctx-wrap-up, not this skill.
Input Contract
Wraps ctx handover write. Empty TBD, see chat,
whitespace-only values for required flags are rejected by
the CLI.
| Flag | Required | Description |
|---|
--summary | yes | Past tense; what happened this session. |
--next | yes | Future tense; the specific first action for the next agent. |
--highlights | no | Notable artifacts produced this session. |
--open-questions | no | Things that remain undecided. |