Claude Skill
zippoxer/subtask
Subtask is a Go-based Claude Skill that executes tasks using subagents in Git worktrees, enabling parallel and isolated development workflows for AI-assisted coding.
Overview
Repository
Install this Skill
git clone https://github.com/zippoxer/subtask.gitRegistry
Summary
Subtask is a Claude Skill that enables task execution using subagents within Git worktrees, allowing for parallel and isolated development workflows.
Claude Skill 通过Git工作树中的子代理执行任务
Key features
- Claude Skill for task automation
- Uses Git worktrees for isolation
- Executes tasks via subagents
- Written in Go programming language
- Integrates with Claude Code/CLI tools
Use cases
- Parallel development workflows
- Isolated task execution environments
- Automated code generation and testing
- Multi-agent AI development systems
- Git-based project management automation
README excerpt
# 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 ```makefile 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. ``` ### Tracking & Merging ```makefile 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 `subtask` in your terminal to see everything: <table> <tr> <td><img width="983" height="603" alt="image (2)" src="https://github.com/user-attachments/assets/fcc4686a-afa1-4168-b141-e54d9286ad4c" /></td> <td><img width="985" height="603" alt="image" src="https://github.com/user-attachments/assets/9d6cd9a2-ba80-4e4e-9fdc-fd0f675b124a" /> </td> </tr> </table> ## Setup > [!NOTE] > Subtask is in early development. Upcoming releases will simplify installation, solve known bugs,