When using git worktrees for parallel development, gitignored files that are essential for development (like .claude/, .env, database configs, etc.) are not present in the new worktree. This breaks development workflows that depend on these files.
A git alias that wraps git worktree add to automatically copy essential gitignored files to new worktrees.