From code-forge
Documents session context to progress.md and copies a kickoff prompt to clipboard before context limits. Use for handoffs, session cleanup, or preparing to continue later.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-forge:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
auto-compact(자동 요약) 대신 **사용자 통제 문서화**로 세션을 넘긴다. 컨텍스트의 어떤 부분이 중요한지는 모델의 요약기가 아니라 진행 문서가 결정한다.
auto-compact(자동 요약) 대신 사용자 통제 문서화로 세션을 넘긴다. 컨텍스트의 어떤 부분이 중요한지는 모델의 요약기가 아니라 진행 문서가 결정한다.
끊는 쪽 절반(기록 + 킥오프 프롬프트)을 이 스킬이 자동화하고, 받는 쪽 절반은 session-init.sh의 progress.md 자동 주입(state-schema §5)이 담당한다.
[즉시 실행] 아래 워크플로우를 바로 실행하세요.
| 호출 | 동작 |
|---|---|
/handoff | 기본 — .claude/state/progress.md에 핸드오프 블록 append |
/handoff <진행문서경로> | 지정 문서(예: REDESIGN_PROGRESS.md)의 ★CURRENT 섹션 교체 갱신 |
현재 세션 대화에서 다음 5가지를 추출:
추출 원칙:
file:line)docs/contracts/state-schema.md §5.claude/state/progress.md에 state-schema §5 포맷으로 새 블록 append⚠️ 마커 필수 (session-init이 강조 노출)아래 형식으로 생성:
<작업명> 이어가자. /clear 후 새 세션이야.
1. <진행 문서 경로> 의 ★CURRENT(최상단) 읽기 — <한 줄 상태 요약>.
2. 먼저 읽을 것: <파일 1-2개>
3. 잔여: <잔여 한 줄>. 보고 후 진행.
확인 받을 것: <결정 대기 항목, 없으면 생략>
가이드라인(불변): <프로젝트 불변 원칙 1줄>
Bash로 클립보드 복사 (시크릿/키 값 절대 포함 금지):
pbcopy <<'KICKOFF'
<생성한 프롬프트>
KICKOFF
사용자에게 한 줄 보고:
progress.md 갱신 + 킥오프 프롬프트 클립보드 복사 완료. 이제
/clear입력 후 ⌘V로 붙여넣으세요.
/clear는 사용자 전용 명령이라 모델이 대신 실행할 수 없다. 완전 자동화는 Forge Voice의 ⌘⇧K 매크로로 가능 — /clear 입력 + 클립보드(킥오프) 붙여넣기 + 제출을 단축키 하나로 (tools/forge-voice.lua, /voice setup 시 설치). 음성 셋업을 안 했으면 위 수동 2단계.
.claude/state/ 없음 → 생성 후 신규 작성pbcopy 없음(비 macOS) → 프롬프트를 코드블록으로 출력하고 수동 복사 안내npx claudepluginhub ggombee/code-forgeGenerates a structured session handoff summary with current status, completed/remaining tasks, decisions, pitfalls, and next steps for context resumption.
Generates HANDOFF.md file summarizing completed tasks, in-progress work, next steps, notes, related files, and git state before Claude Code session end. Useful for context reset and work resumption.
Generates a passoff package (session summary, PROGRESS/CLAUDE/memory updates, commit, next-session prompt) for clean handoffs to future-you or a coworker brief mode.