원클릭으로
save
Snapshot current session state to tasks/session.md for cross-session continuity
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Snapshot current session state to tasks/session.md for cross-session continuity
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | save |
| description | Snapshot current session state to tasks/session.md for cross-session continuity |
| argument-hint | [optional note about current focus] |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Bash(git status*), Bash(git branch*), Bash(git diff --stat*), Bash(git log*) |
Save the current session state to tasks/session.md so a future session can resume with full context.
Compress often, persist the essentials, look up details on demand.
The session file captures what you need to know to resume — not a full transcript. Pair it with:
tasks/todo.md — what the plan istasks/lessons.md — what was learnedtasks/tests.md — what's testedPROJECT_INDEX.md — what exists in the codebaseTogether these form the "always available" context layer. The actual code is the "look up when needed" layer.
$ARGUMENTS is provided, use it as the "Current Focus" descriptionUpdate tasks/session.md with:
What task or feature is actively being worked on. One sentence.
What has been completed in the current work stream. Bullet list of concrete accomplishments. Reference specific files or commits where relevant.
Architectural or implementation decisions made during this session. Future sessions need these to avoid re-debating settled questions.
Unresolved questions or uncertainties. Be specific — "does the API support batch operations?" not "some things are unclear."
Files currently being modified or that are critical context. This tells the next session where to start reading.
Concrete actions to take when resuming. Ordered by priority.
tasks/todo.md is up to date, don't duplicate progress here — just note what's changed since the last todo update.git status and git branch to capture accurate git state.tasks/todo.md as complete if they were finished during this session.Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking