How to Build an AI Creative Operating System (Second Brain + 5 Skills)
An AI Creative Operating System is a folder of plain markdown files you own, plus an AI model you plug into it. Your knowledge stays on your machine; the model is swappable. You build it in two halves: a second brain (folders, a map file, a memory, connected tools, a compiled wiki), then an operating system on top (five saved skills that run your recurring work, fired by schedules and hooks). It takes about an hour to stand up, costs nothing beyond an AI subscription, and the full template is free on GitHub.
What is an AI Creative Operating System?
An AI Creative Operating System is a system built around your knowledge instead of around an AI company's product.
Your files, ideas, client history, prompts, brand voice and projects all live in one place you control — plain text on your own hard drive. The AI model is just a brain you plug in to read, reason and act on that knowledge. When a better model ships next year, you unplug the current one and plug in another. Nothing moves. Nothing is lost.
The short version: own your knowledge, rent your intelligence.
That's the difference between a chatbot and an operating system. A chatbot answers questions. An operating system holds your entire working world and does the work inside it.
Why does every AI chat start from zero?
Because the knowledge lives in the wrong place.
Open a new conversation in ChatGPT, Claude or Gemini and you begin by re-explaining who you are, how you write, who your clients are and what you're working on. Then you close the tab and it's gone. Tomorrow you do it again.
You are renting a genius with amnesia.
A regular notes app doesn't fix this either. It stores information but it can't act on it. What creatives actually need is something that remembers everything and does something with it.
Creative professionals don't run out of ideas. We lose them. Every month you generate hundreds of valuable things — script ideas, client notes, revisions, references, prompts, voice memos, half-finished concepts — and most of it evaporates. In the AI era that loss compounds, because every one of those fragments was context a model could have used.
What are the five layers of a creative OS?
Every version of this system, no matter who builds it, has the same five layers.
Capture — where everything comes in. Voice notes, meetings, PDFs, YouTube links, screenshots, emails, inspiration.
Knowledge — where it lives and stays yours. Plain markdown files, local folders, version-controlled with Git. No company owns it. This is what most people call a second brain.
Intelligence — the swappable brain. Claude, ChatGPT, Gemini, Codex, or a local model. The replaceable part.
Creation — what comes out. Scripts, captions, images, treatments, storyboards, proposals, contracts, deliverables — in your voice, because it reads your files.
Feedback — revisions, analytics and lessons loop back into the knowledge layer, so every project makes the system smarter.
Capture, knowledge, intelligence, creation, feedback, and back around again.
How do you build the second brain?
This is the half that outlives every model. Roughly an hour of work.
Make a folder and open it in Obsidian
Obsidian is a free window onto a folder of text files on your computer. Not a cloud app, no account, no subscription. Everything you write is a markdown file, which means any app, any computer and any AI can open it. That portability is the point.
Create seven folders
inbox for raw dumps. knowledge for the cleaned-up version of your style and brand voice. projects for one folder per job. clients for one per client. content for what you publish. inspiration for work you love. dashboard for later.
Six or seven obvious folders beat a clever system you abandon in a month.
Back it up with Git and GitHub
Git is a time machine for a folder — every save is a snapshot you can return to forever. GitHub is where those snapshots live online. Delete something in March and you can recover it in December. You will never type a command; you describe what you want and Claude Code does it.
Write the map file
CLAUDE.md is the single most important file in the system. It's the file the AI reads first, every session, before anything else — the note you'd leave a brilliant new assistant on their first morning.
Don't write it yourself. Say "interview me and write my CLAUDE.md for me" and answer the questions. Keep it short; a bloated map file makes the AI worse, not better.
Add a .gitignore
A list of things Git will pretend don't exist — passwords, API keys, anything huge or private. Do it before your first upload, not after.
Give it a memory
Two files: one describing who the AI is when it works with you, one describing who you are — your business, clients, goals and schedule. After that it writes its own memory: decisions you made, corrections you gave once, client details. Say something one time and it's filed.
Connect your real tools
Email, calendar, Drive, CRM, invoicing. You'll see the acronym MCP — it stands for Model Context Protocol, and it just means a standard plug so any tool can talk to any AI
Crucially, these connect at the knowledge layer, not the model layer. Swap the AI, keep every connection.
What is the Karpathy method, and why does it matter?
Andrej Karpathy, a founding member of OpenAI, published a knowledge-base architecture that solves a problem every second brain eventually hits: a model gets lost in a pile of raw notes.
His fix is to stop making the AI read the pile and instead compile it. Your rough notes are ingredients. The AI cooks them down into short, clean, cross-linked articles — a small wiki of everything you know, with an index it can scan instantly.
The difference is dramatic. A model finds a clean two-paragraph article in a second. It gets lost in nine months of messy daily notes. Same knowledge, roughly ten times more usable.
One prompt sets it up: create a daily folder and a wiki folder, then build a skill that compiles anything new — inbox notes, saved articles, call notes — into a short cross-linked article in the wiki, adds it to an index, and runs every night. Karpathy's original version compiles things he reads. This version also compiles your own conversations.
An optional upgrade on top is a knowledge graph: every note becomes a dot, and lines connect any two that relate. A folder tells you where a file is; a graph tells you what it's connected to. Skip it when you're starting and come back when your vault feels too big to remember.
What are the five skills that run a creative's week?
A skill is a saved recipe — literally a folder with one instruction file inside it. That's the whole technology. You do a task once with the AI, tune it until it's right, then say "save that as a skill."
These five cover the jobs most creatives repeat every single week.
The Idea Vault — captures an idea from your phone, files it into your inbox and tags it, so the idea you lose is no longer always the good one.
The Multiplier — takes one finished project and writes the YouTube title and description, the Shorts caption, LinkedIn, TikTok, Instagram, a thread, a Pinterest pin and a full SEO blog post, all in your brand voice.
The Idea Engine — searches your own vault first, then your inspiration folder, then the web, and hands you five ranked things worth making this week.
The Producer — one board with every project's stage, what's blocking it and what's due, with your personal work on the same board as client work.
The Client Keeper — every client you've ever had, who's gone quiet, who to ask for a testimonial this week, and who you delivered to thirty days ago so you can pitch the next thing.
How do you make it run without being asked?
Two pieces, both one line each.
A schedule — also called a cron job — is an alarm clock for a task. "At 9am, noon and 5pm every weekday, check my outreach and drop a status report in today's note."
A hook fires at a moment rather than a time. "Every time I open a session, check my calendar, my email and my projects and give me a rundown before I type anything."
A skill is a thing it knows how to do. A schedule is a time it does it. A hook is a promise it can't break.
That's the line between a tool and an operating system. A tool waits. An operating system runs.
Does this replace your creative team?
No, and framing it that way misses the point.
This deletes the admin — the filing, the re-explaining, the status chasing, the caption rewriting — so the only thing left for a human is the creative call. AI runs the assembly. Judgment, taste and direction stay human. That's the hybrid that actually works in a real studio.
Frequently asked questions
How long does it take to build an AI creative operating system?
About an hour for the second brain, and roughly ten minutes per skill after that. Using the free template shortens it considerably, since the setup routine interviews you and builds the structure for you.
Do I need to know how to code?
No. Every file in the system is created by describing what you want in plain English. You won't type a single terminal command.
What does it cost?
The folder structure, Obsidian, VS Code, Git and GitHub are all free. The only recurring cost is a subscription to whichever AI model you plug in.
Can I use ChatGPT or Gemini instead of Claude?
Yes. The knowledge layer is plain markdown, which any model can read. The map file has a different conventional filename per tool, and that list ships with the template.
Is my data private?
Everything lives in a folder on your own machine. Your GitHub backup should be set to Private, and a .gitignore keeps passwords, API keys and large media out of it entirely.
What is the difference between a second brain and an AI operating system?
A second brain stores and retrieves. An operating system adds capability and cadence on top — saved skills that do the work, and schedules and hooks that run them without being asked.
Get the free template
The entire system is on GitHub at github.com/MitchelDoomz/creativeos. Download the ZIP, open the folder in VS Code with Claude Code, and type /setup. It interviews you and builds the whole thing around your business.
Want this built for your brand, agency or creative team instead? Book a call with us below.