ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

context-resume

Reconstructs your full working context when you return to a task after an interruption — meeting, lunch, sleep, weekend, or three-week vacation. Not session restore. Mental state restore. Answers the question every developer asks ten times a week: "Where was I?"

Why use this skill?

Stop losing time remembering where you left off. Context Resume reconstructs your mental model, tasks, and blockers after any project interruption.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jcools1977/context-resume
Or

What This Skill Does

Context Resume is a cognitive recovery tool designed specifically for software developers. The average developer is interrupted every 11 minutes, often requiring over 20 minutes to achieve a state of 'deep work' after a break. When you return to a project after hours, days, or weeks, your IDE might open your files, but your mental model is often lost. This skill acts as a memory bridge, reconstructing your project state by analyzing git history, uncommitted changes, stashed work, and file-level metadata. It doesn't just show you what files are open; it tells you what you were thinking, why you made specific technical decisions, which tests were failing, and exactly what your next step should be. It transforms the "Where was I?" panic into an immediate, productive continuation of your workflow.

Installation

To add this capability to your agent, run the following command in your terminal:

clawhub install openclaw/skills/skills/jcools1977/context-resume

Once installed, the skill will initialize on command and index your active repository to build an internal map of your session artifacts.

Use Cases

  • Monday Morning Recovery: Re-orient yourself after a weekend away, catching up on the specific logic flaws you were wrestling with on Friday afternoon.
  • Project Switching: Context-switch between two different complex features without losing your place in either.
  • Returning from PTO: Re-onboard yourself into a codebase after a multi-week absence by having the agent summarize your last known "mental state" and identifying pending blockers.
  • Late Night Handoffs: Remind yourself of the specific architectural decisions or temporary "hack" workarounds you left in the code before shutting down for the night.

Example Prompts

  1. "I'm back from the weekend. What was I working on in this branch, and why was that JPY test failing?"
  2. "Context resume: I haven't touched this project in two weeks. Give me a summary of my last session and tell me the most critical thing to fix first."
  3. "Show me the decision log for this feature. Why did I stash that flat tax calculation, and what were the arguments against using it?"

Tips & Limitations

  • Quality of Commits: The efficacy of Context Resume is directly proportional to your commit habits. Meaningful commit messages and descriptive stash labels significantly improve the agent's ability to reconstruct your intent.
  • Limitations: The agent cannot read your literal thoughts, only the artifacts you leave behind. If you have significant uncommitted changes with no comments or descriptive code structure, the analysis will be based purely on file diffs and timestamps.
  • Privacy: This skill performs local analysis of your repository data. Ensure you have the necessary permissions if working in a highly sensitive or confidential codebase.

Metadata

Stars1947
Views1
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jcools1977-context-resume": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#context-switching#productivity#workflow#daily-driver
Safety Score: 5/5

Flags: file-read