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).

Installs
25
Repository
driangle/taskmd
GitHub Stars
69
First Seen
Feb 25, 2026
divide-and-conquer — driangle/taskmd