subtask

module
v0.1.1 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 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:
  ├─► 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 this in your terminal:

subtask
image (2) image

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

# Tip: Uninstall later with `subtask uninstall`.

This asks whether to install to user-scope (~/.claude/skills) or project-scope.

Plugin is recommended to remind Claude to load skill when Subtask CLI is used.

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"
  • "lets do these 3 features in parallel with Subtask"
  • "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.

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