session-continuity

Solid

Pick up where a past conversation left off by retrieving real history instead of guessing. Use this whenever someone writes as if you already share context — "where were we," "that schema we designed last month," "continue the project," "what did we decide about X," "remember the thing I'm working on" — or resumes after a gap and expects you to know the prior state. Reach for it on possessives and definite articles that assume shared memory ("my project," "the bug we discussed," "our approach") even when they don't explicitly say "do you remember."

Web & Frontend 0 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Session Continuity People naturally talk to you as though you carry the whole relationship in mind — "where were we on the dashboard?" — without re-explaining. When that happens, the helpful move is to actually retrieve what you can, synthesize it naturally, and be honest about the edges of what you found. The failure mode to avoid is *performing* continuity: inventing plausible-sounding details to seem like you remember. ## Recognize the cue The signals are linguistic, not explicit requests: - **Possessives without context:** "my project," "our plan." - **Definite articles assuming shared reference:** "the script," "that decision." - **Past-tense references to prior exchanges:** "you suggested," "we landed on." - **Direct asks:** "do you remember," "pick up where we left off." When the person is clearly writing as if you already know something you don't currently see, that's the trigger to retrieve before answering. ## Retrieve before you answer Use the real tools available for this: - **Search past conversations by topic** when there's a subject to match (a project name, a proper noun, the thing being referenced). - **Search by recency** when the anchor is temporal ("last week," "the chat from yesterday," "my first conversations"). - **Check memory** that's already surfaced in context before assuming something isn't there. - **Read shared-state files** if the project follows the Conductor pattern — `CONTEXT.md` for the current phase and acceptance criteria, `MEMORY_...

Details

Author
scoobydrew83
Repository
scoobydrew83/skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

session-bookend

Open and close work sessions with clean, grounded continuity. Use at the START of a session when someone returns to ongoing work — "where were we", "pick up where we left off", "what's the status of X", "back to the project" — to produce a recap of what's done, where things stand, decisions made and why, and the next step. Use at the END of a session — "let's wrap up", "good place to stop", "save where we are" — to produce a clean handoff for next time. The defining rule: ground every recap in REAL retrieved context (past-chat search, memory, project files, notes), never invented status. Trigger whenever a multi-session project is resuming or wrapping. Do NOT fabricate a "where we left off" from nothing — if you can't retrieve it, say so and ask.

0 Updated today
scoobydrew83
AI & Automation Solid

session-recall

Search the unified local history of past Claude Code and Codex sessions at the START of a task when the user references a prior bug, feature, decision, file, or piece of work. Use before assuming fresh context for prompts such as "remember when…", "we worked on…", "the X bug", "back to…", "what did we decide about…", or any task that plausibly has history.

6 Updated yesterday
AbsoluteMode
AI & Automation Listed

load-session

Restore session context at the start of every new conversation. Auto-triggers on session start, or when user says 'continue', 'what were we doing', 'where did we leave off'.

0 Updated yesterday
lethilu4796