---
title: /skill:handoff
description: Pi-adapted conversation handoff skill.
---

# /skill:handoff

**Status:** pi-adapted.

Compacts the current conversation into a handoff document for a fresh agent/session.

## Usage

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

## Output

A markdown file in the OS temp directory. The skill prints the absolute path after writing it.

The handoff includes:

- goal;
- current state;
- remaining work;
- key decisions;
- gotchas and blockers;
- paths or URLs to relevant artifacts;
- suggested next yoke-pi skills.

Secrets and PII are redacted as `[REDACTED]`.
