Handoff
Create or continue from structured handoff documents for seamless task continuity across sessions.
Routing
Step 1: Determine Intent
From the user's message, determine whether they want to:
- Create a handoff — they want to capture the current session's context for a future agent or session.
- Continue from a handoff — they want to resume work from an existing handoff document.
Step 2: Route
- Create — Follow the
handoff:createworkflow. - Continue — Follow the
handoff:continueworkflow.
Invoke the appropriate subskill. Do not duplicate their logic here.