跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Parallel Worktrees

技能 已验证 活跃

Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on multiple branches, context switching, or exploring multiple approaches simultaneously.

目的

To enable developers to maintain parallel coding sessions efficiently by managing Git worktrees, eliminating dead time during long-running tasks or context switching.

功能

  • Create and manage isolated Git worktrees
  • Automated worktree setup/cleanup for Claude Code
  • Supports parallel development on multiple branches
  • Integrates with Claude Code for subagent isolation

使用场景

  • When blocked on tests or builds, start a new feature in a worktree.
  • Explore multiple approaches simultaneously in separate worktrees.
  • Switch context between review and new development without interference.
  • Maintain parallel coding sessions with zero dead time.

非目标

  • This skill does not manage Git repositories themselves, only worktrees within an existing repository.
  • It does not provide complex branching strategies or merge conflict resolution beyond standard Git capabilities.

工作流

  1. List current worktrees (`git worktree list`).
  2. Create a new worktree for a parallel task (`git worktree add`).
  3. Open a new editor/terminal session in the created worktree.
  4. When finished, clean up the worktree (`git worktree remove` or `git worktree prune`).

安装

请先添加 Marketplace

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

质量评分

已验证
95 /100
1 day ago 分析

信任信号

最近提交3 days ago
星标2.1k
许可证MIT
状态
查看源代码