When you are lost, open one door.
START HERE is the daily entrypoint for the whole Life OS. It refreshes the local evidence, rebuilds the operating files, then gives one opening sequence: what to open, the top 3 actions, the current offer, the week plan, the learning rule, and what not to do today.
Simple layer. The goal is not to think harder. The goal is to reduce the morning question to one command and one file, then execute the first proof gate.
The refresh script runs 9 local generators in order: Session Atlas import, agent refresh, revenue engine, daily brief, acquisition sprint, learning path, weekly review, service offer kit, and client pipeline tracker. It writes START-HERE.md, start-here.json, start-here-import.json, and a sanitized refresh report.
RefreshRun the whole local pipeline in order.
OpenRead one Markdown entrypoint first.
ImportOptionally load today's small queue.
ActComplete the first proof gate before context switching.
Run the full refresh
node work/life-os-refresh-all.mjs # then open: outputs/life-os-command-center/START-HERE.md
Open START HERE first
10 minutesOpen cockpit, import if useful, choose the first action.
Top 3Session proof, diagnostic messages, proof-based content.
BusinessOffer, CTA, first lead, proposal action.
CutNo new agent session before one proof exists.
Import carefully
The optional
start-here-import.json loads a small queue into the cockpit: open START HERE, 3 daily actions, profile/offer work, first lead, learning output, weekly decision, and rhythm. Export your current state first because importing replaces browser state.Proof from this run
The refresh ran 9 generators, produced 3 top actions, 7 weekly days, 8 import captures, 4 rhythm rows, and a sanitized refresh report. Verify with
node work/verify-life-os.mjs.