Start Ticket
Fetches Jira ticket details, creates a branch named after the ticket, and sets up a git worktree — ready to start development.
When This Skill Applies
This skill activates when the user wants to:
- Start work on a specific Jira ticket
- Pick up a ticket from their To Do list
- Create a branch and worktree for a Jira issue
How to Execute
Invoke the /start_ticket command with an optional ticket key and base branch:
/start_ticket # List To Do tickets and select one
/start_ticket PROJ-123 # Start work on a specific ticket
/start_ticket PROJ-123 develop # Start from a specific base branch