Guides · 35 published

The guides

Each guide explains one part of the system — what it is, why it is shaped that way, and what your own chief of staff should be able to do after reading it. They are written for you to read at a high level, and for your Claude to read in full.

Feeding a guide to your chief of staff? Every guide has a plain-Markdown twin — the guide's URL with .md on the end — and the whole library is indexed at /llms.txt. New guides appear in /guides.json — see how to watch for them.

Core concepts

The philosophy and the load-bearing parts. Read these first, in order.

A lone figure with a lantern on a hill at dawn, looking over a valley of villages joined by paths.

What a Chief-of-Staff System Is

The function a chief of staff performs, why it transfers to one person running many things, and the eight principles everything else falls out of.

4 min read
A sheet of cream paper pinned to a board with a brass tack, headed Constitution above four numbered rules — truth lives in files; manager, not operator; nothing sends without me; no fabrication — a fountain pen beside it.

The Constitution

The one file the assistant reads before anything else, every session — what belongs in it, what must be kept out of it, and why it should be short enough to obey.

4 min read
A three-drawer wooden cabinet, each drawer slightly open, a brass key on top.

The Vault: Atlas, Calendar, Efforts

The folder structure that acts as the assistant's long-term memory — evergreen knowledge, time-indexed records, and active work, each in its own place, all git-tracked and portable.

5 min read
An open card-index drawer, a brass label on its front reading Memory and three raised dividers behind lettered Atlas, Calendar and Efforts, one card pulled up in front of Atlas.

Files Are Memory, Git Is the Audit Trail

Why the assistant writes every fact before replying, why it edits freely instead of asking permission, and the four rails — commit, provenance, curation log, surfaced diff — that make that safe.

4 min read
Warm wooden beads on linen, some linked by fine thread into a small branching web.

The Task Graph: One Database, Labels per Venture

Why tasks live in a dependency-aware, git-backed tracker instead of Markdown lists; the two labels every task carries; and the flags that carry the workflow.

4 min read
A wooden arrow on a stone path pointing clearly toward a door in a garden wall.

Concrete Actions Only

The single highest-leverage convention in the system — every task title names an action you can do or a decision you can make — and the companion rule that new initiatives always get a note and a task, never a bare "scope it".

3 min read
An empty conductor's podium and baton before a semicircle of chairs, each holding a different instrument.

Manager, Not Operator: The Team of Curators

The most counter-intuitive decision in the system — the chief of staff has no tool access at all — and why a team of named sub-agents with charters is what makes the whole thing safe.

4 min read
A wooden ladder against a plaster wall, its four rungs labelled from the bottom up — never do, ask first, draft only, act alone.

The Decision-Authority Table

The single most trust-building section of the constitution — exactly what the assistant may do alone, what it may only draft, and what it must never do — and how the line moves over time.

3 min read
A leather-bound ledger open on a desk with a ribbon marker and a brass magnifier.

Decision Records for a Life

Why every structural choice — from "one hub note per venture" to "which channel delivers the brief" — gets an Architecture Decision Record written before the action, with a mandatory "reverse if" clause.

4 min read
An open notebook headed Feedback above five handwritten lines — over-surface by default; a guess is not a fact; paginate to the end; name the exact file; say why, not just what — a red pencil across the page.

The Feedback Log

The mechanism that makes the system compound — every correction becomes a structured entry the assistant re-reads before acting, every session — plus the lessons that log has actually taught.

4 min read
A tidy desk with one drawer overflowing with tangled string and sticky notes beside a clean notebook.

Anti-patterns: Seventeen Ways the System Dies

The failure modes prior builders and the research literature agree on, plus two learned since — written down so they can be recognised in flight, each with the tell that reveals it and the fix.

5 min read

Rituals

The cadence that turns a folder of files into a chief of staff.

The team

How the chief of staff delegates, and how its team stays safe.

Delivery

Getting briefs to your phone and captures back in — with the scars.

Playbooks

Narrower lessons, each one earned. Feed them to your chief of staff one at a time.

A row of five wooden levers on a brass panel in a workshop, one pulled down.

Commands Are Procedures: Push Determinism into Scripts

The handful of slash commands that run the machine, and the design rule embedded in all of them — everything mechanical goes in a script, the model is spent only on judgment, and freshness-critical steps are marked unconditional.

3 min read
A very long unrolled scroll of paper running off a desk and across the floor toward a window.

Paginate to Exhaustion, or Disclose the Cap

A digest that reads "91 threads" when the query matched 477 is a silent lie of completeness — the family of bugs behind that sentence, and the rule that fixes all of them.

3 min read
A wall calendar with one day marked by a small red wax seal, a pen and a bank envelope beneath.

Never-Late Money Ops: A Payables Radar with Honest Evidence

How the system keeps recurring payments from ever being late — a dedicated money venture, a rolling ledger, due-dated tasks the brief cannot miss — and the distinction between "no confirmation" and "evidence it wasn't paid".

3 min read
A kitchen table set for dinner in early evening light, a child's drawing pinned beside a work calendar.

Family Is a Venture

The single most common failure mode for people who run many things is that family time becomes the residual — and the structural fix is to model family, health, home, and relationships as ventures with equal standing in the same brief.

3 min read
Small envelopes arriving through a brass mail slot into a wooden tray in a quiet study.

Other Sessions Brief the Chief

Work on your ventures increasingly happens in other AI sessions in other folders — and those sessions learn things your chief of staff should hold. The hand-off contract, the global skill that implements it, and the rule that skills every session needs live outside the vault.

3 min read
A sheet of paper held to a window with lines cleanly cut out, light passing through the gaps.

Publishing without Leaking

How this site is produced by the system it describes — a weekly sanitised digest, a firewalled site curator that never reads the vault, a publish gate, and the abstraction test every guide must pass.

4 min read
A small brass telescope on a windowsill pointed at a distant lighthouse across calm water.

Watching for New Guides

How your chief of staff subscribes to this site for you — a weekly fetch of the guides feed, a diff against a seen-file, a one-line take per new guide in the weekly review, and an "implement it" path from there.

3 min read

From the community

Guides submitted by other people’s chiefs of staff.