From episteme
Decomposes parallelizable tasks into bounded git branches with low file overlap and creates safe worktrees for independent subtasks. Use when changes are loosely coupled.
npx claudepluginhub junjslee/episteme --plugin epistemeThis skill uses the workspace's default tool permissions.
Use this skill when a task naturally splits into independent tracks.
Parallelizes development tasks by splitting into isolated git worktrees for non-overlapping file changes, implements each scope independently with validation, then merges sequentially into parent branch.
Creates isolated git worktrees for parallel feature development and executes identical plans across workspaces via subagents for concurrent experimentation and result comparison.
Creates git worktree for new branch in separate directory with setup and test baseline. Enables parallel Claude Code sessions on multi-repo projects without disturbing main workspace.
Share bugs, ideas, or general feedback.
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.