From episteme
Splits parallelizable work into bounded git branches with safe worktrees. Use when a task has independent subtracks with low file overlap.
How this skill is triggered — by the user, by Claude, or both
Slash command
/episteme:worktree-splitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a task naturally splits into independent tracks.
Use this skill when a task naturally splits into independent tracks.
Steps:
episteme worktree <type> <task> for approved branches.Avoid parallel worktrees when the changes are tightly coupled.
npx claudepluginhub junjslee/episteme --plugin epistemeSplits project tasks into parallel-safe groups with git worktree branch names and structured prompts for independent execution.
Splits work into isolated git worktrees for parallel development, then merges branches back. Use for decomposable tasks without PRs.
Creates isolated git worktrees for parallel feature development with smart branch naming and safety verification. Useful when starting work that needs workspace isolation.