Launch a new background worktree task
Launches a background task in an isolated git worktree with tmux session.
/plugin marketplace add ourines/worktree-task-plugin/plugin install worktree-task@worktree-task-plugin默认启动 Claude Code (claude --dangerously-skip-permissions),可选参数:--codex 快速切换到 Codex CLI,或用 --agent-cmd "codex --yolo -m gpt-5.1-codex-max -c model_reasoning_effort=\"high\"" 自定义命令;在单独的 git worktree 中自主执行大任务。
Provide:
feature/my-task)User: "Launch a worktree task on branch feature/auth to implement the authentication module"
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/launch.py "<branch-name>" "<task-description>"
../<project>-<branch-name>--dangerously-skip-permissionsUse /worktree:status to monitor progress or tmux attach -t <session> to take over interactively.