wrap-up-ritual

Capture session outcomes into a structured .claude/handoff.md note.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/shahdanish/vibepos --skill wrap-up-ritual-shahdanish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up-ritual
Source: https://github.com/shahdanish/vibepos/tree/main/skills/wrap-up-ritual
Command: npx skills add https://github.com/shahdanish/vibepos --skill wrap-up-ritual-shahdanish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents lost progress by turning a session wrap-up into a structured, actionable handoff that a future person can immediately continue.

Core Features & Use Cases

  • Completed/Pending/Learned capture: Ensures every wrap-up records what was done, what remains, and what was learned.
  • Single overwritten handoff file: Writes the latest state to .claude/handoff.md to avoid stale, accumulating notes.
  • Stranger-ready context: Produces handoffs with file paths, decision rationale, and specific next steps instead of vague summaries.
  • Learning-to-memory linkage: Flags learnings so durable insights can be stored in MEMORY.md for self-correction over time.
  • When to use: Use at the end of a development session when you signal wrap-up, saving progress, handoff, or “done for today,” whether work is code-heavy or exploratory.

Quick Start

When you say “wrap up” or “save progress,” ask the assistant to write the handoff note to .claude/handoff.md using the completed, pending, and learned sections.

Frequently Asked Questions about wrap-up-ritual

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

FAQPage Schema
How do I write a developer handoff note before ending a coding session?

To write a developer handoff note, signal a session wrap-up and the tool generates a structured note with Completed, Pending, Learned, and Context sections, saving it to .claude/handoff.md for immediate continuity.

What is the best way to capture learned insights and progress during a session wrap-up?

Capturing learned insights during a session wrap-up involves recording what was done, what remains, and key takeaways. The tool extracts durable learnings to MEMORY.md while overwriting the previous handoff note to prevent stale context.

Does this session wrap-up tool work for exploratory work or only code-heavy development?

This session wrap-up tool works for both exploratory work and code-heavy development. It triggers whenever you signal a wrap-up, handoff, or done for today, including cases involving decisions, fixes, or unresolved test failures.

How do I prevent stale progress capture files from accumulating in my repository?

To prevent stale progress capture files, the tool overwrites the previous handoff note in .claude/handoff.md instead of creating new files. This ensures only the latest state is saved without accumulating outdated notes.

Can I use this knowledge management skill to prepare context for a different developer?

You can use this knowledge management skill to prepare context for a different developer. It produces stranger-ready handoffs containing specific file paths, decision rationale, and actionable next steps rather than vague summaries.

When should I not use a structured handoff note for my workflow?

You should not use a structured handoff note if your workflow requires a permanent historical log of every session, because this tool overwrites the previous handoff file to maintain only the single most recent state.