wrap-up-ritual

Record completed work, pending tasks, and learnings into .claude/handoff.md.

640|145|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill wrap-up-ritual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up-ritual
Source: https://github.com/codewithmukesh/dotnet-claude-kit/tree/main/skills/wrap-up-ritual
Command: npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill wrap-up-ritual

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured session ending ritual that captures completed work, pending tasks, and learnings before a session ends. Writes a handoff note to .claude/handoff.md so the next session (or a different developer) can pick up exactly where this session left off. Load this skill when the user signals they're wrapping up, says "let's stop here", "that's all for now", "end of session", "wrap up", "save progress", "handoff", or "I'm done for today".

Core Features & Use Cases

  • Captures a three-part summary (Completed, Pending, Learned) at session end to ensure no context is lost.
  • Writes an overwriting handoff file at .claude/handoff.md so the next person can resume immediately.
  • Promotes learnings to MEMORY.md to create permanent rules and improve future sessions.
  • Provides a structured Session Summary Template to guide concise, actionable handoffs.
  • Detects explicit and implicit wrap-up signals to trigger the handoff.

Quick Start

Tell me you are wrapping up and I will write a handoff to .claude/handoff.md.

Frequently Asked Questions about wrap-up-ritual

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

FAQPage Schema
How do I automate session handoff notes to capture pending tasks and learnings?

Session handoff notes are generated by detecting wrap-up signals and writing a structured summary of completed work, pending tasks, and learnings. This creates a single overwriting handoff file so the next developer can resume immediately.

What is the best way to save session context before ending a development session?

Saving session context is best handled by a structured wrap-up process that detects explicit and implicit ending signals. It captures the session state into a three-part summary file, ensuring no context is lost before the session terminates.

How does knowledge capture work when wrapping up a coding session?

Knowledge capture works by enforcing a three-part structure that records completed work, pending tasks, and learned insights. It then writes these details to a handoff file and promotes permanent learnings to a memory file for future sessions.

Can I trigger a memory capture and handoff file generation using implicit signals?

Implicit signal triggering is supported alongside explicit commands like "wrap up" or "save progress." The system detects natural session-ending phrases to automatically generate the handoff file and capture memory without requiring specific syntax.

Does this session management approach overwrite previous handoff notes or append to them?

This session management approach overwrites previous handoff notes to maintain a single current state. By writing an overwriting handoff file, it ensures the next developer reads only the latest context without sorting through historical session logs.