session-open

Load config, memory, and digest files to display a session status banner.

7|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill session-open
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-open
Source: https://github.com/Shiien/Self-Evolved-Research-Framework/tree/main/skills/session-open
Command: npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill session-open

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill runs silently at the start of every conversation, loading core context (config.yaml, the latest digest, memory, and project Checklist) and presenting a one-screen SER status banner. It ensures users see current project status before any user input is processed.

Core Features & Use Cases

  • Silently initializes session by loading config, memory, and logs and prepares the active context.
  • Reads memory/MEMORY.md and performs memory retrieval for active context.
  • Outputs an inline status banner including project, phase, item counts, V^L, last session, and next milestone; can indicate milestone approach.
  • Proceeds to user request immediately after display, no prompts or questions.

Quick Start

Start a chat session and observe SER display the startup status banner before processing your request.

Frequently Asked Questions about session-open

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

FAQPage Schema
How do I automate loading project context and config at session startup?

Session startup automation loads config.yaml, the latest digest, memory/MEMORY.md, and Checklist.md to prepare context. It runs silently at the beginning of every conversation to establish active project status before handling user input.

How can I display a project status banner automatically when a conversation starts?

Displaying a project status banner automatically requires loading core context and logs at session start. The skill outputs an inline banner showing project name, phase, item counts, last session, and next milestone before proceeding to user requests.

Do I need to manually trigger the session initialization to load memory and config files?

No manual trigger is needed for session initialization to load memory and config files. The skill applies at the start of every conversation, silently reading config.yaml and memory files to prepare the active context automatically.

What is the best way to track project milestones and phase status across chat sessions?

Tracking project milestones and phase status across chat sessions is done by reading logs/digest and memory files at startup. It presents a live SER status banner with V^L, item counts, and next milestone indicators before processing input.

Does the session startup banner interrupt the workflow with prompts or questions?

The session startup banner does not interrupt workflow with prompts or questions. It displays the inline status banner with project readiness indicators and proceeds immediately to the user request without requiring any interaction.