원클릭으로
session-handoff
End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate
Use when the user installs mnemo-mcp on a fresh machine and wants to restore prior memory state from S3 or Google Drive (Phase 2 passport sync). Triggers on phrases like "set up mnemo on this machine", "restore my memory passport", "import passport", "bootstrap mnemo", or when the user says they got a new laptop / VM and wants their memories back.
Use when the user explicitly says "remember this", "save this", "ghi nho", "luu lai", "save for next time", or otherwise asks to persist the immediately preceding context. Captures with the appropriate context_type (decision, preference, fact, skill, task, conversation) so future sessions can retrieve it accurately.
Use at session start, before significant decisions, or when a new task references a known project to recall mnemo memories matching the current working directory, recently edited files, or topic keywords. Helps maintain continuity across sessions and avoid redoing past research.
| name | session-handoff |
| description | End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions |
| argument-hint | [session topic or project name] |
Structured end-of-session capture that ensures the NEXT session starts with full context. Enforces "WHY not just WHAT" — every memory must include the reasoning, not just the fact.
Before storing anything, review the conversation for each category:
Decisions made: Technical choices, architecture decisions, tool selections
Preferences expressed: User's workflow preferences, style choices, communication preferences
Corrections given: Things the user corrected — these are HIGH PRIORITY (prevents repeat mistakes)
Conventions established: Naming patterns, file organization, coding standards
Open questions: Unresolved items that need future attention
For each item identified above:
Store with context using memory(action="add", ...):
decision, preference, correction, convention, open-questionVerify retrieval (mandatory — do NOT skip):
memory(action="search", query="[natural terms someone would use to find this]")Produce handoff summary for the user:
## Session Handoff — [date]
### Stored
- [N] decisions, [N] preferences, [N] corrections, [N] conventions
### Open Questions (carried forward)
- [list unresolved items]
### Key Context for Next Session
- [1-3 sentence summary of where things stand]