What problem does it solve?
This Skill prevents wasted time and lost context by ensuring an AI session reliably loads prior handoff, rules, and project solution context, then captures new work before the session ends.
Core Features & Use Cases
- Session start context loading: Loads
.claude/handoff.md, MEMORY.md, and .claude/instincts.md, then detects the .NET solution (.slnx/.sln) to enable MCP tooling.
- Session end capture & learning: Reviews accomplishments, checks git state, writes a new
.claude/handoff.md, extracts learnings into MEMORY.md, and updates .claude/instincts.md.
- Resumption without surprises: Summarizes pending work from an existing handoff and waits for user confirmation before continuing it.
- Graceful degradation: Starts clean when context files or solution are missing and avoids blocking progress when MCP tools are unavailable.
Quick Start
Run session start when beginning a .NET work session, then end the session using the capture protocol so the next session can resume accurately.