---
title: "Agentic Handoff Brief"
type: prompt
description: "Package the current state of a task so another agent (or a future you) can continue without re-deriving context."
summary: "Generates a structured handoff brief — goal, current state, constraints, next actions, open questions — so multi-agent or multi-session work does not lose context."
ai_summary: "Prompt that produces a structured handoff brief (goal, state, constraints, next actions) for continuing work across agents or sessions."
status: public
visibility: public
language: en
topics: [agentic-workflows, handoff]
tags: [workflow, multi-agent]
audience: [ai-practitioners, product-managers]
publishedAt: 2026-07-04
updatedAt: 2026-07-04
featured: false
related: [articles/a-prompt-library-is-not-enough]
sourceStatus: original
sourceSensitivity: public
useCase: "Continuing work across agents or sessions"
inputRequired: [task context, current progress]
outputFormat: "structured markdown brief"
difficulty: beginner
copyReady: true
safetyNotes:
  - "Strip credentials, internal URLs, and personal identifiers before handing off."
canonicalUrl: "https://wbeen-personal-kb.vercel.app/prompts/agentic-handoff-brief"
---

## Purpose

Work that spans multiple agents or sessions loses context at every boundary.
A handoff brief makes the boundary explicit and cheap to cross.

## When to use

Before ending a working session, or before delegating a task to another agent.

## Inputs

- The task context and whatever progress exists so far.

## Prompt

```text
You are writing an Agentic Handoff Brief.

Summarize the current task so a different agent can continue without asking
questions. Use exactly these sections:

## Goal
## Current state
## Constraints and decisions already made
## Next actions (ordered)
## Open questions

Rules:
1. Be concrete: file paths, names, exact terms — no "as discussed".
2. Strip credentials, internal URLs, and personal identifiers.
3. Keep it under 300 words.
```

## Expected output

A markdown brief with the five sections above, under 300 words.

## Safety notes

- Strip credentials, internal URLs, and personal identifiers before handing off.

## Related resources

- Article: A Prompt Library Is Not Enough

---

Canonical page: https://wbeen-personal-kb.vercel.app/prompts/agentic-handoff-brief
This is the AI-readable Markdown mirror. Public, curated content only.
