Creates isolated git worktrees under `.worktrees/<branch>` with the environment setup that `git worktree add` doesn't handle. Copies your `.env` files over, auto-trusts mise and direnv configs when safe (with branch-aware rules so PR review branches don't blindly trust untrusted `.envrc` content), and keeps `.gitignore` tidy. Most useful when reviewing PRs without disturbing your main checkout or running parallel features without branch-switching churn. Integrates with `ce-work` and `ce-code-review` so they can offer worktree creation as an option. The trust logic is thoughtful: base branches get auto-trust after config diffing, feature branches require manual review.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-worktree