Parallel Worktrees
Skill Verified ActiveCreate 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.
Features
- 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
Use Cases
- 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.
Non-Goals
- 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.
Workflow
- 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`).
Installation
First, add the marketplace
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflowQuality Score
VerifiedTrust Signals
Similar Extensions
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
100Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
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
100Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.