One-click install
npx skills add https://github.com/JeromyJSmith/lattice-platform --skill handoff-jeromyjsmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/JeromyJSmith/lattice-platform/tree/main/.agents/skills/handoff
Command: npx skills add https://github.com/JeromyJSmith/lattice-platform --skill handoff-jeromyjsmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of losing context between agents or sessions by turning the current conversation into a concise handoff artifact that another agent can immediately act on.

Core Features & Use Cases

  • Conversation compaction: Summarizes the current discussion without repeating content already captured elsewhere.
  • Actionable continuity: Produces a handoff document that includes suggested next skills based on what the next session should accomplish.
  • Artifact-aware referencing: Points to existing PRDs, plans, ADRs, issues, commits, and diffs by path/URL instead of duplicating them.

Quick Start

Ask the AI to run the handoff skill to compact this conversation into a single handoff document for the next agent to continue, saving the output to a temporary markdown file.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I preserve context when handing off a conversation to another agent?

To preserve context for another agent, you need a conversation handoff document that summarizes the current discussion. It compacts the session into a markdown file, referencing existing PRDs and diffs by path instead of duplicating them.

What is the best way to summarize a multi-turn chat for cross-session continuity?

The best way to summarize a chat for cross-session continuity is generating a compact handoff document. It converts the conversation into an actionable summary, optionally tailoring the focus for the next session while avoiding content duplication.

Can I reference existing PRDs and commits in an agent handoff document without duplicating them?

Yes, you can reference existing PRDs and commits without duplication by using artifact-aware referencing. The handoff document points to prior work by path or URL, ensuring the next agent can access artifacts directly without repeating the content.

How do I create a handoff document for another AI agent to continue work?

You create a handoff document by asking the AI to run the handoff skill. It writes a summarized document to a temporary markdown file, applying suggested next skills based on what the next session should accomplish.

Does the handoff document support tailoring context for a specific next-session focus?

Yes, the handoff document supports tailoring context for a specific next-session focus. It optionally adjusts the summarized document based on user-provided goals, ensuring the receiving agent prioritizes the correct next steps.

What limitations exist when compacting a conversation into a temporary markdown file?

A limitation of compacting a conversation into a temporary markdown file is that the output is restricted to a mktemp-generated path. It relies on path and URL references for existing artifacts, meaning the receiving agent needs access to those locations.