When Parallel IS Allowed
Parallel execution is permitted only when:
- Tasks have no shared files or dependencies
- Tasks operate in different workspaces
- Tasks are assigned to different profiles with non-overlapping tool access
- The orchestrator explicitly documents the parallel plan in the parent task
Coordination via Comments
When tasks must coordinate:
- First worker writes findings to task comments
- Second worker reads comments before starting
- Use
kanban_comment(task_id, body)for durable notes - Never rely on ephemeral session context