new-session

Generate structured handoff prompts for Claude Code session transitions.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/fukukei23/claude-config --skill new-session-fukukei23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-session
Source: https://github.com/fukukei23/claude-config/tree/main/.claude/worktrees/make-song-analyze-song-bridge/skills/new-session
Command: npx skills add https://github.com/fukukei23/claude-config --skill new-session-fukukei23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing context when an AI coding session becomes too large by generating a structured handoff prompt for seamless continuation.

Core Features & Use Cases

  • Context Collection Workflow: Gathers session state, project status, decisions, backlog information, and environment details before creating a handoff.
  • Handoff Prompt Generation: Produces a copy-ready continuation prompt with required files, constraints, and next-session instructions.
  • Session Lifecycle Management: Saves handoffs to a persistent knowledge base and updates active session tracking when transitioning between sessions.
  • Use Case: When a long Claude Code session approaches its context limit, use this Skill to capture the current state and restart work in a fresh session without losing important details.

Quick Start

Use the new-session skill to create a handoff prompt for the current AI session and save it for the next session.

Frequently Asked Questions about new-session

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

FAQPage Schema
How do I preserve context when starting a new Claude Code session?

To preserve context for a new Claude Code session, generate a structured handoff prompt that captures project state, decisions, and backlog details. This ensures seamless continuation by transferring required files and constraints into the fresh session.

What is an AI session handoff prompt and when do I need one?

An AI session handoff prompt is a formatted continuation instruction that preserves project state and environment details. You need one when a long coding session approaches its context limit and requires a reset to avoid losing important workflow details.

How do I generate a handoff prompt for my current project state?

Generate a handoff prompt by gathering local project metadata, tracking backlog information, and formatting continuation instructions. The process produces a copy-ready prompt with required files and constraints for the next session.

Does this session handoff workflow require any external dependencies?

No external dependencies are required to run the session handoff workflow. It operates independently to gather local session state and generate formatted transfer instructions for your project lifecycle management.

Can I save session handoff records to track my project backlog over time?

Yes, session handoff records are saved to a persistent knowledge base. This active session tracking updates when transitioning between sessions, ensuring your project backlog and state are maintained over time.