divide-and-conquer
Installation
SKILL.md
Divide and Conquer
Pick up a task and execute it by splitting the work into independent workstreams. Each workstream runs in its own subagent, in its own git worktree, on its own branch — subagents never touch the primary repo checkout. Parallelize only workstreams whose scopes don't overlap; serialize the rest.
Instructions
The user's query is in $ARGUMENTS (a task ID like 077 or a task name/keyword).