Cowork Sessions Knowledge Domain knowledge for launching and managing cowork sessions that coordinate multiple plugin agents. Use For - Starting new cowork sessions from marketplace items - Managing running sessions (pause, resume, cancel) - Understanding session lifecycle and agent coordination - Monitoring session progress and resource usage Session Lifecycle Agent Coordination Model Sessions use the Task tool to spawn sub-agents. Key patterns: Sequential Execution For dependent tasks (e.g., "generate code then write tests"): Parallel Execution For independent tasks (e.g., "review security…