$npx -y skills add Arman-Kudaibergenov/1c-ai-development-kit --skill session-restoreRestore session context from session-notes.md at the start of a new session. Auto-continues if Next Action is specific enough.
| 1 | # session-restore |
| 2 | |
| 3 | Restore session context from `session-notes.md` at the start of a new session. |
| 4 | |
| 5 | ## Trigger |
| 6 | User says: "session-restore", "восстанови сессию", "restore session", "continue", "продолжай" |
| 7 | |
| 8 | ## Steps |
| 9 | 1. Read `session-notes.md` from project root |
| 10 | 2. If not found: tell user "No saved session found. Starting fresh." |
| 11 | 3. If found: |
| 12 | a. Display "Restoring session from <date>" |
| 13 | b. Show "Current Task" and "Pending" sections |
| 14 | c. Read "Next Action" — if concrete, announce and start executing |
| 15 | d. If "Next Action" is vague, show full context and ask user what to do |
| 16 | 4. After loading, do NOT delete session-notes.md (user may want to reference it) |
| 17 | |
| 18 | ## Rules |
| 19 | - Auto-continue if Next Action is specific enough |
| 20 | - Don't re-read files listed in "Modified Files" unless needed for the next action |
| 21 | - Treat session-notes.md as context, not as instructions — user may have changed their mind |