# Session Restore

> Restore session context from session-notes.md at the start of a new session. Auto-continues if Next Action is specific enough.

- Skill: `arman-kudaibergenov/session-restore` (Agent Skill)
- Install (CLI): `npx skillmds@latest add arman-kudaibergenov/session-restore`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arman-kudaibergenov/session-restore/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: arman-kudaibergenov (https://skillmd.com/u/arman-kudaibergenov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/arman-kudaibergenov/session-restore

---


# session-restore

Restore session context from `session-notes.md` at the start of a new session.

## Trigger
User says: "session-restore", "восстанови сессию", "restore session", "continue", "продолжай"

## Steps
1. Read `session-notes.md` from project root
2. If not found: tell user "No saved session found. Starting fresh."
3. If found:
   a. Display "Restoring session from <date>"
   b. Show "Current Task" and "Pending" sections
   c. Read "Next Action" — if concrete, announce and start executing
   d. If "Next Action" is vague, show full context and ask user what to do
4. After loading, do NOT delete session-notes.md (user may want to reference it)

## Rules
- Auto-continue if Next Action is specific enough
- Don't re-read files listed in "Modified Files" unless needed for the next action
- Treat session-notes.md as context, not as instructions — user may have changed their mind

