---
name: handoff
description: Generate a concise session continuation prompt for the next session. Use at the end of a work session.
argument-hint: ""
---

# Session Handoff Generator

Generate a plain-text continuation prompt that a fresh Claude Code session can use to pick up where this session left off.

## Format

Output a fenced block with exactly this structure (no more, no less):

```
## Session Handoff — [DATE]

**What was accomplished:**
- [1-3 bullet points, each one line]

**What remains:**
- [1-3 bullet points with specific next steps]

**Blockers / gotchas:**
- [Any issues the next session should know about, or "None"]

**Key files touched:**
- [List of file paths that were created or modified]
```

## Rules

- **Max 5 bullet points total** across all sections. Be ruthless about brevity.
- Every bullet must include a specific file path or concrete detail — no vague statements.
- Use absolute dates, not relative ("2026-03-12", not "today").
- Do NOT include code blocks, verbose context, or explanations.
- Also update the project's MEMORY.md with any new information from this session (if the project has one).
