session-continuation

Resume project work by checking git status and reconciling backlog tasks.

4|2|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/skills-catalog --skill session-continuation-all-the-vibes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-continuation
Source: https://github.com/All-The-Vibes/skills-catalog/tree/main/.claude/skills/core/session-continuation
Command: npx skills add https://github.com/All-The-Vibes/skills-catalog --skill session-continuation-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps Claude resume work across sessions by recovering context, reconciling state, and identifying in-progress tasks.

Core Features & Use Cases

  • Enforces a hygiene-first workflow before starting new work, including git status checks and backlog assessments.
  • Reads project context from CLAUDE.md and backlog task notes to determine the correct continuation point.
  • Supports multi-task resumption by prioritizing In Progress items and presenting clear next steps for each task.
  • Provides consistent handoff and session ending summaries to preserve continuity across sessions.

Quick Start

To begin, run hygiene checks, review backlog, and confirm the task you want to resume before proceeding.

Frequently Asked Questions about session-continuation

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

FAQPage Schema
How do I resume work across Claude sessions after losing context?▼

Session continuation works by enforcing a hygiene-first protocol: checking git status, querying your backlog for In Progress items, and reading CLAUDE.md. This reconciles previous state to determine the correct continuation point.

What's the best way to recover in-progress tasks from a previous coding session?▼

The best way to recover in-progress tasks is to query your backlog for In Progress states and read task notes. By reconciling this with your git status, you can prioritize active items and get clear next steps for each task.

How do I manage task handoff when ending a development session?▼

To manage task handoff when ending a session, generate a consistent session ending summary. This preserves continuity by documenting the current state and next steps, making it easy to resume work later.

Do I need a backlog to maintain session continuity for coding tasks?▼

Yes, a backlog tracked with In Progress and Done states is required. Session continuity relies on querying this backlog to identify active tasks like drafting, coding, or research that require resumption across sessions.

What hygiene checks are required before starting new work in a project?▼

Required hygiene checks include verifying git status, assessing the backlog, and reading CLAUDE.md. This hygiene-first workflow ensures you understand existing project state before starting any new development tasks.