Create a concise handoff for another agent or future session to continue the work without replaying the conversation. Use when the user asks for a handoff, session summary, continuation note, or context transfer.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Create a concise handoff for another agent or future session to continue the work without replaying the conversation. Use when the user asks for a handoff, session summary, continuation note, or context transfer.
Handoff
Input
A current task, session, branch, PR, issue, or requested future focus.
Use explicit input first; otherwise infer from context, recent edits, selected files, or branch.
Safest default: return the handoff inline.
Workflow
Identify purpose. State what the next agent or session is expected to do.
Summarize state. Capture completed work, current branch/status, important decisions, and known constraints.
Reference artifacts. Link to files, issues, PRs, docs, commits, or commands instead of duplicating them.
List next steps. Provide ordered, actionable steps with blockers and validation commands where useful.
Call out risks. Include unresolved questions, failing checks, assumptions, and areas not inspected.
Choose location. Write inline by default, or to a user-requested path when a file is needed.
Output
Purpose of the next session
Current state and decisions
References to artifacts
Next steps
Risks, unknowns, and validation gaps
Guardrails
Do not duplicate long content already captured elsewhere.
Do not use temporary files for durable handoffs unless the user asks.
Do not hide uncertainty; make unknowns explicit.
Keep the handoff practical enough for a fresh agent to act on immediately.