What problem does it solve?
It prevents time loss and context resets by managing an end-to-end session lifecycle for .NET work, ensuring progress is resumed accurately and learnings persist across sessions.
Core Features & Use Cases
- Session start bootstrap: Loads handoff state, project memory, and instincts, then detects the .NET solution to enable MCP tooling from the first prompt.
- Session end capture: Reviews accomplishments, checks git status, writes a new handoff, extracts corrections into durable memory rules, and updates instincts confidence/promotions.
- Context preservation continuity: Maintains state via
.claude/handoff.md, accumulates rules in MEMORY.md, evolves heuristics in .claude/instincts.md, and preserves code continuity through git commits.
- Use cases: Resuming prior work after interruption, starting Claude in an unfamiliar .NET repository, wrapping up a workday to ensure the next session continues without re-explaining, and handling missing context files via graceful fallbacks.
Quick Start
Load this skill when beginning a new session or when the user asks to resume, by running the session start protocol described in the skill instructions.