wrap-up-ritual

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents lost context when a .NET development session ends by converting your progress into a structured handoff note that the next session can immediately pick up.

Core Features & Use Cases

  • Three-part capture (DONE / PENDING / LEARNED): Records what you finished, what remains, and what you discovered so nothing important gets forgotten.
  • Actionable handoff for a stranger: Includes file paths, line ranges, and decision rationale so another developer (or future you) can continue without rereading everything.
  • Single consistent handoff location: Overwrites .claude/handoff.md each time to keep the latest state as the source of truth.
  • Learning-to-memory linkage: Routes valuable learnings toward MEMORY.md (via the self-correction-loop) so improvements become persistent rules.

Quick Start

Tell the AI to wrap up after completing your tasks (for example, say "wrap up" or "save progress") so it can write the handoff note 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 save .NET development progress when ending a coding session?

To save .NET development progress when ending a coding session, trigger a wrap-up to capture completed work, pending tasks, and learnings into a structured `.claude/handoff.md` file that the next session can immediately continue from.

What is the best way to document a session handoff for a .NET project?

The best way to document a session handoff for a .NET project is to record file paths, line ranges, and decision rationale in a structured DONE, PENDING, and LEARNED format so another developer can continue without rereading everything.

How does knowledge capture work for development session continuity?

Knowledge capture for development session continuity works by routing valuable learnings discovered during coding toward persistent memory, converting them into rules for a self-correction loop while overwriting the latest state into a single handoff file.

Can I use this session handoff approach for debugging and exploratory research?

Yes, you can use this session handoff approach for debugging and exploratory research in .NET projects, as it activates whenever you signal a wrap-up to preserve context and pending tasks across sessions.

Does the handoff file accumulate session history over multiple runs?

No, the handoff file does not accumulate history; it overwrites `.claude/handoff.md` each time to keep the latest project state as the single source of truth for the next session.

What should I do before wrapping up a .NET coding session to ensure project continuity?

Before wrapping up a .NET coding session for project continuity, simply signal the wrap-up by saying so, and the session will extract meaningful learnings and generate an actionable handoff note automatically.