From aai-pm-linear
Creates a new Linear ticket: checks for duplicates, gathers requirements via questions, explores codebase for context, suggests labels/team/priority, drafts description, creates ticket, provides ID/URL and option to start work.
How this command is triggered — by the user, by Claude, or both
Slash command
/aai-pm-linear:linear-create optional descriptionThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /linear-create - Create Linear Ticket Create a new Linear ticket using the `linear-ticket-creator` agent. ## Usage ## Workflow Launch the `linear-ticket-creator` agent with any initial description provided. The agent will: 1. Check for duplicate tickets first (REQUIRED) 2. Gather ticket requirements through clarifying questions 3. Explore the codebase for relevant context 4. Suggest appropriate labels, team, and priority 5. Draft a comprehensive ticket description 6. Create the ticket in Linear 7. Offer to start work immediately with `/linear-start` ## Screenshot Handling If the ...
Create a new Linear ticket using the linear-ticket-creator agent.
/linear-create [optional description]
Launch the linear-ticket-creator agent with any initial description provided.
The agent will:
/linear-startIf the user has shared any screenshots or images in the conversation, explicitly mention them in the agent prompt so they can be included in the ticket for visual context.
Provide:
npx claudepluginhub bradtaylorsf/alphaagent-team/create-ticketInteractively creates a structured Linear ticket by gathering type, title, description with acceptance criteria, priority, labels, estimate, assignee, and cycle, then uses Linear API and reports ticket URL.
/triageStarts Linear triage workflow for new issues: parses description and optional team, gathers priority/labels via questions, creates ticket using linear skill.