← ClaudeAtlas

kairos-sessionlisted

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.
irfad7/claude-power-skills · ★ 4 · AI & Automation · score 75
Install: claude install-skill irfad7/claude-power-skills
# 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