# Skill /handoff

Pi-adapted.

`/skill:handoff` compacts the current conversation into a handoff document for a fresh agent. It saves the document to the OS temp directory, not the workspace, and prints the absolute path.

## Usage

```text
/skill:handoff
/skill:handoff continue with the payment retry logic
```

## Output

A markdown handoff file containing:

- goal;
- current state;
- remaining work;
- key decisions;
- blockers/gotchas;
- paths or URLs to relevant artifacts;
- suggested next yoke-pi skills such as `/skill:task`, `/skill:plan`, `/skill:do`, `/skill:review`, `/skill:fix`, or `/skill:gca`.

Secrets and PII must be redacted as `[REDACTED]` because the file lands in shared temp storage.
