agent-task-handoff

Delegate complex subtasks to sub-agents with self-contained context.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill agent-task-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-task-handoff
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/metaclaw/memory_data/skills/agent-task-handoff
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill agent-task-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegating subtasks to sub-agents or across sessions should be self-contained so recipients start with full context and clear expectations.

Core Features & Use Cases

  • Self-contained handoff package templates that specify goal, context, constraints, inputs, and success criteria.
  • Clear ownership delineation for parallel tasks and cross-session handoffs, enabling seamless merging of outputs.
  • Guardrails to avoid vague remainders and ensure reproducibility across agents.

Quick Start

Describe a complete handoff with goal, context, constraints, inputs, and success criteria for the receiving sub-agent.

Frequently Asked Questions about agent-task-handoff

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

FAQPage Schema
How do I delegate a subtask to a sub-agent with full context?

To delegate a subtask with full context, you provide a self-contained handoff package specifying the goal, context, constraints, inputs, and success criteria for the receiving sub-agent. This ensures the sub-agent starts with clear expectations without needing external reminders.

What is multi-agent coordination and when do I need cross-session handoffs?

Multi-agent coordination is the process of managing parallel tasks across multiple sub-agents. Cross-session handoffs are needed when delegating complex subtasks that require self-contained context to ensure outputs merge seamlessly across different execution sessions.

Why do my sub-agents lose context during workflow delegation?

Sub-agents lose context during workflow delegation when handoffs are not self-contained. Applying structured handoff templates that specify goal, context, constraints, inputs, and success criteria provides guardrails to avoid vague remainders and ensures reproducibility.

What's the best way to structure a self-contained handoff package for parallel tasks?

The best way to structure a self-contained handoff package is to define clear ownership delineation alongside the goal, context, constraints, inputs, and success criteria. This structure enables seamless merging of outputs in parallel workflows.

Can I use context propagation for cross-session sub-agent coordination?

Yes, you can use context propagation for cross-session sub-agent coordination by applying self-contained handoff packages. These packages ensure recipients start with full context and clear expectations, enabling reproducibility across different agents and sessions.