# Pickup

> Resume work from previous handoff sessions stored in .planning/handoffs/

- Skill: `jellydn/pickup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jellydn/pickup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jellydn/pickup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: jellydn (https://skillmd.com/u/jellydn)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jellydn/pickup

---


# Pickup Handoff

Resumes work from previous handoff sessions which are stored in `.planning/handoffs/`.

## Usage

`/pickup [HANDOFF_FILE]`

If no handoff file is specified, will show available handoffs and prompt for selection.

## Process

1. Find available handoffs in `.planning/handoffs/`
2. Read the selected handoff file
3. Present the handoff summary to the user
4. Ask the user to confirm they want to continue
5. If confirmed, proceed with the next step described in the handoff

## Available Handoffs

To see available handoffs:

```bash
ls -la .planning/handoffs/
```

Handoffs are named in format: `[YYYY-MM-DD]-[slug].md`

