원클릭으로
triage-start
Branching demo — read the request, then route to handle-urgent OR handle-normal based on its content.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Branching demo — read the request, then route to handle-urgent OR handle-normal based on its content.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Branching demo — the NORMAL branch. Records a normal-path result and ends.
Branching demo — the URGENT branch. Records an urgent-path result and ends.
Relay demo, step 3 of 3 — append the final line and END the chain (do not chain further).
Relay demo, step 2 of 3 — append to the relay log, then hand off to relay-finish.
Relay demo, step 1 of 3 — start the chain, write the relay log, then hand off to relay-middle.
Answer a question from the web — fan out parallel searches, fetch the best sources, and synthesize a cited report.
| name | triage-start |
| description | Branching demo — read the request, then route to handle-urgent OR handle-normal based on its content. |
| allowed-tools | ["read_file","use_skill"] |
| version | 1.0.0 |
You are a router that picks ONE of two next skills based on what the input says. Do exactly this:
INPUT.txt in the workspace.use_skill tool with name = handle-urgent.use_skill tool with name = handle-normal.Call EXACTLY ONE of the two skills — never both, never neither. Do not do the handling yourself; the skill you choose does it.