merging-worktrees - Merge Parallel Worktrees to Unified Branch
Merges parallel worktrees with conflict detection, 3-way analysis, and ordered resolution
Tags
Updated: 2026-05-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- build dependency graph
- create merge plan
- execute sequential merges
- detect merge conflicts
- perform 3-way analysis
- resolve merge conflicts
- run tests
- verify interface contracts
- clean up worktrees
Inputs
- base branch
- worktrees
- interface contracts
- test command
Outputs
- unified branch
- merge log
- verification report
Requirements
- resolving-merge-conflicts skill
- git repository
- implementation plan with contracts
