System foundational Own-packaged

I need a structure that survives when the tools change.

Tools come and go — the model you used last year, the note app you swore by, the agent framework that was hot in spring. What outlives all of them is where your work lives and how it's organized. A folder spine — plain files, named by what they're for, with a map at the top — is the one layer you never have to rebuild. Three depths, simplest first: a clean folder map, then a routing layer that tells an agent where to look, then the full operating structure an agent runs the business from.

3
depths, simplest first
~15 min
to the first working map
0
proprietary stores required

Ch. 01 What it is


Tools come and go — the model you used last year, the note app you swore by, the agent framework that was hot in spring. What outlives all of them is where your work lives and how it's organized. A folder spine — plain files, named by what they're for, with a map at the top — is the one layer you never have to rebuild. Three depths, simplest first: a clean folder map, then a routing layer that tells an agent where to look, then the full operating structure an agent runs the business from.

Ch. 02 The three ways to build it


Simplest path first. Every tier carries its real setup time and its honest trade-off — the cost is the part most write-ups leave out.

  1. Tier 1 · simplest path

    A clean folder map

    Setup~15 min

    • plain folders
    • markdown

    Start with folders and one file. Group the work by what it's *for*, not by what tool made it — `revenue/`, `delivery/`, `content/`, not `notion-exports/` and `chatgpt-stuff/`. Number the stages of anything that runs in order (`01_intake`, `02_build`, `03_ship`) so the sequence is visible without opening a thing. Then write one map at the top — a single file that says, in a sentence each, what every folder holds and where a given job belongs. That map is the whole mechanism. Anyone — you in six months, a new tool, a person you hand it to — reads it once and knows where everything lives.

  2. Tier 2

    The routing layer

    Setup~1 hr

    • markdown
    • context files

    Promote the single map into a routing layer. At each level, a small context file points down to the next — the top map names the folders, each folder's own map names what's inside it and which file answers which kind of question. Now structure isn't just for you; it's instructions an agent reads before it acts. Ask it to draft an offer email and it walks the routing files to the offer folder instead of guessing or inventing. The files stay plain markdown, so you own them outright, you can read them without any tool, and the day you change models or apps the structure doesn't move an inch.

  3. Tier 3

    The full operating structure

    Setup~half day+

    • markdown context layer
    • an agent runtime

    At full depth the folder spine becomes the operating structure an agent runs the business from. The maps don't just describe where things are — they encode how work moves: a job enters one folder, the rules there route it to the next, decisions get written down where the next run will read them, and the agent navigates the whole thing by following the structure rather than holding it in its head. This is the layer that lets you point an agent at the business and have it find its way around without you in the loop. It earns its complexity only when there's real, recurring, multi-part work for it to carry — and it's the one depth where the structure is doing the operating, not just the filing.

Ch. 03 The detail


Tools come and go — the model you used last year, the note app you swore by, the agent framework that was hot in spring. What outlives all of them is where your work lives and how it's organized. A folder spine — plain files, named by what they're for, with a map at the top — is the one layer you never have to rebuild. Three depths, simplest first: a clean folder map, then a routing layer that tells an agent where to look, then the full operating structure an agent runs the business from.

Category
Foundations · Structural substrate
Format
System
Level
foundational
Provenance
Own-packaged
foundationsfoldersstructurecontextagentsmarkdown