The argument in one line.
A second brain without an execution layer is just documentation; the execution layer turns your company context into automated work by encoding playbooks as portable skills that scale across your team and AI tools.
Read if. Skip if.
- A founder or ops lead running a 3-15 person team who uses Obsidian for context storage and wants to automate repetitive work like proposals or SOPs without rebuilding skills per AI tool.
- An AI automation builder already using Claude or similar tools who needs a pattern to version-control and distribute skills across team members without Slack folder chaos or drift.
- A technical founder who's comfortable with GitHub and markdown but frustrated that their second brain (Obsidian, Notion) doesn't actually execute work or scale across a growing team.
- You're a solo creator or individual contributor with no team — the execution layer's main value is cross-team distribution and consistency, which doesn't apply to you.
- Your company brain already lives in a closed-ecosystem second-brain tool (Notion, Microsoft Loop) with built-in AI automation — this template is designed for Obsidian + external LLM stacks.
The full version, fast.
A second brain in Obsidian holds your company's context, but it doesn't ship work � you also need an execution layer of skills that run your playbooks over that context and return finished deliverables. Build skills as portable .md files, then distribute them through a private GitHub marketplace plugin that installs with one command and works across Claude Code, Codex, and any future tool that reads the open skill format. Reference live context from the brain inside each skill rather than hardcoding it, so updates propagate automatically. Push team-owned skills to the shared repo so every correction sharpens the standard, new hires inherit every lesson, and your five-person team starts shipping like fifty.
Chat with this breakdown.
Modern Creator members can chat with any breakdown — ask for the hook, quote a framework, find the exact transcript moment. Unlocks at T2: refer 3 friends + add your own API key.
Create a free account →Where the time goes.

01 · The Missing Layer
Cold open: two-layer model introduced (context + execution). Hook: 'Building a second brain isn't enough.' Sets up the whole video premise.

02 · Inside My Company Brain
Obsidian demo. Shows /generate-proposal skill pulling live call transcript + pricing playbook. Brain holds context; skill ships the work.

03 · Why Local Skills Break for Teams
The drift problem — Slack, Drive, org skills all fail when team is split across Claude Code and Codex. Every copy diverges.

04 · The Private Team Marketplace
One install command, auto-sync, tool-agnostic. 'Five person team shipping like a 50 person team.' Execution + context = leverage.

05 · Two More Problems It Fixes
Teaser: baseline quality problem and documentation adoption. Resolved later in the PR-back loop section.

06 · Hard-Code vs. Reference Context
Core pattern: hard-coding context in skills = fragile. Referencing from the brain = single source of truth. Every skill that points at a live file gets the update automatically.

07 · Why Skills Decay on One Machine
You build a skill, get busy, file goes stale. Personal productivity up, team output flat. Team marketplace fixes the decay loop.

08 · Why It Works Across Every AI Tool
Just a private GitHub repo. Agent skills are an open standard — Claude Code, Codex, and whatever ships next all read the same .md format natively.

09 · Set Up the Free Template
Use template on GitHub, set private, name it, clone locally, ask Claude to read README and run setup, push to GitHub, copy install commands.

10 · Browsing and Installing Plugins
/plugins, marketplaces, Acme is there. Install team skills + marketplace admin. Fresh Claude session.

11 · Pushing Your Own Skills In
Marketplace manager skill copies skills from anywhere on machine. Point and say 'add this.' Plugin version bumped automatically.

12 · Scaling to Sub-Plugins
Sales, ops, CS plugins in the same marketplace but separate. Teammates install only what's relevant. Scales as the org grows.

13 · The PR-Back Loop
Correction in the field, push to marketplace, baked in for everyone next run. New hire runs on every lesson ever taught. Quality lottery gone.

14 · CTA + Watch Next
Watch Next card for the brain-build video. Free template and skills marketplace waitlist in description.
Lines worth screenshotting.
- A company brain without an execution layer is just a knowledge dump — it can answer questions but cannot act on them.
- The context layer holds your company knowledge in a tool like Obsidian; the execution layer holds the skills and SOPs that act on that knowledge.
- Skills stored in a private GitHub repo can be distributed across both Claude Code and OpenAI Codex without duplication.
- A skill is a reusable prompt-plus-tool bundle that any agent on your team can pull from the same repo and run independently.
- Separating context from execution means you can swap the AI model underneath without rebuilding the knowledge base.
- A team marketplace of skills turns individual workflows into organizational assets that compound over time instead of dying in a single developer's head.
- The execution layer pattern mirrors how software engineering teams manage libraries — one source of truth, many consumers.
- Storing SOPs as code in version control gives you audit history, rollback capability, and branch-based experimentation for free.
- Connecting Claude Code and Codex to the same skill repo means you can benchmark both models on identical tasks without extra setup.
- The company brain concept only scales when the retrieval step is cheap enough that agents can query it mid-task without breaking flow.
- An execution layer is the missing piece between 'our AI knows everything about us' and 'our AI can actually run our business.'
- Building the skill marketplace internally before opening it to clients gives you a portfolio of battle-tested tools rather than one-off demos.
A second brain without an execution layer ships nothing
Context stored in a second brain only becomes work when an execution layer — portable skill files that pull from that context and run playbooks — sits on top of it.
- A second brain holds context; an execution layer runs playbooks over that context and returns finished work — most people build the first and skip the second.
- The brain holds context (transcripts, pricing, past work); the skill is what ships the deliverable — both are required, neither does the other's job.
- Skills break for teams the moment someone updates their local copy — every copy diverges, and the team loses the shared standard without realizing it.
- One install command that syncs all team skills across every machine and every AI tool is the practical answer to the drift problem.
- The leverage is not in headcount — it is in a context layer and an execution layer compounding together so a small team operates at the output of a much larger one.
- A shared team marketplace also solves baseline quality (everyone runs from the same floor) and documentation adoption (skills that actually do work get used, unlike docs that just sit there).
- Hard-coding context into skill files is a trap: the moment anything changes, every copy must be updated manually; referencing a live file in the brain means every skill inherits the update automatically.
- Making the context layer the single source of truth turns every skill into living business methodology — the brain evolves, and every skill evolves with it.
- Skills built on one machine decay — you get busy, the file goes stale, and personal productivity gains never reach the team.
- A private GitHub repo of skill files is tool-agnostic by default: any AI agent that reads markdown can consume the same skill, which means your execution layer is not locked to any single tool.
- The setup sequence is: use the GitHub template, set it private, clone locally, ask the AI to read the README and run setup, push back to GitHub, copy the install commands.
- After installing the marketplace, starting a fresh session ensures the new skills are loaded before any work begins.
- A marketplace manager skill handles the import — point it at any skill file on your machine, and it copies it in and bumps the plugin version automatically.
- Separating team skills into role-specific plugins lets each person install only what is relevant without cluttering everyone else's workspace.
- The PR-back loop is the compound mechanism: a correction made in the field gets pushed to the shared skill, so every future run reflects it without any additional training.
- A team marketplace eliminates the quality lottery — a new hire's first run inherits every lesson the team has ever learned.
- The execution layer described here depends on a context layer — the brain side must be built first for the skills to have anything meaningful to reference.
Terms worth knowing.
- Second brain
- A personal knowledge system that stores notes, documents, and reference material in a connected, searchable way so you can offload memory and retrieve context on demand.
- Context layer
- The half of an AI workflow that holds your stored knowledge — transcripts, docs, playbooks — that a model can read from but doesn't act on by itself.
- Execution layer
- The half of an AI workflow that runs playbooks and SOPs against your stored context to actually produce finished work like proposals, scripts, or reports.
- Obsidian
- A local-first note-taking app that stores notes as plain Markdown files and links them together, often used to build a personal or company knowledge base.
- Markdown file
- A plain-text file using lightweight formatting syntax (.md extension), readable by humans and easily parsed by AI tools and code editors.
- Skill
- A portable instruction file that encodes a repeatable process — like writing a proposal or thumbnail — so an AI agent can execute it consistently across runs and users.
- Slash command
- A shortcut inside an AI coding tool that triggers a named skill or workflow, typed as /name to invoke it instead of prompting from scratch.
- Claude Code
- Anthropic's command-line coding agent that runs on your machine, reads local files, and executes skills and tool calls inside a terminal or IDE.
- Codex
- OpenAI's coding agent product that runs commands and edits files locally, serving as an alternative front-end for the same kind of agentic workflows as Claude Code.
- Org skill
- A skill published at the organization level inside Claude's team plan so every member of the workspace can access and run the same version.
- Plugin
- A bundled set of skills, commands, or extensions that an AI tool can install from a marketplace, packaged so it can be versioned and shared as a unit.
- Marketplace
- A repository of installable plugins or skills that team members can browse and add to their local AI tool with one command.
- Agent skills open standard
- A shared file format for skills that multiple AI agents can read natively, so the same skill works in Claude Code, Codex, or any compliant tool without rewriting.
- Hardcoded context
- Pasting reference information like brand voice or pricing directly into a skill file, which works for solo use but goes stale when the source data changes.
- Referenced context
- Pointing a skill at an external file in your knowledge base so it pulls the current version at runtime, keeping a single source of truth.
- GitHub repo
- A project folder hosted on GitHub that tracks file history, supports collaboration, and can be cloned to any machine to share code or assets.
- GitHub template
- A repository configured so others can click "Use this template" to spin up their own copy with the same starting structure, separate from the original.
- MIT license
- A permissive open-source license that lets anyone use, modify, and redistribute the code for free, including in commercial projects, with minimal restrictions.
- Unlicensed
- Releasing a repo with no license attached, which by default reserves all rights to the author and prevents others from legally reusing the contents.
- README
- A documentation file at the root of a repo, usually named README.md, that explains what the project is, how to install it, and how to use it.
Things they pointed at.
Lines you could clip.
“Building a second brain for your business isn't enough.”
“That's how a five person team starts shipping like a 50 person team.”
“You own the layer, which means the tools you run it in are replaceable.”
“Every new hire inherits every lesson learned. Every agent runs at the same level as your best operator.”
Word for word.
The bait, then the rug-pull.
Brad opens by naming the exact gap most AI-forward builders hit: a second brain full of context is not the same as a business that ships work. The promise is tight — two layers, you've only built one, here's the other — and he backs it with a working demo before the minute mark.
Named ideas worth stealing.
The Two-Layer Brain
- Context Layer (Obsidian docs, transcripts, emails)
- Execution Layer (skills/.md files that run playbooks and return finished work)
A second brain needs two layers to actually run a business. Most people only build the context layer.
Hard-Code vs. Reference Context
- Option 1: Hard-code context (brand voice, pricing) into each skill — fragile, drifts
- Option 2: Reference context from the brain — single source of truth, auto-updates
Referencing beats hard-coding. One update propagates everywhere. Hard-coding compounds as skill count grows.
The Decay Loop and the Fix
- Local skills decay: built, used, gets busy, goes stale
- Team marketplace breaks the loop: used, correction found, pushed, baked in for everyone
Team skills are self-sharpening because they are the thing actually doing the work, so every run is a chance to improve them.
Tool-Agnostic Marketplace
- Private GitHub repo = the marketplace
- Agent skills (.md format) are an open standard
- Claude Code, Codex, future tools all read the same files natively
- You own the layer; the tools are replaceable
Building on the open agent skills standard means your IP is portable and not locked to any one AI vendor.
How they asked for the click.
“If you don't have the brain side built out yet, that should be your next watch.”
Clean soft CTA — links to complementary video (the context layer build), plus template link and waitlist in description. No hard sell.


































































