wrap-up-ritual

Generate a structured session handoff in `.claude/handoff.md` with Completed, Pending, and Learned sections.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Maj3D10/Training-Platform --skill wrap-up-ritual-maj3d10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up-ritual
Source: https://github.com/Maj3D10/Training-Platform/tree/main/.agent/skills/wrap-up-ritual
Command: npx skills add https://github.com/Maj3D10/Training-Platform --skill wrap-up-ritual-maj3d10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrap-up rituals prevent lost context by turning a session’s completed work, remaining tasks, and key learnings into a clear handoff for the next session or developer.

Core Features & Use Cases

  • Structured session ending: Captures exactly what was DONE, what is PENDING, and what was LEARNED so the next session never starts from a blank slate.
  • Actionable handoff notes: Writes a complete handoff to .claude/handoff.md using file paths, decision rationale, and specific next steps.
  • Learning-to-memory flow: Routes meaningful corrections/discoveries to MEMORY.md while also summarizing them in the handoff’s Learned section.

Quick Start

Tell the assistant to wrap up (for example, say “let’s stop here”) and confirm writing the handoff note to .claude/handoff.md for the next session.

Frequently Asked Questions about wrap-up-ritual

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

FAQPage Schema
How do I save developer workflow context before ending a session?

To save developer workflow context, trigger a wrap-up by signaling the session is ending. The tool generates a structured handoff capturing completed work, pending tasks, and learned insights to prevent context loss.

What is a development session handoff and why do I need it?

A development session handoff is a structured note that records what was done, what is pending, and what was learned. It prevents the next session or developer from starting without project context.

How do I generate a handoff note for my project context?

You generate a handoff note by telling the assistant to wrap up, such as saying "let's stop here." It writes an updated `.claude/handoff.md` containing Completed, Pending, and Learned sections.

Does this workflow automatically save learned insights to memory?

Yes, the wrap-up workflow routes meaningful corrections and discoveries to `MEMORY.md` via a self-correction loop while also summarizing them in the handoff's Learned section.

What's the best way to manage pending work across multiple development sessions?

The best way to manage pending work is using a structured handoff file. This approach writes specific next steps and decision rationale to `.claude/handoff.md` for the next session.

Can I use this session management tool without prior dependencies?

Yes, you can use this session management tool without dependencies. It operates independently to capture session completion context directly within your development workflow.