Session Save

Save current session state to session-notes.md in project root. Use when context is getting high (70%+) or before ending a work session.

arman-kudaibergenov 67490b3 1.2 KB Updated

File contents

session-save

Save current session state to session-notes.md in project root. Use when context is getting high (70%+) or before ending a work session.

Trigger

User says: "session-save", "сохрани сессию", "save session"

Steps

  1. Create/overwrite session-notes.md in project root with:
    # Session Notes — <date> <time>
    
    ## Current Task
    <what you were working on>
    
    ## Completed
    - <bullet list of what was done this session>
    
    ## Pending
    - <what still needs to be done>
    
    ## Next Action
    <specific next step to take when resuming>
    
    ## Key Decisions
    - <important decisions made, with reasoning>
    
    ## Modified Files
    - <list of files changed this session>
    
  2. Confirm to user: "Session saved to session-notes.md. You can /clear or run scripts/rotate-session.ps1"

Rules

  • Be specific in "Next Action" — it should be executable without additional context
  • List ALL modified files, not just the important ones
  • Keep "Completed" factual, not aspirational

arman-kudaibergenov/1c-ai-development-kit/tree/main/.claude/skills/session-save commit 67490b3107

Frequently asked questions

npx skillmds@latest add arman-kudaibergenov/session-save