Help us improve
Share bugs, ideas, or general feedback.
From claude-constructor
Creates and checks out a new feature branch 'feat/[issue-key]' from the default branch after pulling latest changes, and updates the working branch in the state management file.
npx claudepluginhub Hurblat/claude-constructor --plugin claude-constructorHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-constructor:git-checkoutThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Git Checkout Command ## Purpose Check 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. ## Workflow Steps 1. Read the Settings section in the state management file ($2) to get the default branch name 2. Run `git checkout [default branch name]` 3. Ensure that you have the latest changes, using `git pull` 4. Check out a new branch, using `git checkout -b feat/$1` 5. **Update Workflow Progress**: - Read the st...
/SKILLStarts a new git-flow feature branch named feature/<feature-name> after verifying clean working tree, then pushes it to origin.
/featureCreates Git Flow feature branch feature/<feature-name> from develop: validates repo and name, handles uncommitted changes, pulls latest develop, sets remote tracking, pushes to origin.
/flow-startStarts a new feature, bugfix, or hotfix git-flow branch from clean up-to-date base, pushes with tracking, links GitHub issues if referenced, and shows branch info plus next steps.
/branchExecutes git branch operations including create from issue ID, merge with validation, delete, switch, and status, enforcing rules from project git-workflow.md.
Share bugs, ideas, or general feedback.
Check 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
Update Workflow Progress:
## Workflow Progress sectionworkingBranch: field and replace its value with feat/$1workingBranch: feat/$1 to the section