Run 3 Claude sessions on 3 different issues at once
When to use: You have 5 small issues; doing them sequentially is slow but switching branches breaks state.
Prerequisites
- gh CLI authenticated —
gh auth login— verify withgh repo view - Skill installed — git clone https://github.com/automazeio/ccpm ~/.claude/skills/ccpm
Flow
-
Pick issuesUse ccpm. List open issues; recommend 3 small ones I can do in parallel today.✓ Copied→ 3 issues with rough estimate, no blockers between them
-
Start themStart issue #42, #43, #45 each in its own worktree. Open 3 Claude Code sessions ready.✓ Copied→ 3 worktrees created at ../wt-42 etc; each session knows which issue it owns
-
Ship them(In each session) When done — /ship — push branch and open PR linked to the issue.✓ Copied→ PR created, linked to issue, CI starts
Outcome: Three issues closed by EoD without branch-juggle pain.
Pitfalls
- Issues touch overlapping files → merge conflicts — Skill warns when chosen issues have file overlap; pick non-overlapping for parallel