From blueprint
Creates traceable Git branches for current tasks using ticket IDs or short summaries (e.g., <ticket-id>-<short-kebab-summary>). Inspects git status, safely switches/creates, reports uncommitted work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blueprint:branch <branch-name or task reference><branch-name or task reference>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a traceable Git branch for the current task.
Create a traceable Git branch for the current task.
git status, and available task context.<ticket-id>-<short-kebab-summary> when there is a ticket ID, or <short-kebab-summary> when there is not.feature/ only if the ticket ID remains visible.npx claudepluginhub owainlewis/blueprint --plugin blueprintCreates git branches following Sentry naming conventions by analyzing changes and classifying branch types. Useful for standardizing branch creation.
Creates git branches following Sentry naming conventions. Automatically determines branch type and description from arguments or local diff. Useful when starting new work.
Creates and switches to a new conventionally named branch, preserving all local changes without committing or pushing. Derives name from inline description, conversation context, or git diffs.