I want to develop features in parallel for my app using Git worktrees: $ARGUMENTS
Sets up parallel Git worktrees for isolated feature development, creating separate directories, branches, and environments to prevent conflicts.
When to use
Use this when you need to develop multiple app features simultaneously without switching contexts or causing branch conflicts.
How to invoke
both
npx claudepluginhub hongbietcode/synthetic-claudeI want to develop features in parallel for my app using Git worktrees: $ARGUMENTS
Think about how to divide the work up into separate features unless this has been clearly explained already.
Please help me set up the worktree environment:
I want to be able to work on all features simultaneously without conflicts.