Use when the user asks to split a goal across Claude, Codex, or Gemini (gemini requests are rerouted - lane deprecated); plan a multi-agent run; break work into parallel agent tasks; or decompose a large task that needs bounded context handoffs. This is the generic multi-agent task splitter — writes .coord/plan.yml (a DAG) plus per-agent task files. NOT for research-domain routing that touches .research/, .paper/, or Zotero/Obsidian/NotebookLM ingest pipelines — for those, use research-hub-multi-ai instead (different artifact .coord/multi_ai_plan.md, research-hub-aware reconciliation).
$npx -y skills add wenyuchiou/agent-collab-skills --skill agent-task-splitterInstalls into the current project.
Run `npx skills use "https://github.com/wenyuchiou/agent-collab-skills" --skill "wenyuchiou/agent-collab-skills/agent-task-splitter"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/wenyuchiou/agent-collab-skills" that are relevant to the current task. Run `npx skills add "https://github.com/wenyuchiou/agent-collab-skills"` and select the relevant skills, then follow their instructions.