worktree-split
Decompose parallelizable work into bounded branches and create safe git worktrees.
Use this skill when a task naturally splits into independent tracks.
Steps:
- Identify bounded subtasks with low file overlap.
- Propose one worktree per subtask.
- Use
episteme worktree <type> <task>for approved branches. - Keep review and merge separate from implementation.
Avoid parallel worktrees when the changes are tightly coupled.