| name | handoff-task |
| description | Use when a Brain task card should be delegated to Claude, Codex, or a swarm agent with all context included. |
| owner | the company Platform |
| risk | medium |
Public, anonymized version of a skill running in the Compai reference deployment (an 8-figure consumer SME). Names, stores, channels and endpoints replaced with placeholders; the logic is unchanged. Adapt to your own context.
Handoff Task
Use this skill to move a Brain task from todo to handoff and produce a self-contained execution prompt.
Workflow
- Read the task card.
- Read linked sources and entity pages.
- Decide executor:
- Codex for code/scripts/debug/bulk processing.
- Swarm domain agent for CS/finance/retail/marketing/merch/HR.
- Claude for short synthesis/docs/strategy.
- Improve the
Handoff Prompt if needed.
- Call
brain_task_move(task_path, status="handoff", review_notes="...").
- Deliver the exact prompt to use.
Rules
- Never hand off a task that lacks source context.
- Include success criteria and expected output format.
- Include risk class and any tools that should or should not be used.