← ClaudeAtlas

lfe-bootlisted

Bootstrap an LFE-compliant session. Reads orientation docs, checks for interrupted sessions, and activates the project persona. Use at the start of any session.
StChiotis/Claude-LFE · ★ 2 · AI & Automation · score 68
Install: claude install-skill StChiotis/Claude-LFE
# LFE Session Bootstrap ## Protocol ### Step 1 — Read the Entrance Card Read `pipeline_status.md`. Extract and hold: - **Integrity Score** (Verify it is green) - **Active Persona** (Architect / Builder / Inspector / Archivist) - **Active Mission** (The current goal) - **Pipeline Phase** (Which phase and slice we're on) - **Coordination Files** (Which steps are complete) - **Session Count** (For hygiene scheduling) ### Step 1.1 — Stamp the Session Boot Marker (C2a) The boot-precondition gate (ADR 95) treats a session as "booted" only when the boot marker matches the per-session id that the SessionStart hook rotates. Copy the id into the marker so substantive edits this session are recognized as booted: - Read `.plans/.session-id` (written by the SessionStart hook on session start). If it exists and is non-empty, write its exact content to `.plans/.session-booted`. - If `.plans/.session-id` is absent (e.g. a harness without the SessionStart hook firing, or a session predating this feature), skip silently — the gate fail-safe-allows when the mechanism is unprimed. Both files live under `.plans/` (gitignored, transient). This is the only place `/lfe-boot` writes a session marker. ### Step 2 — Check for Interrupted Session or State Anomaly Scan `.plans/` for coordination files (`01_grill_summary.md`, `02_prd.md`, `03_slices.md`, `active_plan.md`, `plan_critique.md`, `builder_done.md`, `tdd_report.md`, `.plans/checks/*`, `critique.md`, `inspection_report.md`, `diagnosis_report