Claude Skill
zippoxer/subtask
Subtask 是一个基于 Go 的 Claude Skill,通过在 Git 工作树中使用子代理执行任务,为 AI 辅助编程实现并行和隔离的开发工作流。
概览
仓库信息
安装这个 Skill
git clone https://github.com/zippoxer/subtask.gitRegistry 信息
项目简介
Subtask 是一个 Claude Skill,通过在 Git 工作树中使用子代理来执行任务,支持并行和隔离的开发工作流。
Claude Skill to do your tasks with subagents in Git worktrees
要点
- 用于任务自动化的 Claude Skill
- 使用 Git 工作树实现隔离
- 通过子代理执行任务
- 使用 Go 语言编写
- 与 Claude Code/CLI 工具集成
使用场景
- 并行开发工作流
- 隔离的任务执行环境
- 自动化代码生成和测试
- 多代理 AI 开发系统
- 基于 Git 的项目管理自动化
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 ```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,