About
This skill simplifies the process of starting new tasks by automatically setting up isolated git worktrees with standardized branch names. By leveraging conventional naming patterns like feat/, fix/, and refactor/, it ensures repository consistency while allowing developers to work on multiple branches simultaneously without the friction of stashing or switching contexts. It handles everything from workspace directory creation to remote tracking setup, making it ideal for maintaining a clean, organized development environment during complex feature work or urgent bug fixes.