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.
工作流
- List current worktrees (`git worktree list`).
- Create a new worktree for a parallel task (`git worktree add`).
- Open a new editor/terminal session in the created worktree.
- 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质量评分
已验证类似扩展
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
Using Git Worktrees
100在开始需要与当前工作区隔离的功能性工作,或在执行实现计划之前使用 - 通过原生工具或 git worktree 回退确保存在隔离的工作区。
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Workflow Patterns
99Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Baseline Ui
100在 Tailwind CSS 项目中验证动画持续时间,强制执行排版比例,检查组件可访问性,并防止布局反模式。适用于构建 UI 组件、审查 CSS 工具类、 styling React 视图或强制执行设计一致性。