with one click
cc-tkt
Create Worktree for Linear Ticket
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create Worktree for Linear Ticket
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Manage and configure Omarchy Linux systems. Use when user asks about Omarchy, Hyprland, themes, keybindings, system config, or any omarchy-* commands.
Use when building or modifying Datastar-powered UI — SSE streams, templ components, form handlers, signals, morph patterns, loading indicators. Enforces the Tao of Datastar (backend is source of truth, CQRS, fat morph, signals sparingly). Use for any work touching .templ files, SSE handlers, or Datastar attributes.
Create or fix static HTML slide decks powered by Datastar signals. Use when asked to make "datastar slides", "HTML slide deck", "slide deck with Datastar buttons", "arrow-key slides", or fix broken Datastar slide navigation. Covers v1 colon attribute syntax, local UI signals, keyboard handlers, dot indicators, and compact slide layout.
Address GitHub PR review comments in pi. Use when asked to handle PR comments, respond to review feedback, fix review comments, reply to GitHub PR comments, or work through unresolved review threads. Fetches comments with gh, batches triage with the user, applies fixes on the correct branch, and replies on GitHub using pi's /answer flow.
Research Codebase
Build and customize pi itself (not end-user task execution). Use when asked to create or modify pi config, extensions, AGENTS.md behavior, skills/prompts/themes loading, package wiring, or integration surfaces for external tools/services.
| name | cc-tkt |
| description | Create Worktree for Linear Ticket |
I need you to help me set up a new worktree and begin working on a Linear ticket.
Arguments provided: $ARGUMENTS
Parse the arguments as follows:
Example usage:
/tkt PRO-7111 - Just the ticket ID/tkt PRO-7111 "focus on the frontend implementation only"/tkt PRO-7111 "this connects to the payment processor API"Please follow these steps:
Fetch the Linear ticket details using the Linear MCP:
mcp__linear-server__get_issue with the extracted ticket IDgitBranchName field from the responseparentId and fetch parent ticket detailsCreate a worktree for this ticket:
just claude-worktree-create '<ticket-json>' '<parent-json>' "<additional-context>"Navigate to the new worktree:
../<ticket-part-of-branch-name>cc/pro-7111-feat, directory will be ../pro-7111-feat)Create a tech spec (if needed):
docs/tech-specs/<ticket-id>-<descriptive-name>.mdgt create --message "spec: <ticket title>"Create implementation branch:
gt create --message "feat: <ticket title>"Begin implementation:
Important: Take into account any additional context provided after the ticket ID when implementing the solution.
Please start by parsing the arguments and fetching the ticket details.