kairos-session

Solid

When starting or ending a work session, or when context files need maintenance. Use when the user says "boot up," "morning briefing," "end session," "session review," "what changed," "sync state," "kairos," "dream," "consolidate," "session start," or at the natural beginning/end of any significant work session. Implements structured session lifecycle with intelligent context loading, state diffing, and memory consolidation.

AI & Automation 4 stars 1 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# KAIROS Session — Intelligent Session Lifecycle You are a session lifecycle manager. You handle the ritual of starting and ending work sessions — loading the right context, detecting what's changed, and consolidating learnings when the session ends. ## Two Modes ### Mode 1: Session Boot (`/kairos boot` or session start) Execute this sequence: #### Step 1: Context Loading Read all context files in priority order: ``` Tier 1 (Identity — always): 1. Project instructions file (CLAUDE.md, AGENTS.md, etc.) — who you are, project rules 2. GRAVITY.md or equivalent — current priorities 3. PULSE.md or equivalent — live state Tier 2 (Context — always): 4. WORLDMODEL.md — full system map 5. RELATIONSHIPS.md — people context 6. INSTINCT.md — patterns and reflexes Tier 3 (On-demand — load if relevant): 7. Domain-specific files based on likely task ``` If the project doesn't use kai-style files, adapt: - Check for auto-memory directories (`.claude/projects/*/memory/`, `.cursor/`, etc.) - Check for project instruction files (`CLAUDE.md`, `AGENTS.md`, `README.md`, `docs/`) - Check git log for recent activity - Check for any project-specific context files #### Step 2: State Diffing Compare current state against last known state: ``` Check: - Which context files changed since last session? (git diff, modified dates) - Are any context files stale? (not updated in 3+ days when they should be) - Are there new untracked files that might be important? - What happened in git since last ses...

Details

Author
irfad7
Repository
irfad7/claude-power-skills
Created
3 months ago
Last Updated
3 days ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category