next

Generate a Markdown handoff document and task summary for a new Claude Code session.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill next-m2ai-portfolio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/m2ai-portfolio/m2ai-skills-pack/tree/main/skills/next
Command: npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill next-m2ai-portfolio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a continuation prompt for a fresh session and list current tasks. Use when wrapping up a session or handing off work.

Core Features & Use Cases

  • Auto-generate a structured Markdown handoff from current context (conversation, git state, and memory index) to enable seamless continuation.
  • Produce a concise, prioritized task list for the next session to start immediately.
  • Share or export a compact session context snapshot for teammates or future reference.

Quick Start

Build a concise handoff document so a fresh Claude Code session can continue this work without re-reading the conversation.

Frequently Asked Questions about next

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

FAQPage Schema
How do I create a session handoff document for Claude Code?

To create a session handoff document for Claude Code, this Skill automatically gathers conversation context, git status, and memory index data to output a structured Markdown file. This enables a fresh session to resume work immediately.

What is the best way to bootstrap a new Claude Code session with existing tasks?

The best way to bootstrap a new Claude Code session is by generating a compact session-state summary and a prioritized task list. This Skill processes current context to produce actionable next steps for immediate pickup.

Does generating a handoff document require manual git status extraction?

Generating a handoff document does not require manual git status extraction. The Skill automatically pulls git state and memory index data to compile the context snapshot and task summary.

Can I export a session context snapshot for teammates from Claude Code?

Yes, you can export a session context snapshot for teammates. The Skill produces a compact summary of the current conversation and git state that can be shared for future reference or collaborative task continuation.

When do I need to generate a task summary for a Claude Code session?

You need to generate a task summary when wrapping up a session or handing off work. It creates a concise, prioritized task list so the next session can start immediately without re-reading the conversation.

What is included in a structured Markdown handoff for Claude Code?

A structured Markdown handoff includes current conversation context, git status, and the memory index. It outputs a continuation prompt and a task list to bootstrap a new session seamlessly.