session-open

Loads project context from Markdown or vector database knowledge bases and generates a session briefing.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/CornFedKratos/s3-aidlc --skill session-open-cornfedkratos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-open
Source: https://github.com/CornFedKratos/s3-aidlc/tree/main/plugins/s3-aidlc/skills/session-open
Command: npx skills add https://github.com/CornFedKratos/s3-aidlc --skill session-open-cornfedkratos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Loads project context from the Knowledge Base, identifies the agent's role, runs environment pre-flight checks, generates a session fingerprint for drift detection, applies decay-aware prioritization, checks for replay anchors, and presents a synthesized session brief to the orchestrator. Works with any KB level (markdown through hosted vector DB) and any project tracker (Linear, Jira, GitHub Issues, etc.).

Core Features & Use Cases

  • Loads project context from the Knowledge Base, identifying agent role and preparing a session brief for orchestration.
  • Performs environment pre-flight checks, generates a session fingerprint, and applies decay-aware prioritization.
  • Checks for replay anchors and compiles a concise session briefing for the orchestrator.
  • Supports local Markdown KBs and hosted vector DB KBs and integration with project trackers.
  • Provides a living-document aware briefing by loading CLAUDE.md, CONTEXT.md, and ARCHITECTURE.md as available.

Quick Start

Invoke /session-open to begin a new session; the agent loads KB context, runs pre-flight checks, and returns a synthesized briefing.

Frequently Asked Questions about session-open

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

FAQPage Schema
How do I generate a context-aware session brief for an AI agent?

To generate a context-aware session brief, load project context from a knowledge base, identify the agent's role, run pre-flight checks, and compile a synthesized briefing for the orchestrator. This ensures context accuracy when opening a session.

How does drift detection work during AI session initialization?

Drift detection works by generating a unique session fingerprint during initialization. This fingerprint validates the project state against previous sessions, ensuring the orchestrator operates with accurate, up-to-date context.

Does session initialization support both local Markdown and hosted vector databases?

Yes, session initialization supports both local Markdown knowledge bases and hosted vector databases. It automatically loads available living documents like CLAUDE.md, CONTEXT.md, and ARCHITECTURE.md to provide context-aware briefings.

How do I run pre-flight checks to validate project state for an AI orchestrator?

Pre-flight checks validate the project state by loading contextual knowledge from the KB and detecting replay anchors. This process runs automatically when you invoke the session-open command to begin orchestrating your project.

Can I integrate session briefings with project trackers like Linear or Jira?

Yes, session briefings integrate with any project tracker including Linear, Jira, and GitHub Issues. The system loads contextual knowledge and applies decay-aware prioritization to present a concise briefing synced with your tracker.

What is the best way to manage context decay and replay anchors in AI sessions?

The best way to manage context decay and replay anchors is to apply decay-aware prioritization during session initialization. The system detects existing replay anchors and loads relevant KB context to maintain continuity across multiple sessions.