Check out a new git branch to be ready for implementation start.
Creates a new feature branch from the default branch with latest changes.
/plugin marketplace add Hurblat/claude-constructor/plugin install claude-constructor@hurblat-pluginsCheck out a new git branch to be ready for implementation start. These instructions are read and followed as part of a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order.
Read the Settings section in the state management file ($2) to get the default branch name
Run git checkout [default branch name]
Ensure that you have the latest changes, using git pull
Check out a new branch, using git checkout -b feat/$1