subtask

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2026 License: MIT

README

Subtask ✨

Subtask lets Claude Code draft your tasks, spawn subagents, track progress, review code and request changes.

Codex subagents are supported and recommended.

Spawning Tasks
You: fix the auth bug and add API metrics with Subtask

Claude:
  ├─► 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.

Install

Get 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

GitHub Releases

Install the Claude Code Skill
subtask install

Restart Claude Code.

Setup Subtask in your Repo

In Claude Code, run /subtask:setup.

Tip: You can set it up manually with subtask init.

Use

Ask Claude Code to do things:

  • "fix the login bug with Subtask"
  • "run these 3 features in parallel"
  • "plan and implement the new API endpoint with Subtask"

Claude Code will draft tasks and run them simultaneously in isolated Git worktrees, then help you review and merge the changes.

TUI

image (2) image (1)

Updating

subtask update --check
subtask update

License

MIT

Directories

Path Synopsis
cmd
subtask command
internal
pkg
git
logs
Package logs provides session log parsing for AI agents (Codex, Claude).
Package logs provides session log parsing for AI agents (Codex, Claude).
render
Package render provides CLI output rendering with automatic TTY detection.
Package render provides CLI output rendering with automatic TTY detection.
testutil
Package testutil provides test utilities for subtask e2e tests.
Package testutil provides test utilities for subtask e2e tests.
tui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL