원클릭으로
create-tickets
Use when you have a design or requirements and need to create tickets (epics/tasks) for implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you have a design or requirements and need to create tickets (epics/tasks) for implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-tickets |
| description | Use when you have a design or requirements and need to create tickets (epics/tasks) for implementation |
Convert designs into tickets. Verify tk is installed first or STOP.
Multi-task features: Epic + child tasks
tk create "EPIC: Feature Name" -d "Goal and design summary"
tk create "Task 1" --parent <epic-id> -d "What to do, files to touch"
Small features: Standalone tasks
tk create "Task title" -d "Description"
Goal: What this accomplishes Files: exact/paths/here Steps (example):
tk dep tree {epic-id} # Show tasks
Ask the user if they wish to implement the epic or task, if so
use the implement-tickets skill with a reference to the ticket.
Automated performance optimization loop. Generates large benchmark workloads with vole-stress, profiles with perf, identifies hotspots in our code, fixes them, verifies improvement, repeats.
Automated bug-hunting loop using vole-stress + vole-reduce. Generates random codebases, tests them, reduces failures, fixes bugs, verifies, and repeats.
Use when adding new diagnostic error codes to the compiler
Use when you are asked to implement tickets (tasks/epics) created in `tk`
Incremental Rust code quality loop. Scans the compiler codebase for one refactoring opportunity per round — duplicated logic, poor factoring, mechanical lint fixes — applies it, verifies, and repeats.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.