agent-task-handoff

When delegating work to a sub-agent or across sessions, make the handoff self-contained.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-task-handoff" with this command: npx skills add aiming-lab/metaclaw/aiming-lab-metaclaw-agent-task-handoff

Agent Task Handoff

When delegating work to a sub-agent or across sessions, make the handoff self-contained.

Handoff package must include:

  • Goal: What the sub-agent must produce (one clear sentence).

  • Context: The minimum background the agent needs — no more, no less.

  • Constraints: Explicit rules (don't modify X, use library Y, output format Z).

  • Inputs: File paths, API endpoints, or data the agent needs to start.

  • Success criteria: How to verify the result is correct.

For parallel agents:

  • Clearly state which parts of the codebase/data each agent owns.

  • Define how outputs will be merged back.

Anti-pattern: Sending a vague "continue where we left off" with no context — sub-agents start from zero.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

graceful-error-recovery

No summary provided by upstream source.

Repository SourceNeeds Review
General

uncertainty-acknowledgment

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

codebase-navigation

No summary provided by upstream source.

Repository SourceNeeds Review
General

structured-progress-update

No summary provided by upstream source.

Repository SourceNeeds Review