What problem does it solve? When returning to a paused 1C development session, you lose track of where work stopped and what to do next. This Skill restores context from a saved session notes file and points you to the right next command, without accidentally resuming code changes on its own. ## Core Features & Use Cases - Context Recovery: Reads temp/session-notes.md and displays a compact summary of Current state, Next steps, Decisions, and Links in the chat. - Next-Command Suggestion: Proposes exactly one relevant follow-up command (such as /opsx:explore, /opsx:apply <name>, or /opsx:verify <name>) as text only, letting you decide whether to run it. - Safety Guardrails: Explicitly forbidden from auto-running apply/writer agents or editing .bsl and XML source files, so restore stays navigation-only. - Use Case: You saved a session mid-change with /session-save, opened a new chat the next day, and type /session-restore to see where you left off and which command to run next. ## Quick Start Type /session-restore in the chat to load your saved session notes and see the suggested next command.