parallel-worktrees

Installation
SKILL.md

Parallel Worktrees

Productivity pattern for running multiple Claude Code sessions on the same repository.

See ../../rules/12-context-management.md for detailed documentation.

Quick Reference

Setup

# Create worktree for a feature branch
git worktree add ../feature-name feature/branch-name

# Launch Claude in the worktree
cd ../feature-name && claude

Writer/Reviewer Pattern

Installs
11
GitHub Stars
97
First Seen
Mar 4, 2026
parallel-worktrees — thebeardedbearsas/claude-craft