taskops_assign
Assign cards to workers, create a worktree per card, and generate paste-ready briefs. Spawn sub-agents for each brief in a single message to parallelize task execution.
Instructions
Assign cards to workers, cut one worktree each, and return a paste-ready brief per card. Spawn one sub-agent per brief, all in one message. Orchestrator only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | who is speaking, when it is not the session's own identity. Sub-agents share the session's ONE MCP server, so a spawned worker MUST pass the agent:<dev>/<name> its brief names on EVERY taskops call — without it the board hears the orchestrator. | |
| tasks | Yes | the cards to hand out | |
| workers | No | names for them; default w1, w2, … (the free ones) | |
| repo_path | No | another project's board, by any path inside it. Default: the board this server started in. The host runs ONE MCP server per session, pinned to the directory it opened, so without this a second project is unreachable and the work leaves through curl instead of the tools. | |
| worktrees | No | cut one worktree per card (default true) |