finish-session

Generate a session handoff snapshot with status and re-entry points.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Serien3/SuperSpec --skill finish-session-serien3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finish-session
Source: https://github.com/Serien3/SuperSpec/tree/main/src/superspec/skills/finish-session
Command: npx skills add https://github.com/Serien3/SuperSpec --skill finish-session-serien3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End a superspec work session with a clear handoff that preserves the current state, context, and the minimum instructions needed to resume safely.

Core Features & Use Cases

  • Handoff snapshot: captures essential state with clear status for continuation.
  • Re-entry guidance: identifies the smallest set of files and commands needed to resume work.
  • Safe transition: provides a minimal, actionable path for the next agent to recover context.

Quick Start

Run superspec finish-session to generate a concise handoff for the next agent.

Frequently Asked Questions about finish-session

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

FAQPage Schema
How do I create a reliable handoff to resume work in a multi-agent workflow?

To create a reliable handoff, generate a concise current-state snapshot and provide re-entry points for the next agent. This ensures minimal ambiguity and allows the next agent to quickly recover context and safely resume the superspec feature work.

What is a state snapshot and when do I need it for an inter-agent transition?

A state snapshot captures the essential current state and status of an active feature for continuation. You need it during end-of-session transitions in multi-agent superspec workflows to preserve context and ensure a safe handoff to the next agent.

How do I generate re-entry points for the next agent before ending a session?

You generate re-entry points by identifying the smallest set of files and commands needed to resume work. Providing suggested re-entry points ensures the next agent has a minimal, actionable path to recover context without ambiguity.

What inputs do I need to validate for a safe superspec session handoff?

A safe session handoff requires validating inputs like current-status, suggested-re-entry-points, and how-to-resume. These inputs ensure the current state is captured and the next agent receives the minimum instructions needed to resume safely.

Can I use this handoff approach for any multi-agent superspec workflow?

Yes, this handoff approach applies to end-of-session transitions in any multi-agent superspec workflow. It is designed specifically for contexts requiring minimal ambiguity and quick resume capabilities across different agents.

Why does my agent lose context after an end-of-session transition?

An agent loses context after an end-of-session transition if a concise current-state snapshot and re-entry points are not generated. Producing a clear handoff with minimum instructions preserves the context needed to safely resume work.