What problem does it solve?
This Skill helps you parallelize work by spawning an independent Claude instance inside a dedicated git worktree, so you can delegate a development task without blocking the current conversation.
Core Features & Use Cases
- Isolated parallel execution: Creates a new git worktree and branch so the delegated task can evolve independently without interfering with your ongoing changes.
- Deterministic task framing: Launches Claude in the worktree using a task prompt that includes project guidance (reads CLAUDE.md first) and key contextual constraints (working directory, branch, and PR target).
- Branch naming from task context: Derives a branch name from author identity plus the feature/task description to keep parallel work organized.
Use case: You’re reviewing multiple fixes at once; delegate “Fix bug #123 in the sequencer” to a parallel Claude while you continue triaging other issues.
Quick Start
Ask an AI to spawn a worktree-based Claude for your task and keep the PR target set to next unless you specify otherwise.