Pathlight·Playbook

The Pathlight Playbook - Build Your Own Command Center

A step by step guide to setting up an AI system that runs underneath your business: one that knows your business, sounds like you, files your work automatically, and gives you a single page showing the state of everything. Written for one person doing it themselves. No coding required.

You do not need to be a developer. If you can write a clear email and follow steps, you can follow this. Where something gets technical, we explain it in plain words.

You cannot break anything. Nothing here sends a message, spends money, or changes a file on its own. Claude only ever proposes; you approve. Every step is reversible.

It is free. Reading this and building it yourself costs nothing. If you would rather have it built with you, that option is at the end. Nothing in between is a paywall.


Start here: the five wins

You do not have to read this guide front to back. The fastest path is a ladder of five wins, each one a real, working result you can feel. Most people only need the first few to change how they work.

Win What you get How long Chapter
1. Claude knows you A fresh session already knows who you are, with no reminder Under an hour 00-first-hour.md
2. It sounds like you Claude drafts an email in your own voice, not a robot’s An afternoon 01-memory/01-the-codex.md
3. It sees your work Ask “what’s the state of X” and get a real answer A week 01-memory/01-the-codex.md
4. Meetings file themselves Every call becomes a filed note without you typing A week 03-habits/03-the-meeting-cortex.md
5. Your command center One page showing what’s done, in progress, waiting on you, and next Week 2 to 3 05-command-center.md

Start at Win 1. Stop whenever you have enough. Come back for the next win when you want more.


Going deeper: the four parts

The wins above are the fast path. Underneath them is the full system, built in four parts. You do not need all four to get value, but this is where the real durability comes from, when you want it.

The four parts mirror how a capable operator works: they remember, they perceive and act, they run habits without being told, and they get sharper over time.

Part What you install Chapters
Memory What your business knows: your voice, who you serve, your decisions, your processes, your compiled research 01-memory/
Senses How the system perceives and acts: Claude Code as your surface, plus your email, calendar, docs, and other tools 02-senses/
Habits What runs without you: repeatable skills, automated workflows, and the meeting filer 03-habits/
Learning How it stays good: weekly checks, an honest history, and self-audits that catch problems early 04-learning/

Two chapters bookend the four parts:

  • 00-what-is-cortex.md - the whole picture before you start. Read once, come back to it whenever a chapter feels disconnected.
  • 99-where-this-goes-next.md - where the do-it-yourself path ends and where a partner starts to make sense.

Full table of contents

Setup

01 - Memory (what your business knows)

02 - Senses (how it perceives and acts)

03 - Habits (what runs without thinking)

Command Center

04 - Learning (how it gets better)

Where this goes next


Who this is for

You, doing it yourself. A founder or solo operator who wants an AI system that actually knows their business, not just a chat window they re-explain themselves to every day. You might run one business or several. You are not a coder, and you do not need to be.

If you run a 5 to 50 person firm and want this to scale to your whole team, start here anyway. You build your own first, then 99-where-this-goes-next.md shows the bridge to the team version.


Sharing and hosting

The markdown files here are the source of truth. To publish web-ready copies, generate styled HTML:

./scripts/convert.sh 01-memory/01-the-codex.md   # one chapter
./scripts/convert.sh all                          # every chapter

Output lands in ./share/. The HTML is disposable; always regenerate from the markdown, never edit it directly. The live site is cortex.pathlightai.io (auto-deploys when you push to main).