一键导入
initiative-resume
핸드오프 문서를 로드하여 이전 세션의 initiative 맥락을 복원하고 작업을 재개. Use when the user says "이어서 하자", "resume", "지난번 작업 계속", or continuing a previous initiative.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
핸드오프 문서를 로드하여 이전 세션의 initiative 맥락을 복원하고 작업을 재개. Use when the user says "이어서 하자", "resume", "지난번 작업 계속", or continuing a previous initiative.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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 맥락을 다음 세션으로 넘기는 핸드오프 문서 작성. Use when the user says "핸드오프", "세션 정리", "다음 세션으로", or session handoff.
Initiative 주제에 대한 리서치를 수행하고 결과를 기록. Internal skill — called by initiative workflow during research phases.
실험용 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.
基于 SOC 职业分类
| name | initiative-resume |
| description | 핸드오프 문서를 로드하여 이전 세션의 initiative 맥락을 복원하고 작업을 재개. Use when the user says "이어서 하자", "resume", "지난번 작업 계속", or continuing a previous initiative. |
| spec-version | 2 |
| context | main |
| allowed-tools | ["Read","Edit","Glob","Grep","Bash"] |
| argument-hint | [slug] |
session-bootstrap이 전체 현황을 훑는 발견(breadth)이라면, 이 스킬은 특정 initiative에 깊이 들어가는 복원(depth).
세션 시작 시 이전 작업을 이어가려면 맥락 복원이 필요하다. 핸드오프 문서(workspace/inbox/prompts/{slug}.md)와 index.yml을 함께 로드하여 "지금 어디고, 다음에 뭘 할지"를 즉시 파악한다.
복원 후 핸드오프 문서는 삭제한다 — 소비된 일회성 브리지이며, 항구적 상태는 index.yml이 담당한다.
$ARGUMENTS: initiative slug. 미지정 시 목록에서 선택workspace/inbox/prompts/{slug}.md 삭제slug가 주어진 경우:
workspace/inbox/prompts/{slug}.md 존재 확인 → 있으면 로드workspace/initiatives/active/{slug}/index.yml 직접 로드 (핸드오프 없이 복원)slug가 없는 경우:
workspace/inbox/prompts/ 스캔 → 수정일 최신순최근 핸드오프:
1. {slug-a} — {stage}, 다음: {next_action}
2. {slug-b} — {stage}, 다음: {next_action}
어느 initiative를 이어가시겠습니까?
순서:
index.yml 읽기 → stage, subtopics, decisions, relationsworkspace/inbox/prompts/{slug}.md 삭제사용자에게 출력:
**{title}** — {stage}
완료: ST-01, ST-02
진행: ST-03 ({st_title})
다음 액션: {specific_first_action}
{미결정 사항이 있으면 1~2줄}
작업 시작.
| 조건 | 행동 |
|---|---|
| slug 지정 + active initiative | 바로 로드 |
| slug 미지정 + handoff 1개 | 자동 선택 + 확인 1줄 |
| slug 미지정 + handoff 여러 개 | 목록 제시 → 선택 |
| slug 미지정 + handoff 0개 | active initiatives의 in_progress ST 기반 목록 |
| archived initiative | 완료 안내 후 종료 |
nodes:
- id: select
type: human
summary: "Initiative 선택 — slug 해석 또는 목록 제시"
- id: load-context
type: auto
summary: "index.yml + handoff 문서 로드 → 맥락 복원"
- id: cleanup-handoff
type: auto
summary: "handoff 문서 삭제 (존재 시)"
side_effects:
- writes: workspace/inbox/prompts/{slug}.md (삭제)
- id: present-summary
type: auto
summary: "맥락 요약 출력 + 작업 시작"
edges:
- from: select → to: load-context
- from: load-context → to: cleanup-handoff
- from: cleanup-handoff → to: present-summary
| 참조 | 역할 | 로드 시점 |
|---|---|---|
해당 initiative index.yml | 상태 복원 | Step 2 |
workspace/inbox/prompts/{slug}.md | 운영 맥락 복원 | Step 2 |
workspace/squads/initiative/policies/stage-transition-rules.md | stage 의미 이해 | Step 2 |