← ClaudeAtlas

os-welcomelisted

First-run entry point. Routes new users to their first piece of value in about 20 minutes. Detects fresh install vs returning user. Chains into /os-new-project for active paths.
simonconway1979/os-intelligence · ★ 3 · AI & Automation · score 69
Install: claude install-skill simonconway1979/os-intelligence
# Welcome — first-run entry point Routes the user from "I just installed OS-Intelligence" to "I have my first synthesis on my own data" as fast as possible. This skill is a router — it does not do the work itself. It chains into `/os-new-project` for active paths and ends by handing off to `/ctx-transcript` or `/ctx-doc`. For returning users it offers a quick path to `/os-start`. --- ## Step 1 — Print the banner Print this banner exactly, as the first thing in the output: ``` ___ ____ ___ _ _ _____ _____ _ _ ___ ____ _____ _ _ ____ _____ / _ \/ ___| |_ _| \ | |_ _| ____| | | | |_ _/ ___| ____| \ | |/ ___| ____| | | | \___ \ _ | || \| | | | | _| | | | | | | | _| _| | \| | | | _| | |_| |___) | (_) | || |\ | | | | |___| |___| |___ | | |_| | |___| |\ | |___| |___ \___/|____/ |___|_| \_| |_| |_____|_____|_____|___|\____|_____|_| \_|\____|_____| The intelligence layer for your operating system. From install to first synthesis in 20 minutes. ``` A blank line, then continue. --- ## Step 2 — Detect state Check three signals at the workspace root: - **A.** Does `.current-session` exist? - **B.** Does `projects.md` have any Active entries other than `Acme Corp Example`? - **C.** Are there any files in any `projects/[*]/memory/` directory (excluding `SESSIONS-INDEX.md` templates)? Classify: - **Fresh install** = A is missing AND B is false AND C is false - **Returning user** = any of A, B, C is true Sav