What problem does it solve?
This Skill provides a structured way to save, summarize, and hand off the state of AI-assisted development sessions so work can be safely paused, resumed, or transferred without losing context.
Core Features & Use Cases
- Checkpointing: Create session snapshots that record completed items, in-progress work, blockers, and files changed for safe resumption.
- Wrap-up Summaries: Produce concise wrap-ups that list key decisions, what was implemented, what remains, and recommended next steps.
- Agent Handoffs: Provide clear handoff context between agents or developers including event types, topic names, session IDs, and important repository references.
- Resumption Guidance: Locate the latest session directory, read checkpoints, and verify git history to continue work reliably.
- Use Case: After implementing the command side of a feature, checkpoint progress and hand off explicit tasks and context to the query-architect agent to implement the query-side.
Quick Start
Create a session checkpoint in .dotnet-ai-kit/sessions with the date, a brief summary of completed work, files changed, and explicit next steps for the next agent.