Show help for worktree-task plugin
Manages large coding tasks using isolated git worktrees and background Claude sessions.
/plugin marketplace add ourines/worktree-task-plugin/plugin install worktree-task@worktree-task-pluginA plugin for managing large coding tasks using git worktrees and background Claude Code sessions.
| Command | Description |
|---|---|
/worktree-task:launch <task> | Launch a new background task in a separate worktree |
/worktree-task:status [name] | Check status of all or specific task |
/worktree-task:resume <name> | Resume an interrupted task |
/worktree-task:cleanup <name> | Clean up completed task and worktree |
/worktree-task:merge <branch> | Merge a feature branch into current branch |
/worktree-task:rebase <branch> | Rebase current branch onto a feature branch |
/worktree-task:help | Show this help message |
# 1. Launch a complex task in the background
/worktree-task:launch "Implement user authentication with OAuth2"
# 2. Check progress
/worktree-task:status
# 3. When done, merge the changes
/worktree-task:merge feature-auth
# 4. Clean up
/worktree-task:cleanup feature-auth
/worktree-task:status to see progress, logs, and completion state--keep-worktree with cleanup if you want to review changes first../worktree-task-<name>)/tmp/claude_task_prompt.txt (temporary)<plugin-dir>/.monitor_cron.log