The argument in one line.
A Claude Code project wired with a CLAUDE.md brain and layered with skills and sub-agents compounds into a personal AI executive assistant that gets smarter every day you use it, unlike web chat which resets every session.
Read if. Skip if.
- You use Claude or ChatGPT daily but feel like you are constantly re-explaining yourself and only getting halfway there.
- You want an AI assistant that already knows your business, team, priorities, and communication style before you type a word.
- You are comfortable in VS Code and have a paid Claude subscription.
- You want to build repeatable workflows such as research, team pulse checks, and daily planning that improve with use.
- You want a no-code or browser-only solution, as this requires VS Code and comfort with file structures and markdown.
- You are not willing to invest 30-60 minutes upfront populating context files, since the system performs only as well as what you feed it.
The full version, fast.
Most people use Claude or ChatGPT as a stateless chatbot where every conversation starts from zero. This video teaches you to build a Claude Code project that accumulates persistent context about you, your business, and your workflows. The four-phase framework covers folder structure and CLAUDE.md setup, an interview-style onboarding that populates me, work, team, and priorities files, building a Perplexity-powered research skill, and creating a Haiku-model sub-agent for cheaper delegation. After a week of daily use, the assistant can plan your calendar, do contextual research, draft content in your voice, and check on your team, all in parallel and in minutes instead of hours.
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 · Demo: four agents in parallel
Live demo of morning planning, content research, team pulse check, and visualization running simultaneously as four Claude Code agents.

02 · What we are building
Contrast between stateless web chat getting you 50% of the way versus a persistent AI assistant that knows your name, business, team, and decisions.

03 · Phase 1: Give it a home
VS Code setup, Claude Code extension install, creating the EA project folder, and writing the first CLAUDE.md with a basic executive assistant description.

04 · Phase 2: Give it life
Interview-style onboarding prompt generates me.md, work.md, team.md, and priorities.md. CLAUDE.md becomes a pointer brain keeping token use low at scale.

05 · Phase 3: Give it hands
Building a Perplexity research skill with .env for the API key, adding YAML front matter to skill.md, then creating a Haiku-model sub-agent in .claude/agents/ for cheaper delegated research.

06 · Phase 4: Let it grow
Daily exclusive use compounds the system. Migrate existing GPTs and Projects into skills. Put the project on GitHub for portability and version control across devices.
Lines worth screenshotting.
- A CLAUDE.md that points to other files is more token-efficient than one that contains everything, because the brain tells Claude where to look rather than what it needs to know.
- Skills and sub-agents built with YAML front matter consume fewer tokens and produce more consistent results than plain markdown files.
- A sub-agent set to Haiku does research just as source-rich as Opus, since only the final synthesis step is cheaper, not the data quality.
- The assistant compounds only if you use it exclusively, as one week of routing everything through Claude Code beats six months of occasional use.
- Folder management is the product: every research report, generated slide, and project update stays in the project and makes the next conversation smarter.
- Context pointers in CLAUDE.md let you scale to hundreds of files without hitting token limits, because each conversation loads only what it needs on demand.
- Migrating a custom GPT or Claude Project into a skill file takes one prompt, making the transition cost lower than most people assume.
- The difference between a chatbot and an executive assistant is persistent context, since the assistant knows what it did last week without you re-explaining.
Four phases that turn Claude Code into a real assistant.
The gap between a helpful chatbot and a genuine executive assistant is persistent context, and this framework builds it in under 30 minutes.
- CLAUDE.md works like a system prompt that loads before every message; keep it under 200 lines and use it to point to other files rather than contain them, which is what makes the system token-efficient at scale.
- The onboarding interview covering name, role, business, team, priorities, and communication style is not a one-time setup but the foundation the assistant reads every time it needs context about you.
- Skills and sub-agents both live in .claude/ but serve different purposes: skills share the current conversation window and model, while sub-agents get a fresh context and can run a cheaper model for isolated tasks.
- A sub-agent set to Haiku produces research just as source-rich as Opus because only the final synthesis step is cheaper, which matters when running research dozens of times a week.
- Every output that stays in the project folder, such as research reports, decision logs, and generated content, makes the next conversation smarter without requiring re-explanation.
- The system only compounds if you route everything through it, since one week of exclusive use beats six months of occasional use because the context files grow with every interaction.
- Putting the project on GitHub gives you a portable assistant where pulling the repo on any machine brings your context, skills, and decision history with it.
Terms worth knowing.
- CLAUDE.md
- A markdown file Claude Code reads before every message, functioning as a persistent system prompt. Best practice is to keep it under 200 lines and use it to point to other files rather than contain all information directly.
- Skill
- A reusable instruction set stored in .claude/skills/ that Claude Code loads on demand. Runs in the current conversation context window with full awareness of the ongoing session.
- Sub-agent
- A spawned agent with its own fresh context window, optionally running a different and usually cheaper model. Used to delegate tasks without consuming the main conversation context.
- YAML front matter
- Structured metadata placed at the top of a skill or agent markdown file between triple-dash delimiters. Tells Claude Code the name, description, and configuration of the skill, improving token efficiency and routing accuracy.
- .env file
- A local file storing API keys and secrets that should never be committed to version control. Skills that call external APIs such as Perplexity read keys from this file at runtime.
Things they pointed at.
Lines you could clip.
“What you are watching right now are four different agents, one, two, three, four, all doing things for me in parallel.”
“It is just helping you get maybe like 50% of the way there instead of 90% of the way there.”
“A sub-agent basically gets called on by this main worker here, and it has fresh memory, fresh context, and you can even use a different model.”
“Right now you are at day one, and if you use this every day, a month from now, this thing is going to look crazy different.”
Word for word.
The bait, then the rug-pull.
Before the tutorial starts, four Claude Code agents run simultaneously on screen, one planning the day from a calendar, one drafting a LinkedIn post and carousel, one running a team pulse check, one generating a visualization. The demo is not manufactured; these are daily workflows that completed in 90 seconds instead of 25 minutes.
Named ideas worth stealing.
The 4-Phase EA Framework
- Give It a Home: project structure
- Give It Life: context plus rules
- Give It Hands: first skill
- Let It Grow: skills plus memory
Sequential build phases for a Claude Code executive assistant that compounds over time.
CLAUDE.md as Brain not Body
Keep CLAUDE.md under 150-200 lines. Use it only to point to other files. The brain tells Claude where to look and does not contain everything Claude needs to know.
Skill vs Sub-Agent distinction
- Skill: runs in current context, full conversation awareness, same model
- Sub-agent: fresh context window, can use different model, cheaper for delegation
Two complementary patterns for extending Claude Code: skills for conversational tasks, sub-agents for isolated and cost-optimized work.
How they asked for the click.
“I already made a full video breaking all of that down and how you can build better and better skills. So go ahead and watch this video right here.”
Clean handoff to a skills deep-dive video with no hard sell or newsletter push.










































































