Initialize an Engineering Journey System (EJS) session by creating a Session Journey file, refreshing the ADR/journey database index, and setting up metadata for continuous recording throughout the session.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Initialize an Engineering Journey System (EJS) session by creating a Session Journey file, refreshing the ADR/journey database index, and setting up metadata for continuous recording throughout the session.
EJS Session Initialization
Use this skill when a session is starting — for example when the user says
"initialize session", "start session", "create session journey", or begins
work on a new task, feature, or bug fix.
Steps
Refresh the EJS database index
python scripts/adr-db.py sync
This ensures past ADRs and session journeys are queryable for context.
Initialize early, capture context while it's fresh. A well-initialized
session reduces the burden at session end and produces higher-quality
documentation.