Agent Skillsrohitg00/pro-workflow › parallel-worktrees

parallel-worktrees

GitHub

管理Git工作树以实现并行编码,消除等待测试或构建的闲置时间。支持在多个分支间同时开发、探索不同方案及代码审查,确保各会话隔离互不干扰。

skills/parallel-worktrees/SKILL.md rohitg00/pro-workflow

Trigger Scenarios

等待测试运行 长时间构建中 需要同时探索多种实现方案 同时进行代码审查与开发 CI等待期间

Install

npx skills add rohitg00/pro-workflow --skill parallel-worktrees -g -y
More Options

Use without installing

npx skills use rohitg00/pro-workflow@parallel-worktrees

指定 Agent (Claude Code)

npx skills add rohitg00/pro-workflow --skill parallel-worktrees -a claude-code -g -y

安装 repo 全部 skill

npx skills add rohitg00/pro-workflow --all -g -y

预览 repo 内 skill

npx skills add rohitg00/pro-workflow --list

SKILL.md

Frontmatter
{
    "name": "parallel-worktrees",
    "description": "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.",
    "user-invocable": true
}

Parallel Worktrees

Zero dead time. While one session runs tests, work on something else.

Trigger

Use when waiting on tests, long builds, exploring approaches, or needing to review and develop simultaneously.

Quick Start

Claude Code:

claude --worktree    # or claude -w (auto-creates isolated worktree)

Cursor / Any editor:

git worktree add ../project-feat feature-branch
# Open the new worktree folder in a second editor window

Both approaches create an isolated working copy where changes don't interfere with your main session.

Claude Code Extras

These features are Claude Code-specific (skip if using Cursor):

  • claude -w auto-creates and cleans up worktrees
  • Subagents support isolation: worktree in agent frontmatter
  • Ctrl+F kills all background agents (two-press confirmation)
  • Ctrl+B sends a task to background

Workflow

  1. Show current worktrees: git worktree list
  2. Create a worktree for the parallel task.
  3. Open a new editor/terminal session in the worktree.
  4. When done, clean up the worktree.

Commands

git worktree list

git worktree add ../project-feat feature-branch
git worktree add ../project-fix bugfix-branch
git worktree add ../project-exp -b experiment

git worktree remove ../project-feat
git worktree prune

Usage Pattern

Terminal 1: ~/project          → Main work
Terminal 2: ~/project-feat     → Feature development
Terminal 3: ~/project-fix      → Bug fixes

Each worktree runs its own AI session independently.

When to Parallelize

Scenario Action
Tests running (2+ min) Start new feature in worktree
Long build Debug issue in parallel
Exploring approaches Compare 2-3 simultaneously
Review + new work Reviewer in one, dev in other
Waiting on CI Start next task in worktree

Guardrails

  • Each worktree is a full working copy — changes are isolated.
  • Before removing a worktree, verify changes are committed: git -C ../project-feat status
  • Don't forget to clean up worktrees when done (git worktree prune).
  • Avoid editing the same files in multiple worktrees simultaneously.

Output

  • Current worktree list
  • Created worktree path and branch
  • Instructions for opening a new session

Version History

  • 7f7209d Current 2026-07-24 11:40

Same Skill Collection

skills/agent-teams/SKILL.md
skills/auto-setup/SKILL.md
skills/batch-orchestration/SKILL.md
skills/bug-capture/SKILL.md
skills/compact-guard/SKILL.md
skills/context-engineering/SKILL.md
skills/context-optimizer/SKILL.md
skills/cost-tracker/SKILL.md
skills/design-engineering/SKILL.md
skills/deslop/SKILL.md
skills/domain-modeling/SKILL.md
skills/file-watcher/SKILL.md
skills/improve-architecture/SKILL.md
skills/insights/SKILL.md
skills/learn-rule/SKILL.md
skills/llm-council/SKILL.md
skills/llm-gate/SKILL.md
skills/mcp-audit/SKILL.md
skills/orchestrate/SKILL.md
skills/permission-tuner/SKILL.md
skills/plan-interrogate/SKILL.md
skills/replay-learnings/SKILL.md
skills/safe-mode/SKILL.md
skills/session-handoff/SKILL.md
skills/skill-router/SKILL.md
skills/smart-commit/SKILL.md
skills/sprint-status/SKILL.md
skills/tdd/SKILL.md
skills/thoroughness-scoring/SKILL.md
skills/token-efficiency/SKILL.md
skills/wiki-builder/SKILL.md
skills/wiki-query/SKILL.md
skills/wiki-research-loop/SKILL.md
skills/wiki-viewer/SKILL.md
skills/wrap-up/SKILL.md
skills/writing-guidelines/SKILL.md
skills/pro-workflow/SKILL.md
skills/skill-optimizer/SKILL.md
skills/survey-generator/SKILL.md

Metadata

Files
0
Version
7f7209d
Hash
58f4c1e4
Indexed
2026-07-24 11:40

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-06 17:37
浙ICP备14020137号-1 $방문자$