li-resume

Resumes an interrupted initiative from its saved plan, state, and handoff files.

Updated May 27, 2026
One-click install
npx skills add https://github.com/jokerman89/lintel --skill li-resume-jokerman89
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: li-resume
Source: https://github.com/jokerman89/lintel/tree/main/.github/skills/li-resume
Command: npx skills add https://github.com/jokerman89/lintel --skill li-resume-jokerman89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a development session is interrupted, context is lost and the next session wastes time reconstructing what was planned and done. This Skill restores an interrupted initiative by loading its saved plan, working state, and handoff notes so work can continue where it stopped. ## Core Features & Use Cases - Session Continuity: Reloads the saved plan, state, and handoff of an interrupted initiative through the canonical resume workflow. - Copilot Adapter Compliance: Follows the Copilot adapter contract for tool mapping, authorization, and verification rules when executing the resume workflow. - Repository-Local Outputs: Resolves source resources relative to the canonical skill file and writes outputs into the working repository. - Use Case: A developer returns Monday morning to a feature started Friday; they invoke the resume skill to reload the initiative's plan and handoff, then continue implementing the remaining build cards without re-planning. ## Quick Start Ask Copilot to resume my interrupted initiative using its saved plan, state, and handoff.

Frequently Asked Questions about li-resume

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

FAQPage Schema
How do I resume an interrupted coding session with GitHub Copilot?▼

Invoke the li-resume skill in your Copilot client. It reads the Copilot adapter contract, then executes the canonical resume workflow to reload the initiative's saved plan, state, and handoff so work continues from where it stopped.

What does the resume workflow need to restore a session?▼

It needs the initiative's saved plan, working state, and handoff files committed in the repository. The skill resolves these source resources relative to the canonical resume skill file and writes outputs to the working repository.

Can I use this resume skill outside GitHub Copilot clients?▼

This directory is a Copilot-specific adapter that delegates to a canonical resume workflow. Other agent clients like Claude Code or Codex use their own adapters against the same shared source content in the Lintel repository.

Why does resume fail when no prior session state exists?▼

The resume workflow depends on artifacts produced by earlier planning and handoff steps. If no plan, state, or handoff was committed for the initiative, there is nothing to restore and you should start a new planning session instead.