handover

Generate a markdown conversation summary for handoff to another AI agent.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/kubrickcode/cine-mirror --skill handover-kubrickcode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: handover
Source: https://github.com/kubrickcode/cine-mirror/tree/main/.agents/skills/handover
Command: npx skills add https://github.com/kubrickcode/cine-mirror --skill handover-kubrickcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ending an AI session often means losing context, forcing the next agent or session to start from scratch. This Skill captures the conversation's decisions, completed work, and pending tasks in a structured markdown file so work can continue without re-explanation. ## Core Features & Use Cases - Structured Handoff Document: Produces a markdown summary covering overview, user context, requirements, completed work, technical decisions, current state, pending tasks, warnings, and next steps. - Hallucination Controls: Enforces rules to distinguish completed, attempted, and discussed work, quote the user's exact words, and mark uncertain details as "[needs confirmation]". - Self-Verification Checklist: Requires verification that every claimed completion has evidence in the conversation before saving the file. - Use Case: At the end of a long debugging or feature-building session, generate a timestamped handoff file so a new agent session can resume with full context. ## Quick Start Ask the agent to generate a handoff summary of this conversation and save it as a markdown file before ending the session.

Frequently Asked Questions about handover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I hand off an AI conversation to another agent?▼

Generate a handoff summary that captures the project overview, completed work, technical decisions, pending tasks, and next steps in a markdown file. The receiving agent reads this file to resume work with full context.

What should a project handoff document include?▼

A handoff document should include the project overview, user requirements, completed and pending tasks, technical decisions with rationale, current state, known issues, warnings, and related files. Each item should be grounded in what actually happened in the session.

How do I prevent hallucination in AI-generated summaries?▼

Require the summary to distinguish completed, attempted, and discussed work, quote the user's exact words for requirements, and mark uncertain details as needing confirmation. A self-verification checklist before saving catches fabricated claims.

When should I create a handoff summary?▼

Create one when ending a session, switching AI agents, or transferring work to a teammate. It is most valuable after long sessions involving multiple decisions, code changes, or unresolved tasks.

What are the limitations of conversation handoff summaries?▼

Summaries only capture what was explicitly stated in the conversation and may omit implicit context. They are high hallucination risk, so unverified claims should be marked as needing confirmation rather than stated as fact.