Task-Based Multi-Agent Skill Guide creation of task-based multi-agent systems using shared task files and worktree isolation. When to Use - Setting up parallel agent execution - Managing multiple concurrent workflows - Scaling beyond single-agent patterns - Building task queue systems Core Concept Agents share a task file that acts as a coordination mechanism: Task File Format : Status Markers | Marker | Meaning | State | | --- | --- | --- | | | Pending | Available for pickup | | | Blocked | Waiting for previous | | | In Progress | Being processed | | | Complete | Finished successfully | | |…