Decouple long-running or unreliable work from request/response cycles. Return immediately to the user while background workers handle the heavy lifting asynchronously. Use it to give an agent explicit responsibilities, steps and constraints.
Execute tasks from a track's implementation plan, following the workflow rules defined in conductor/workflow.md. Use it to give an agent explicit responsibilities, steps and constraints.
Detailed preset team configurations with task templates for common workflows. Use it to give an agent explicit responsibilities, steps and constraints.