thrum-restart

Save a conversation snapshot and compose a resume plan for session restart.

28|5|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/leonletto/thrum --skill thrum-restart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thrum-restart
Source: https://github.com/leonletto/thrum/tree/main/codex-plugin/skills/thrum-restart
Command: npx skills add https://github.com/leonletto/thrum --skill thrum-restart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save a conversation snapshot and prepare for a session restart when context is exhausted, rate limits are reached, or a session is stuck.

Core Features & Use Cases

  • Compose a Resume Plan that survives conversation tails and guides the next session.
  • Save the current conversation snapshot to a restart-specific location and append the Resume Plan for continuity.
  • Notify the coordinator and coordinate with tmux-managed sessions to resume work with minimal context loss.

Quick Start

Initiate the restart workflow by running thrum restart and follow the prompts to save a snapshot and plan the next session.

Frequently Asked Questions about thrum-restart

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

FAQPage Schema
How do I save a conversation snapshot before restarting a tmux session?

Save a conversation snapshot and assemble a resume plan by initiating a restart workflow that stores the current context and appends the plan to a restart-specific location for continuity.

What is the best way to resume a session after hitting context limits or rate limits?

Resuming a session after hitting context or rate limits requires saving a conversation snapshot, composing a resume plan, and appending that plan to the snapshot to guide the next session with minimal context loss.

How do I restart a stuck tmux session without losing my working context?

Restart a stuck tmux session by saving a snapshot of the current conversation, creating a resume plan, ensuring agent registration, and notifying the coordinator to enable a seamless handoff to a new session.

Does the session restart workflow require agent registration in tmux?

Yes, the session restart workflow enforces agent registration and coordinator notification when operating inside tmux, ensuring the new session properly receives the handoff from the saved snapshot and resume plan.

When should I use a deterministic session restart workflow for context management?

Use a deterministic session restart workflow when a conversation appears stuck, context is exhausted, or rate limits are reached, allowing you to save context and restart sessions reliably without losing progress.