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.