원클릭으로
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compact the current conversation into a handoff document for another agent to pick up.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Save the current conversation result, analysis, or artifact to the personal vault as a self-contained HTML file. Trigger when user says "vault에 저장", "이거 남겨줘", "아카이브해줘", "save to vault", "vault에 남겨줘", or similar. Also proactively suggest saving when a significant deliverable has just been completed (HTML app, structured analysis, research result, working tool).
Close out a work session by routing every open loop — uncommitted code AND uncaptured context — to a durable home before the session's working memory evaporates. Code goes to git (committed/pushed on the default branch, or a PR); decisions go to memory; an unfinished thread goes to a handoff or an explicit park. Trigger when the user says "wrapup", "wrap up", "작업 마무리", "세션 정리", "끝내자", or at the end of a session with a dirty tree or unrecorded decisions. Proactively suggest when state has accumulated across multiple concerns.
한국어 글에서 AI 티(번역투, 이중피동, 군더더기 서두, 무생물 주어, 챗봇 추임새, 단조로운 종결어미, 자기칭찬, 메타정보 누수)를 걷어낸다. 한국어 산문을 쓰거나 고치거나 검토할 때, "AI 티 빼줘", "번역투 고쳐줘", "사람 글처럼", "이 글 다듬어줘", "AI스럽다", "자랑/자기칭찬 빼줘", "메타정보 빼줘", "stop slop" 등을 말할 때 호출.
Generate a self-contained interactive before/after review tool (HTML) so a human can sign off on many proposed changes asynchronously. Each change becomes a card with before(red)/after(green), a 확정/수정/보류 decision pill, and a memo; a "피드백 복사" button exports all decisions as text to paste back. Trigger when you have a batch of proposed edits/designs/decisions for the user to review, or when the user says "변경 리뷰 만들어줘", "before/after 리뷰", "교정 리뷰 도구", "리뷰 카드로 보여줘", "review tool".
하나의 주제나 thesis에 깊이 매몰됐을 때 한 발 빼고 적대적으로 자기검증한다. 매몰 감지 → thesis 명문화 → 반증 적극 수집(fan-out) → 할인율 산정 → 보정. 사용자가 "self-check", "한 발 빼고 검증", "우리 매몰된 거 아냐", "zoom out해서 점검", "thesis 점검" 등을 말할 때, 또는 한 thesis를 여러 턴 연속 강화하거나 사용자가 제시한 반례를 흡수해 합리화하는 매몰 징후가 보일 때 호출.
| name | handoff |
| description | Compact the current conversation into a handoff document for another agent to pick up. |
| argument-hint | What will the next session be used for? |
| disable-model-invocation | true |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS - not the current workspace.
Include a "suggested skills" section in the document, which suggests skills that the agent should invoke.
Do not duplicate content already captured in other artifacts (specs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
Redact any sensitive information, such as API keys, passwords, or personally identifiable information.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.