How to do feature work in this repo with git worktrees via pnpm worktree. Each worktree gets its own branch, its own block of app ports, its own node_modules, and by default shares the primary checkout's standard local Supabase DB for fast setup; pass --db only when a separate Supabase project/data plane is needed. Load WHENEVER starting a feature, bugfix, refactor, experiment, or any change you'll want to run/test in isolation; whenever the user mentions worktrees, isolated/parallel dev instances, running multiple branches at once, or 'spin up a worktree'; and whenever you need the exact non-interactive pnpm worktree commands and flags. Enforces: every non-trivial change happens in its own worktree.
$npx -y skills add kortix-ai/suna --skill worktreeInstalls into the current project.
Run `npx skills use "https://github.com/kortix-ai/suna" --skill "kortix-ai/suna/worktree"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kortix-ai/suna" that are relevant to the current task. Run `npx skills add "https://github.com/kortix-ai/suna"` and select the relevant skills, then follow their instructions.