원클릭으로
cc-tkt
Create Worktree for Linear Ticket
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create Worktree for Linear Ticket
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.
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.