Acerca de
The Git Worktree Feature Initializer streamlines the start of new development tasks by setting up isolated git worktrees in sibling directories. By automating the creation of feature branches and worktrees, it allows developers to work on multiple features simultaneously without context-switching overhead or affecting the main branch's state. This skill serves as the foundational step for the compounder workflow, providing a clean, isolated environment for ideation, planning, and execution.