resume

Load the latest pause snapshot and announce the resume state in chat.

23|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/onebrain-ai/onebrain --skill resume-onebrain-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/onebrain-ai/onebrain/tree/main/.claude/plugins/onebrain/skills/resume
Command: npx skills add https://github.com/onebrain-ai/onebrain --skill resume-onebrain-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of continuing work after a pause by reloading the most recent active pause thread and announcing its state so you can pick up immediately.

Core Features & Use Cases

  • Active pause resolution: Reads the active pause pointer from the pause log and fails safely with a clear message when none exists.
  • Latest snapshot loading: Locates the newest matching pause snapshot for the active thread and loads its saved working context.
  • Idempotent resume behavior: Prevents duplicate announcements by checking a session token when available.
  • Thread switching support: Allows selecting a specific paused task slug to overwrite the active pointer.

Quick Start

Tell the agent to resume your work by saying: "resume" (or "กลับมาทำต่อ") to reload the active pause thread and announce where you left off.

Frequently Asked Questions about resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a paused agent workflow and reload the context?

To resume a paused agent workflow, trigger the resume command to read the active pause pointer, load the latest snapshot, and announce where you left off so you can continue immediately.

Can I switch to a different paused task thread instead of the active one?

Yes, you can switch to a different paused task thread by specifying the task slug, which overwrites the active pointer and loads the matching pause snapshot for that specific thread.

How does idempotency work when restoring a paused task?

Idempotency when restoring a paused task is enforced by checking a session token, preventing duplicate announcements and ensuring the same resume summary is not emitted multiple times.

What is included in the structured resume summary after loading a pause snapshot?

The structured resume summary includes where you stopped, resume-with context, key decisions, open questions, and action item counts to provide full continuity after loading the pause snapshot.

What happens if I try to resume work when no active pause thread exists?

If no active pause thread exists, the resume process fails safely and provides a clear message indicating there is no active pause pointer to load from the pause log.

Do I need any specific dependencies or components to load markdown logs for task switching?

No specific dependencies or components are required to load markdown logs for task switching; the skill reads the active pointer and locates pause files natively within the agent environment.