handoff
Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create Claude Code skill files with proper YAML frontmatter and structure. Takes skill specifications and generates compliant skill.md files.
Review code for quality, security, and best practices. Analyze pull requests, identify bugs, suggest improvements, verify error handling, check for security vulnerabilities (XSS, SQL injection, command injection), evaluate design patterns, and assess performance. Use when reviewing pull requests, examining code diffs, evaluating code changes, or analyzing implementation quality.
| name | handoff |
| description | Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss. |
Synthesize the current conversation into a self-contained handoff document. The goal: a brand-new Claude Code session (or subagent) should be able to read this document and continue the work with zero prior context.
The user may optionally provide:
Produce a single markdown document with these sections. Be precise — the receiving agent has no conversation history.
One or two sentences: what is the user trying to accomplish? Include the "why" if it was discussed.
What has been done so far in this conversation. Be specific:
Concrete, ordered list of what still needs to happen. Each item should be actionable without further clarification:
Non-obvious information the next agent needs to know that isn't captured in the code or git history:
How the next agent should confirm the work is complete: