session-end

Draft and persist structured session summaries with PII scrubbing.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/kiran-capoor94/wizard --skill session-end-kiran-capoor94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-end
Source: https://github.com/kiran-capoor94/wizard/tree/main/src/wizard/skills/session-end
Command: npx skills add https://github.com/kiran-capoor94/wizard --skill session-end-kiran-capoor94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Session End skill helps teams close a work session by drafting and persisting a structured summary of decisions, tasks, and outcomes, ensuring continuity for the next session and updating Notion when configured.

Core Features & Use Cases

  • Drafts a complete session closure note including summary, intent, working set, state delta, open_loops, next_actions, and closure_status.
  • Persists session state for seamless resumption and optionally updates connected knowledge stores such as Notion.
  • Enforces required fields, validates input, and performs PII scrubbing on stored elements while preserving non-sensitive structured fields.

Quick Start

When you are ready to close a session, provide all required fields to generate and persist the structured summary, then review and confirm before execution.

Frequently Asked Questions about session-end

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist a structured session summary to a knowledge store at the end of a work session?

To persist a structured session summary at the work session end, provide the required closure fields such as intent, state delta, and next actions. The skill validates these inputs, performs PII scrubbing, and stores the session state for continuity.

What is included in a structured session closure note for project continuity?

A structured session closure note includes a final summary, working set, state delta, open loops, next actions, and closure status. Capturing these elements ensures seamless resumption by documenting decisions and outcomes for the next session.

Can I sync session state updates to Notion when wrapping up a work session?

Yes, you can sync session state updates to Notion when wrapping up a work session. The skill optionally updates connected knowledge stores like Notion while persisting the structured summary and scrubbing sensitive information.

How does PII scrubbing work when saving a session state delta?

PII scrubbing during session state delta storage removes sensitive personal information while preserving non-sensitive structured fields. This ensures the persisted summary and working set remain safe for knowledge store updates without losing critical technical context.

What are the mandatory fields required to generate a valid session closure summary?

Mandatory fields required to generate a valid session closure summary include the summary, intent, working set, state delta, open loops, next actions, and closure status. Providing all required fields ensures the structured note is successfully drafted and persisted.

Does session closure work without external dependencies for local knowledge persistence?

Yes, session closure works without external dependencies for local knowledge persistence. The skill drafts and stores the structured session summary independently, while Notion integration remains an optional configuration for remote knowledge store updates.