What problem does it solve?
Sessions often start blind and end without captured context, causing wasted time and lost decisions; this Skill ensures continuity by loading prior work, preserving learnings, and safely wrapping up sessions so future work resumes immediately.
Core Features & Use Cases
- Session Start Protocol: Automatically load .claude/handoff.md, MEMORY.md, and .claude/instincts.md, detect the .slnx/.sln solution, and confirm MCP tool connectivity before accepting work.
- Session End Capture: Summarize completed work, check git status, write a concise handoff, extract learnings into MEMORY.md, and update instincts to preserve patterns.
- Context Preservation & Collaboration: Maintain a clear flow between handoff, memory, instincts, and git commits; support multi-developer handoffs with merge/overwrite choices and concise templates.
- Use Case: Resume a half-finished feature on branch feature/order-validation by loading the handoff, summarizing pending tasks, and offering to continue from the exact file and line references.
Quick Start
Load session context by reading .claude/handoff.md, MEMORY.md, and .claude/instincts.md, detect the solution file, confirm MCP connectivity, and present a concise summary of completed, pending, and learned items.