By zippoxer
Orchestrate parallel tasks for AI coding agents like Codex and Claude Code in isolated git workspaces. Automatically run bash project setup on session start and user prompts, then generate test summaries and diff comparisons after bash tool use.
npx claudepluginhub zippoxer/subtask --plugin subtaskSubtask gives Claude Code a Skill and CLI to create tasks, spawn subagents, track progress, review and request changes.
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.
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.
Run subtask in your terminal to see everything:
[!NOTE] Subtask is in early development. Upcoming releases will simplify installation, solve known bugs, and improve Claude's proficiency.
curl -fsSL https://subtask.dev/install.sh | bash
irm https://subtask.dev/install.ps1 | iex
brew install zippoxer/tap/subtask
go install github.com/zippoxer/subtask/cmd/subtask@latest
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.
subtask install
# Tip: Uninstall later with `subtask uninstall`.
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.
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:
subtask update --check
subtask update
MIT
Complete developer toolkit for Claude Code
Executes bash commands
Hook triggers when Bash tool is used
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.