claim_pickup
Claim a thread for self-initiated work and automatically spawn a child agent for parallel execution.
Instructions
Claim a thread for self-initiated work. Marks it claimed by my cid.
If auto_spawn=True, immediately spawns a headless child with the
thread context (question + recent notes + plan) for parallel work.
spawn_role defaults to 'executor' when auto_spawn is on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | ||
| thread_id | Yes | ||
| auto_spawn | No | ||
| spawn_role | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |