resume

Reload the latest checkpoint and validate git worktrees for a paused session.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/nicolasguelfi/gensem --skill resume-nicolasguelfi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/nicolasguelfi/gensem/tree/main/gse-one/plugin/skills/resume
Command: npx skills add https://github.com/nicolasguelfi/gensem --skill resume-nicolasguelfi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pause and resume flows in large software projects can be fragile. This skill reloads the most recent checkpoint, verifies all worktrees, and quickly briefs the user to restore momentum.

Core Features & Use Cases

  • Reloads the latest checkpoint to restore session state and worktree configuration.
  • Verifies current git worktrees against the checkpoint, flags changes, and suggests remediation.
  • Produces a concise, actionable briefing with next steps for the session and backlog.

Quick Start

Tell the AI to resume the session from the latest checkpoint and verify all worktrees, then report the current session status to the user.

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 git workflow session from a checkpoint?

To resume a paused git workflow session, this skill reloads the latest checkpoint and validates your worktrees against status.yaml, providing a concise briefing of the current state and next steps.

Why does my git worktree configuration change after pausing a session?

Git worktree configurations can drift after pausing because local branches or directories may be altered externally. This skill verifies current worktrees against the checkpoint snapshot and flags discrepancies for remediation.

What is the best way to restore session state and backlog data in large software projects?

The best way to restore session state is by loading the latest checkpoint, which validates backlog snapshots, plan data, and worktree configuration to quickly restore momentum in large software projects.

Can I verify git worktrees and session status without manual checks?

Yes, you can verify git worktrees and session status automatically. The skill validates status.yaml, checkpoints, and plan data, then outputs a clear summary with recommended remediation actions.

Do I need an existing checkpoint to reload a paused GSE session?

Yes, you need an existing checkpoint to reload a paused GSE session. The skill applies to paused or awaiting resume scenarios by loading the latest checkpoint to restore your session state.

What should I do if my worktree validation flags changes after reloading a checkpoint?

If worktree validation flags changes after reloading a checkpoint, you should follow the suggested remediation steps. The skill produces an actionable briefing with next steps to resolve worktree inconsistencies.