Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub owainlewis/blueprint --plugin blueprintHow 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.
Creates git branches following Sentry naming conventions (type/short-description). Automatically derives branch description from arguments or git diff, sets base branch, and avoids name collisions.
Creates and switches to a new, conventionally named branch using inline description, conversation context, or local git diffs. Preserves all local changes. Never commits or pushes.
Creates git branches following Sentry naming conventions (<username>/<type>/<description>) from arguments, local diffs, or user input. Classifies types like feat/fix/ref/chore. Uses gh CLI for username prefix.
Share bugs, ideas, or general feedback.
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.