My Startup Is a Folder

April 3, 2026

Freebo doesn’t have an LLC yet. Filing is today. Three hundred dollars to the state of Texas. But the company already has an operating system.

It lives in sixteen markdown files inside my Obsidian vault. Not a business plan. Not a pitch deck. An operating system — six layers that define where information lives, what gets said, where it goes out, when things happen, and what runs without me.

ls Projects/Freebo/
# BOS - Automation & Execution.md   BOS - Master Flow.md
# BOS - Channels.md                 BOS - Sources of Truth.md
# BOS - Content Types.md            BOS - Time System.md
# BOS - Work Systems.md             Launch Sprint.md
# Brand Guide.md                    Pre-Launch Outreach.md
# Business Operating System.md      Manifesto.md

The trick is the last layer: Automation & Execution. Every workflow gets one question:

If it can break trust — manual. If it’s repetitive — automate.

That’s the whole framework. Support responses go through a human. Scheduled posts don’t. Content drafts get generated automatically, then reviewed manually. Nothing that talks to a customer ships without eyes on it.

BOS master flow -- the full product lifecycle in one pipeline

Here’s the part that gets weird. These files aren’t documentation. They’re instructions. An AI agent can read BOS - Channels.md and know exactly where content should go. Another reads BOS - Time System.md and knows the daily, weekly, and monthly cadences. They’re prompts disguised as strategy documents.

Everything connects through a master flow:

Customer -> Insight -> Log -> Classify -> Roadmap -> Build -> Changelog -> Distribute -> Review -> Repeat

Ten steps. The entire product lifecycle. Every customer interaction becomes an insight, every insight gets logged and classified, and the loop closes when the fix ships and the changelog goes out across every channel.

The product launches in five days. The codebase has forty-four database migrations and fourteen auto-generated bug reports filed this week. But the thing I keep coming back to is the folder.

Most founders build a product and figure out how the company works later. I wrote the operating system first. In markdown. In a vault my AI agents already know how to read.

The paperwork is just catching up with reality.