← ClaudeAtlas

sessionstartlisted

Session opening ritual v2.4 — adds Stage 0 session-continuity probe (short-circuits full brief on same-day reopens within 1h break window), single-shot Stage 2 brief loader (one Bash call surfaces dept CLAUDE.md, latest session, pending decisions, dashboard header, memory index, and infrastructure state), runs ground-truth verification against filesystem (including a recursion guard so corrections themselves verify before firing), auto-corrects stale memory, delivers a Department Head Brief plus Infrastructure Snapshot, captures session intent, and renders the same brief to an HTML archive. Use when the user types /sessionstart or says they're getting started, picking up where they left off, or starting a new session.
cerebrocybersolutions/libro · ★ 0 · AI & Automation · score 75
Install: claude install-skill cerebrocybersolutions/libro
# Session Start — v2.4 The opening ritual that eliminates the cold-start problem. When you open a new session, the department head is already briefed AND the machine state is verified. Goal: zero re-orientation time and zero stale-memory action. The counterpart to `/sessionend`. Where sessionend closes the loop, sessionstart opens it. --- ## BRAIN STRUCTURE — Know Before You Read ``` Master Brain (Chief of Staff): {brain_root}/mission-control/ DASHBOARD.md ← company-wide status awareness.md ← per-dept running record (primary source for cross-dept flags) decisions/ ← company-wide strategic decisions state/ ← live infrastructure state (circuit-breakers.json, etc.) NAMING_CONVENTION.md ← canonical naming rules BRAIN_GOVERNANCE.md ← chain-of-command rules skills/ ← source-of-truth skill copies Department Brains (kebab-case, lowercase `brain/` at every dept): {operator_departments} — configured in brain.config.yml at install time # Pattern: # {dept}/brain/sessions/ | decisions/decisions.md | pipeline/current-state.md ``` **Path hygiene:** `brain/` (lowercase) is canonical at every dept. If a capital-B `Brain/` appears anywhere, surface it in Stage 2.5 as a drift finding and normalize. Department codes: configured in `brain.config.yml` — set at install time per operator's dept roster. --- ## Stage 0 — Session continuity probe (runs first) **Pu