subtask
Parallel coding task orchestration in isolated git worktrees
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Subtask?โผ
Run `npx skills add zippoxer/subtask --all -g -y` in your terminal to install the skill globally.
What does Subtask do?โผ
It lets a lead coding session split work into tasks and run them in parallel, each in its own isolated git worktree. It tracks progress, preserves context across crashes, and merges finished work with one command.
How do parallel coding workers avoid conflicts?โผ
Each task runs in its own git worktree on its own branch, so workers never touch the same files. Completed work is squash-merged into the base branch only after review.
Does Subtask work with Claude Code and Codex?โผ
Yes. The lead can be Claude Code, Codex, or OpenCode, and workers can run on either the Claude or Codex backend, configured in the project config file.
What happens if a coding session crashes mid-task?โผ
Nothing is lost. Each task folder stores a portable history file that preserves full context, so the task can be resumed or followed up on any machine.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core