work-resume

Resume work groups from structured state files after context clears.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/telefrek/jlsm --skill work-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-resume
Source: https://github.com/telefrek/jlsm/tree/main/.claude/skills/work-resume
Command: npx skills add https://github.com/telefrek/jlsm --skill work-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to quickly resume their work context after an interruption, like a crash or a context switch, without having to reload the entire group's context into the conversation.

Core Features & Use Cases

  • Resume Work Groups: Provides a summary of active work groups and their current state, allowing users to pick up where they left off.
  • List Active Groups: Shows all active work groups and their one-line summaries.
  • Next Command: Offers a command suggestion based on the group's state, such as starting a feature, decomposing work, or viewing status.

Quick Start

To list all active work groups, simply run /work-resume --list. To see the details of a specific group, use /work-resume <group-slug>.

Frequently Asked Questions about work-resume

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

FAQPage Schema
How do I recover work context after an interruption without reloading everything?

To recover work context after an interruption, you can use a lightweight resume capability that reads a structured state file to retrieve your work group status and suggest the next command. This avoids reloading the entire context into the conversation.

How do I list all active work groups and their current status?

You can list all active work groups and their current status by running the resume command with the list flag. It reads your structured state file and outputs a one-line summary for each active work group.

How does context recovery suggest the next command for a work group?

Context recovery suggests the next command by evaluating the readiness status stored in your structured state file. It analyzes the work group's current state to recommend actions like starting a feature, decomposing work, or viewing status.

Do I need a structured state file to resume my work group context?

Yes, you need a structured state file to resume your work group context. The Skill assumes these structured files exist for efficient context retrieval, listing active work, and suggesting next commands based on readiness.

Can I get a detailed summary of a specific work group after a context clear?

Yes, you can get a detailed summary of a specific work group after a context clear by providing the group slug to the resume command. It handles post-context-clear state recovery by fetching details from the structured state file.

What is the best way to pick up work where I left off after a context switch?

The best way to pick up work where you left off after a context switch is to query your structured state file for active work groups. This provides a summary of current states and suggests next commands without reloading full context.