handoff

Automate work context handoff between agents or workspaces using the sculpt CLI.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill handoff-imbue-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/imbue-ai/sculptor/tree/main/sculptor/sculptor-experimental/skills/handoff
Command: npx skills add https://github.com/imbue-ai/sculptor --skill handoff-imbue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage the transition of work between agents or workspaces, ensuring that a new agent can take over from where a previous one left off, with the same context preserved.

Core Features & Use Cases

  • Context Preservation: Seamlessly transfer work context from one agent to another within the same workspace, or to a new, isolated workspace.
  • Task Handoff: Automate the creation of a new agent or workspace with all necessary information for continuity.
  • Use Case: When a user is interrupted or wants to switch tasks, this Skill can save the state and create a fresh agent to continue where the user left off.

Quick Start

To pass the current work to a new agent within the same workspace, run 'handoff --mode same'. To start a new workspace with the context, use 'handoff --mode new'.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I pass work context to a new agent when switching tasks?▼

To pass work context to a new agent when switching tasks, you can automate the handoff process to save the current state and transfer all necessary information for continuity to a fresh agent.

What is context preservation for agent management and when is it needed?▼

Context preservation for agent management is the mechanism of transferring work state between agents. It is needed when you are interrupted or want to switch tasks without losing progress.

Can I transfer work context to an isolated workspace instead of the same one?▼

Yes, you can transfer work context to an isolated workspace. This allows a new agent to take over in a fresh environment while retaining all the necessary information for task continuity.

Do I need the sculpt CLI for workspace and agent management?▼

Yes, you need the sculpt CLI for workspace and agent management. The Skill requires this command-line interface to automate the creation of new agents and workspaces for task handoffs.

How do I start a new workspace with preserved context from a previous agent?▼

To start a new workspace with preserved context from a previous agent, run the handoff command with the new mode parameter to initialize an isolated environment with the transferred state.