Agent Handoff Brief

Use when handing work from one AI agent, developer, or session to another by summarizing current state, files touched, decisions made, blockers, verification, and next safe actions.

alexzhu0 Updated

File contents

Agent Handoff Brief

Purpose

Create a compact handoff that lets another agent resume without redoing discovery.

Fit

  • Use when work needs to continue across agents, sessions, context compaction, or developer handoff.
  • Do not use when the task is already complete and no next actor needs evidence, files, or blockers.

Inputs

  • Current task, conversation notes, file changes, commands run, or partial results.
  • Known blockers, validation status, and user constraints.
  • Repository path or artifact locations.

Workflow

  1. State the objective and current status.
  2. List files touched and decisions made.
  3. Record commands run and their outcomes.
  4. Capture blockers, risks, and unresolved questions.
  5. Recommend the next safe action.

Output

Produce Markdown with:

  • Objective
  • Current State
  • Files And Artifacts
  • Decisions
  • Verification
  • Blockers
  • Next Actions

Validation

  • The handoff distinguishes facts from plans.
  • File paths and artifact names are precise.
  • Verification status includes what was not tested.
  • Next actions are ordered and reversible when possible.
  • The receiving agent should not need the full prior chat to continue.

alexzhu0/agent-ready-skills/tree/main/skills/agent-handoff-brief commit d81f37c1fa

Frequently asked questions

npx skillmds@latest add alexzhu0/agent-handoff-brief