rai-session-close

Close working sessions by capturing outcomes and updating memory.

71|8|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/humansys/raise --skill rai-session-close-humansys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rai-session-close
Source: https://github.com/humansys/raise/tree/main/packages/raise-cli/src/raise_cli/skills_base/rai-session-close
Command: npx skills add https://github.com/humansys/raise --skill rai-session-close-humansys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and close working sessions by summarizing outcomes, persisting memory and governance data, and ensuring continuity across collaborators.

Core Features & Use Cases

  • Handoff and memory update: finalize a session, append outcomes, and update the knowledge graph for future context.
  • Structured state generation: produce a YAML session state that records decisions, next actions, and artifacts.
  • Compliance with governance: enforce session-level records and patterns for auditability in ongoing projects.

Quick Start

Run the RaiSE command to close the active session and persist outcomes to memory.

Frequently Asked Questions about rai-session-close

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

FAQPage Schema
How do I persist CLI session outcomes and memory for project continuity?

To persist CLI session outcomes and memory for project continuity, you close sessions by capturing decisions and updating the knowledge graph. This writes a session record to the index and produces a structured YAML state for future context.

What is session governance and when do I need to persist governance artifacts?

Session governance is the practice of enforcing session-level records and patterns for auditability. You need to persist governance artifacts at the end of each working session to ensure compliance and maintain structured records of decisions across projects.

How do I generate a structured session state for handoff at the end of a working session?

You generate a structured session state for handoff by finalizing the active session and appending outcomes. This produces a YAML session state that records decisions, next actions, and artifacts to ensure continuity across collaborators.

Does the session close process require any external dependencies to update the knowledge graph?

No, the session close process requires no external dependencies to update the knowledge graph. It operates independently to append outcomes, update coaching data, and write session records to the index.

What is the best way to capture patterns and outcomes across multiple projects?

The best way to capture patterns and outcomes across multiple projects is to apply a session close routine at the end of each working session. This ensures outcomes, patterns, and governance artifacts are consistently persisted to memory for ongoing continuity.