Originally published at ronforbes.com
I'm not an engineer. I'm a Product Manager at Meta Quest who hasn't written production code in years.
But over the past month, I built RonOS — a personal operating system with 2,000+ organized notes, automated meeting summaries, daily briefs, and insight synthesis.
Here's how you can build your own in 15 minutes.
The Key Insight: Chat vs Chief of Staff
Most people use Claude like texting an advisor:
- Ask a question
- Get an answer
- Copy/paste
- Repeat
That's Claude Chat. It's transactional.
Claude Code is different. It's an autonomous agent with file system access. It reads and writes your files, maintains context across sessions, and executes tasks independently.
The difference: asking for help vs delegating entirely.
What takes 30 minutes of copy-paste in Chat takes 2 minutes of delegation in Code.
Your First Taste of Magic (5 min)
Before building a full system, try this:
- Install Claude Desktop
- Click "Cowork" tab → Select your Downloads folder
- Tell Claude:
"Analyze what's in this folder and organize the files into logical subfolders based on file type and content. Before you move anything, show me your proposed organization plan and let me approve it."
Watch it work. You just delegated a task you've been avoiding for months.
That's the core loop: describe what you want → let Claude propose a solution → approve and execute.
Boom. You're an AI wizard.
The 15-Minute Setup
What you need:
- Claude Code (requires Claude Pro, $20/mo)
- Obsidian (free)
- 15 minutes
Create your workspace:
YourNameOS/
meetings/
raw/ # dump notes here during the day
summaries/ # Claude generates clean summaries
daily-notes/
tasks/
active.md # current action items
Process meetings at end of day:
Tell Claude Code:
Process all meeting notes in /meetings/raw from today:
1. Create clean summaries in /meetings/summaries
2. Extract ALL action items to /tasks/active.md
3. Group by priority: [HIGH], [MEDIUM], [LOW]
4. Include who owns what and deadlines
Time saved: 30-45 minutes per day. That's 10-12 hours per month.
Make It Compound
The critical mindset shift: don't build everything on day one.
- Week 1: Pick ONE thing. Get it working.
- Week 2: Add one more thing that builds on the first.
- Month 2: You have enough data for insights. Ask Claude to analyze your patterns.
┌─────────────────────────────────────────────────────────────────────────────┐
│ DAY 1-2: FOUNDATION │
│ ──────────────────── │
│ • Initial commit + basic folder structure │
│ • Daily brief workflow │
│ • First daily notes │
└─────────────────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────────────────┐
│ DAY 3: AUTOMATION LAYER │
│ ─────────────────────── │
│ • Claude PR & Code Review workflows │
│ • Personal brand docs │
│ • Cascading briefs (weekly → monthly → quarterly → annual) │
└─────────────────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────────────────┐
│ DAY 4: ORGANIZATION SYSTEMS │
│ ─────────────────────────── │
│ • Nightly organization automation │
│ • Task Management System │
│ • Meeting Notes System │
│ • Goal Tracking with OKRs │
│ • Emoji folder structure ✨ │
└─────────────────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────────────────┐
│ DAY 6: LIFE INTEGRATIONS │
│ ──────────────────────── │
│ • Health tracking integrations │
│ • Financial docs & budget tracking │
│ • Work knowledge bases │
└─────────────────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────────────────┐
│ DAY 8+: ADVANCED FEATURES │
│ ───────────────────────── │
│ • MCP server for Claude integration │
│ • Weekly brief automation │
│ • Analytics & health data sync │
│ • 2,000+ notes and growing... │
└─────────────────────────────────────────────────────────────────────────────┘
My system evolved from "help me organize today's notes" to a full personal operating system in about 8 days. I didn't plan it. I just kept automating the next annoying thing.
The Full Guide
I wrote a complete walkthrough with:
- Daily operating system (morning/evening routines)
- Custom Claude commands
- How to set up Obsidian + Claude Code together
- My actual RonOS timeline from git history
👉 Read the full guide on ronforbes.com
What would you automate first? Drop a comment — I'm curious what's annoying you enough to fix it.



Top comments (0)