The agent that grows with you
Subagent task orchestration for Claude Code and Codex
Subtask splits a bigger request into tasks, gives each task its own Git worktree, and runs subagents in parallel. Claude Code can watch progress, inspect diffs and conversations, and decide when to merge or request changes.
Builders who use Claude Code or Codex and want their agent to plan, split, and review work across multiple tasks.
You can run several agent-led tasks in parallel and review the results before merging.
What it does
Task spawning
Creates task drafts from a single request and starts subagents on each one.
Git worktree isolation
Puts every task in its own worktree so parallel work does not collide.
Progress tracking
Shows task state, diffs, and conversations in a terminal UI.
Agent conversations
Lets Claude interrupt, talk with subagents, and ask for changes.
Codex subagent support
Can run Codex as a subagent option, not only Claude.
Plugin and skill setup
Includes install steps for the Claude Code skill and an optional plugin reminder.
How to get it
- 1Run
curl -fsSL https://subtask.dev/install.sh | bash
- 2Run
irm https://subtask.dev/install.ps1 | iex
- 3Run
brew install zippoxer/tap/subtask
- 4Run
go install github.com/zippoxer/subtask/cmd/subtask@latest
- 5Claude will install the Subtask skill at ~/.claude/skills, and ask you whether subagents…
subtask install # Tip: Uninstall later with `subtask uninstall`.
- 6In Claude Code
/plugin marketplace add zippoxer/subtask /plugin install subtask@subtask
README
Subtask ✨
Subtask gives Claude Code a Skill and CLI to create tasks, spawn subagents, track progress, review and request changes.
- Each task gets a Git worktree, so they can be done in parallel safely
- Claude can interrupt and talk with subagents!
- TUI shows progress, diffs & conversations
- Tasks are persisted in folders
- Codex subagents supported
- Ralph not needed
Spawning Tasks
You: fix the auth bug and add API metrics with Subtask
Claude:
├─► Skill(Subtask)
├─► Bash(subtask draft fix/auth-bug ...)
├─► Bash(subtask draft feat/api-metrics ...)
└─⏺ Tasks are in progress! I'll get notified when they're done.
Tracking & Merging
You: which tasks are open?
Claude:
├─► Bash(subtask list)
│ ┌──────────────────┬─────────┬────────────────────────┐
│ │ TASK │ STATUS │ TITLE │
│ ├──────────────────┼─────────┼────────────────────────┤
│ │ fix/auth-bug │ replied │ Fix auth token refresh │
│ │ feat/api-metrics │ working │ Add API metrics │
│ │ feat/ui-redesign │ draft │ Redesign dashboard │
│ └──────────────────┴─────────┴────────────────────────┘
│
└─⏺ ui-redesign hasn't started yet — want me to kick it off?
You: lets merge fix/auth-bug.
TUI
Run subtask in your terminal to see everything:
Setup
[!NOTE] Subtask is in early development. Upcoming releases will simplify installation, solve known bugs, and improve Claude's proficiency.
Install the CLI
Mac/Linux
curl -fsSL https://subtask.dev/install.sh | bash
Windows (PowerShell)
irm https://subtask.dev/install.ps1 | iex
Other install methods…
Homebrew
brew install zippoxer/tap/subtask
Go
go install github.com/zippoxer/subtask/cmd/subtask@latest
Binary
Install the Skill
Tell Claude Code:
Setup Subtask with `subtask install --guide`.
Claude will install the Subtask skill at ~/.claude/skills, and ask you whether subagents should run Claude, Codex or OpenCode.
Or install manually…
subtask install
# Tip: Uninstall later with `subtask uninstall`.
Install the Plugin (Optional)
In Claude Code:
/plugin marketplace add zippoxer/subtask
/plugin install subtask@subtask
This reminds Claude to use the Subtask skill when it invokes the CLI.
Use
Talk with Claude Code about what you want done, and then ask it to use Subtask.
Examples:
"fix the login bug with Subtask""lets do these 3 features with Subtask""plan and implement the new API endpoint with Subtask"
What happens next:
- Claude Code creates tasks and runs subagents to do them simultaneously.
- Claude gets notified when they're done, and reviews the code.
- Claude asks if you want to merge, or ask for changes.
Updating
subtask update --check
subtask update
Subtask is Built with Subtask
- I use Claude Code to lead the development (i talk, it creates tasks and tracks everything)
- I use Codex for subagents (just preference, Claude Code works too)
- ~60 tasks merged in the past week
- Proof
License
Files in the repo
- .claude
- .claude-plugin
- .github
- cmd
- docs
- internal
- pkg
- plugin
- scripts
- .gitignore
- .goreleaser.yaml
- AGENTS.md
- CLAUDE.md
- go.mod
- go.sum
- LICENSE
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More agents
Open-source coding agent for your terminal, built in Rust and on a journey of continuous community improvement. Issues and PRs welcome.
A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
OpenSquilla — Token-Efficient AI Agent with same budget, higher intelligence density

An open-source AI coding agent that lives in your terminal.
Run and supervise teams of coding agents from planning to merge. Any harness (Claude code, codex, +25 more). Desktop, web, mobile, and cloud agents.