wwa_handoff_create
Create structured agent-to-agent handoffs to transfer in-progress tasks with complete context, preventing data loss and silent drops while maintaining an attribution chain.
Instructions
Create a structured agent-to-agent task handoff. When one agent must transfer an in-progress task to another, this ensures complete context transfer — no data loss, no silent drops, full attribution chain. Implements the Works With Agents Handoff Protocol v1.0.0-draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Dict of key context values (project_root, versions, env vars) | |
| task_id | Yes | Unique task identifier (e.g. 'SP-42', 'build-dashboard') | |
| to_agent | No | ID of the intended receiving agent (optional) | |
| completed | Yes | List of completed items (what's done) | |
| decisions | No | List of design decisions made so far | |
| remaining | Yes | List of remaining items (what still needs doing) | |
| pitfalls_hit | No | List of pitfalls/failures encountered so far | |
| sender_agent_id | Yes | ID of the agent sending the handoff | |
| sender_session_id | Yes | Current session ID of the sender | |
| regulatory_compliance | No | Enable regulated variant with audit fields |