One line: Conductor, Emdash, and Superset isolate a worktree per branch and help you review the diff; TaskYou does that and runs the work in the background on a queue, across six executors, on whatever surface you happen to be holding.
This is the comparison closest to TaskYou's own job. These tools share TaskYou's core insight — give every agent its own isolated git worktree — so the differences are about everything around the worktree: the queue, the lifecycle, the executor choice, and where you can drive it from.
Conductor, Emdash, and Superset are worktree-orchestration tools for coding agents. Like TaskYou, they:
If the terminal-multiplexer tools are one camp, this is the "worktree orchestrator" camp — and TaskYou lives here too. So we'll be precise about the differences instead of hand-waving.
| TaskYou | Conductor / Emdash / Superset | |
|---|---|---|
| Worktree-per-task isolation | ✅ | ✅ (the shared idea) |
| Diff / PR review flow | ✅ + PR-aware completion lifecycle | ✅ |
| Kanban board as the home surface | ✅ Backlog / In Progress / Blocked / Done | ◐ varies; often a list or per-agent view |
| Queue + background execution | ✅ stack a column, walk away | ◐ varies by tool |
| Pluggable executors | ✅ Claude, Codex, Gemini, Pi, OpenClaw, OpenCode — per task | ◐ usually one or two |
| Routines — scheduled unattended runs feeding the queue | ✅ | ❌ |
PR-aware completion (task auto-done on merge/close) | ✅ | ◐ |
| Multi-surface (TUI · web · desktop · email · SSH · Chrome) | ✅ | ◐ usually one app (often desktop or web) |
| Fully scriptable CLI + MCP for agents to drive the queue | ✅ | ◐ |
| Open source | ✅ MIT | ◐ varies |
The pattern: this camp tends to ship one polished surface (a desktop app or a web app), one or two agents, and a worktree-plus-diff flow. TaskYou matches the worktree-plus-diff flow, then adds the things that make it an orchestrator rather than a launcher:
background — you're not launching agents one at a time.
Gemini or Pi or OpenClaw or OpenCode for whatever fits — on the same board.
blocked for human review, then ispromoted to done automatically when the PR merges or closes. The board mirrors your repo.
file tasks into your queue. Your backlog can fill itself.
and over SSH. Most tools in this camp are a single app.
Pick Conductor / Emdash / Superset when:
no extra surfaces.
Pick TaskYou when:
Accuracy note: TaskYou capabilities are documented in the README and the extensions/ty-* READMEs. The competitor column is deliberately marked ◐ where these tools differ in scope or have shipped features we haven't individually verified — this page describes the category difference (launcher vs orchestrator), not a feature-by-feature audit of each product. Corrections welcome via PR.