← ClaudeAtlas

session-openlisted

Get a fresh chat current on an ongoing project with minimum lost time, verification-first. Reads the project's canonical state files, optionally runs one targeted search of past conversations, verifies load-bearing claims before acting on them, then orients the user in plain language — ending with a reasoned recommended next action. Use when the user says "catch up", "get up to speed", "onboard me", "where did we leave off", "here's the handover", "continuing from a previous session", "/open", or "/handover-in". The RECEIVING half of a session-continuity pair — see session-close for the outgoing half.
Oldvictech/session-continuity · ★ 1 · AI & Automation · score 74
Install: claude install-skill Oldvictech/session-continuity
# Session Open Absorb a handover the right way: descend from cheap-and-ambient to authoritative, verify what's load-bearing, translate the state for the user, recommend a next step, then wait for their call. ## CONFIGURATION (adapt to your project) Name your project's canonical files here. Defaults that work well: - **ROADMAP.md** — the plan: sequence, status, gates, pending decisions - **TASKS.md** — current actionable items - **Latest HANDOVER** — the previous session's delta (written by session-close) - *(optional)* an operating-model or conventions doc, a decision log, a ledger of shipped work, style/process guides your project follows If your project has a second execution environment (a CLI agent, a build server, a separate machine) whose disk is the ground truth, name it too — it is "the implementation channel" below. If you have none, skip the probe step; the canonical files are your highest tier. ## The trust ladder (read in increasing order of authority) 1. **Ambient memory / chat context** — what this conversation already believes. A summary; possibly stale. Baseline only. 2. **Canonical files** — the durable record. Overrides memory wherever they differ. 3. **Ground truth** — the implementation channel's disk (real file state, hashes, test results), if one exists. The final authority; everything else is a claim. When tiers disagree, the higher tier wins. Never act on a tier-1 belief as if it were tier-3 verified. **A report is a claim; the artifact