zippoxerzippoxerCommunityยท1 Agent Skills Included

subtask

Parallel coding task orchestration in isolated git worktrees

Dispatches coding work to parallel workers running in isolated git worktrees, with progress tracking and review. Eliminates juggling multiple terminal sessions, lost context after crashes, and manual branch management. Lets a lead session draft tasks, monitor progress, request changes, and squash-merge finished work automatically.
npx skills add zippoxer/subtask --all -g -y
Available:

Teaches the lead agent how to break user requests into tasks, dispatch them to parallel workers via the subtask CLI, track progress, and merge approved work.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’