Generate a semantic Git branch name from issue context for ADW workflows. Use before starting work on an issue.
Generate semantic Git branch names from issue context using the format `type-issue_number-short_id-slug`. Use this before starting work on ADW issues to ensure consistent branch naming.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install google-ecosystem@melodic-software<type: feat|fix|chore> [short-id] <issue-title-or-description>Generate a semantic Git branch name following the convention.
{type}-{issue_number}-{short_id}-{slug}
Components:
feat, fix, chore (from issue classification)feat-123-a1b2c3d4-add-user-auth
fix-456-e5f6g7h8-login-double-submit
chore-789-i9j0k1l2-update-dependencies
feat, fix, chore)Type: $1 ID: $2 Issue: $ARGUMENTS