원클릭으로
initiative-handoff
현재 세션의 initiative 맥락을 다음 세션으로 넘기는 핸드오프 문서 작성. Use when the user says "핸드오프", "세션 정리", "다음 세션으로", or session handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
현재 세션의 initiative 맥락을 다음 세션으로 넘기는 핸드오프 문서 작성. Use when the user says "핸드오프", "세션 정리", "다음 세션으로", or session handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | initiative-handoff |
| description | 현재 세션의 initiative 맥락을 다음 세션으로 넘기는 핸드오프 문서 작성. Use when the user says "핸드오프", "세션 정리", "다음 세션으로", or session handoff. |
| spec-version | 2 |
| context | main |
| allowed-tools | ["Read","Write","Edit","Glob","Grep"] |
| argument-hint | [slug] |
세션 연속성의 핵심. index.yml(구조) + handoff(운영 맥락) = 다음 세션 즉시 재개.
세션이 끊기면 "다음에 뭘 해야 하는가"가 손실된다. index.yml은 구조적 상태(stage, subtopic status)를 담지만, 다음 세션의 첫 액션이나 미결정 사항 같은 운영 맥락은 담지 않는다.
핸드오프 문서(workspace/inbox/prompts/{slug}.md)가 이 갭을 메운다.
$ARGUMENTS로 slug 지정, 또는 미지정 시 auto-detectworkspace/initiatives/active/에서 in_progress subtopic이 있는 initiative 목록 제시 → 사용자 선택workspace/inbox/prompts/{slug}.md — 핸드오프 문서$ARGUMENTS가 있으면 workspace/initiatives/active/{slug}/index.yml 로드index.yml에서 추출:
stage: 현재 단계subtopics: 각 ST의 status 요약decisions: 최근 결정 사항relations: 연관 initiative대화 맥락에서 추출:
pending/in_progress ST를 순회하며, 대화에서 나왔지만 note에 누락된 맥락을 보강한다.
보강 대상:
보강 기준:
workspace/inbox/prompts/{slug}.md:
# {slug} 세션 핸드오프
## 현재 상태
**Initiative**: `workspace/initiatives/active/{slug}/`
**Stage**: {stage}
**현재 ST**: {current_st} — {st_title}
### 완료된 것
- {이번 세션 산출물}
### 미결정 사항
- {pending_decisions}
## 다음 세션 할 일
1. {specific_first_action}
## 이 initiative 이후
{next_initiative 또는 "미정"}
## 참조
- {key_file_paths}
대부분의 subtopic이 완료 상태인데 next_initiative가 없으면:
다음 세션에서 이렇게 시작하면 됩니다:
\`\`\`
/initiative:resume {slug}
\`\`\`
**다음 할 일**: {ST-XX} — {구체적 첫 번째 액션 1~2줄}
| 조건 | 행동 |
|---|---|
| slug 미지정 + in_progress ST 1개 | 해당 initiative 자동 선택 |
| slug 미지정 + in_progress ST 여러 개 | 목록 제시 → 사용자 선택 |
| slug 미지정 + in_progress ST 0개 | "활성 initiative가 없습니다." |
| 기존 handoff 파일 존재 | 덮어쓰기 + 경고 1줄 |
nodes:
- id: identify
type: human
summary: "Initiative 식별 — slug 해석 또는 auto-detect"
- id: gather-context
type: auto
summary: "index.yml + 대화 맥락에서 상태/산출물/미결정 추출"
- id: enrich-index
type: auto
summary: "pending/in_progress ST의 note에 대화 맥락 보강"
side_effects:
- updates: workspace/initiatives/active/{slug}/index.yml
- id: write-handoff
type: auto
summary: "workspace/inbox/prompts/{slug}.md 작성"
side_effects:
- writes: workspace/inbox/prompts/{slug}.md
- id: check-next
type: auto
summary: "후속 경로 확인"
- id: present-resume
type: auto
summary: "재개 프롬프트 출력"
edges:
- from: identify → to: gather-context
- from: gather-context → to: enrich-index
- from: enrich-index → to: write-handoff
- from: write-handoff → to: check-next
- from: check-next → to: present-resume
| 참조 | 역할 | 로드 시점 |
|---|---|---|
해당 initiative index.yml | 상태 추출 + 맥락 보강 대상 | Step 2, Step 3 |
workspace/squads/initiative/policies/stage-transition-rules.md | stage 의미 이해 | Step 2 |
Guided onboarding workflow — modn guide leads the system setup. Use when the user says "tutorial", "onboarding", or is a first-time user.
Process Catalyst detections — verify scope, format output, route to discussion or initiative creation. Internal skill — called when a system improvement opportunity is detected during conversation.
Initiative 주제에 대한 리서치를 수행하고 결과를 기록. Internal skill — called by initiative workflow during research phases.
핸드오프 문서를 로드하여 이전 세션의 initiative 맥락을 복원하고 작업을 재개. Use when the user says "이어서 하자", "resume", "지난번 작업 계속", or continuing a previous initiative.
실험용 git worktree 생성/관리. Use when the user says "worktree", "실험 환경", "브랜치 분리", or needs an isolated experiment environment.
CL-05 User Profile Evolution pipeline. Extracts user patterns and updates profile at Initiative completion.