new-branch
You are creating a git branch that matches the repo's active profile.
Never run git branch or git checkout -b directly — route through
bin/new-branch.sh so the branching strategy, base branch, and name
pattern stay consistent.
1. Infer purpose
Read the user's phrasing. Purpose inference:
| User says something like... | Purpose |
|---|---|
| "new feature for X", "landing page", "add X" | feature |
| "bug in checkout", "fix Y", "bugfix" | bugfix |
| "release v1.2", "c |
[Description truncada. Veja o README completo no GitHub.]