RadOS
Command Center v3.0
Daily Briefing & Session Log
Visualizers
Live
01 -- System
System Architecture
Interactive node graph of the entire RadOS system. Ventures, commands, tables, services, and data flows. Pan, zoom, drag, search.
50+ nodes
40+ connections
5 layers
Live
02 -- Funnel
Marketing Funnel
Lead pipeline flow from research to conversion. Stage counts, venture breakdown, tier distribution, outreach sequence, response metrics.
7 stages
6 ventures
3 tiers
Live
03 -- Revenue
Revenue Dashboard
Money flow across ventures. Pipeline value by stage, invoice status, monthly trends, subscription costs, burn rate tracking.
$12.4K pipeline
5 stages
6 months
Live
04 -- Operations
Operations Timeline
Agent rhythm calendar, task health, DRIP Matrix quadrant, permission model, and the Sense-Plan-Act-Record-Learn cycle.
11 scheduled ops
3 permission levels
5 cycle steps
Live
05 -- Cosmos
Cosmic Orchestrator
The RadOS universe rendered as a living solar system. Ventures orbit the core, commands orbit ventures, data flows as quantum entanglement beams.
55 bodies
7 entanglements
21 data particles
Live
06 -- Agents
Agent Architecture
8 agents + 2 skills + 1 command coordinating 21 slash commands. Sacred geometry design, strategic portfolio analysis, pipeline flows, botanical skill injection.
8 agents
21 commands
2 skills
Planned
05 -- Venture Health
Venture Health
Cross-venture radar chart, scorecard grid, seasonal activity overlay. Compare ventures at a glance.
06 -- Content
Content Calendar
Publishing pipeline calendar. Status flow, platform distribution, venture content output.
07 -- Relationships
Relationship Map
People network graph. Contacts, key leads, ventures, and project connections.
08 -- Personal
Personal Dashboard
Health metrics, habit streaks, learning queue, goal progress. Body as infrastructure.
System Architecture
RadOS is a single-operator agentic OS. Chris Radicle runs 6 ventures through one Glide app, 21 slash commands, 21 data tables, and 4 external services -- all coordinated by 8 Claude agents, 2 skills, and 1 standalone command. The layers below show how data flows from external world to persistent memory.
RadOS System Architecture
========================
Gmail Make.com Claude API Glide API Cloudflare EXTERNAL SERVICES
| | | | | (5 bridges to outside world)
v v v v
+-------------------------------------------------+
| SLASH COMMANDS (18) | OPERATIONS LAYER
| Daily: /briefing /email-monitor /session-* | (verbs of the system)
| Weekly: /task-review /follow-up /content-* |
| Pipeline: /research > /ingest > /outreach |
| Monthly: /lead-qualify /email-report |
+-------------------------------------------------+
| | | |
v v v v
+-------------------------------------------------+
| GLIDE TABLES (21) | DATA LAYER
| Core: Tasks Leads Contacts Pipeline | (single source of truth)
| Output: Reports Content Invoices |
| Ref: Choices Connections Users |
| Life: Health Learning Habits Goals |
+-------------------------------------------------+
| ^
v |
+-------------------------------------------------+
| VENTURES (6) | BUSINESS LAYER
| RadQode TaoWild RadicleBotany | (what generates revenue)
| RadicleHerbal RadicleTerra TradePath |
+-------------------------------------------------+
|
v
+-------------------------------------------------+
| OS LAYER (7 dirs) | PERSISTENCE LAYER
| _Identity/ _Marketing/ _Briefings/ | (Claude's memory)
| _Operations/ _Cache/ _Connections/ _Tasks/|
+-------------------------------------------------+
Data Sources Map
RadOS Folder
Local file system. Claude reads and writes here every session. The persistent memory layer.
_Identity/ -- who Chris is, brand context
_Marketing/ -- per-venture ICPs, campaigns
_Briefings/ -- daily briefing archive
_Operations/ -- SOPs, runbooks
_Cache/ -- Glide table cache (1h TTL, ~80% API savings)
_Connections/ -- API configs, Glide column keys
_Tasks/ -- active task file
_Sessions/ -- session recap archive
_Visualizers/ -- this Hub + 5 interactive dashboards
MrNature/ -- client project files
.claude/ -- commands, memory, hooks
The persistence layer. Without these directories, every Claude session would start from zero. _Cache/ alone saves ~80% of API calls. _Marketing/ makes outreach personalized instead of generic. _Briefings/ creates an audit trail across all sessions.
Glide App (21 Tables)
Single source of truth for structured data. Replaces CRM, invoicing, content calendar, habit tracking. Accessed via REST API (10K ops/month).
Core: Ventures, Projects, Tasks, Leads, Contacts
Output: Reports, Pipeline, Finance, Content
Comms: Subscribers, Invoices
Planning: Goals, Ideas, Decisions, Automations
Life: Health, Learning, Habits
Ref: Sessions, Connections, Choices, Users
App ID: 1CW7jf1VRWQgQi1lpgvg
21 tables replace 5+ SaaS products. Leads table is the most complex (25+ columns, cache-first protocol). Tasks table is the most actively written. Reports table holds all Claude-generated output. Finance replaces QuickBooks.
Notion Workspace
Knowledge base and long-form documentation. Build guides, schemas, and reference material synced from RadOS .md files.
RadOS Hub page -- master index
Build guides -- synced from .md files
Schema docs -- Glide table specifications
Decision log -- architectural decisions
Long-form knowledge layer. Notion holds the documents too large or too structured for flat files. Every .md build guide in RadOS syncs to Notion. Schema documentation lives here alongside the Glide app reference.
External Services (5)
Minimal external dependencies. Each service has exactly one job. Cloudflare is the infrastructure layer -- DNS, hosting, and email routing for all 7 domains.
Gmail (MCP) -- read threads, search, surface signals
Make.com -- thin scheduler, 4am email scan trigger
Claude API -- Glide Custom Actions, AI columns
Glide API -- queryTables + mutateTables, cache-first
Cloudflare -- Pages hosting, DNS for 7 domains, email routing
Total: ~$185/mo burn rate (Cloudflare free tier)
5 services, 5 jobs. Gmail is the communication layer. Make.com is a thin scheduler. Claude API powers AI features inside Glide. Glide API is the data bridge.
Cloudflare is the infrastructure layer -- hosts the visualizers at rados.pages.dev, manages DNS for all 7 venture domains, and routes chris@[domain] + hello@[domain] email to Gmail. All domains migrated from GoDaddy as of 2026-03-18. Free tier covers everything.
Data Flow Chains
Lead Acquisition Pipeline
The growth engine. Raw prospects flow through research, enrichment, and ingestion into Glide.
Research reads ICPs from _Marketing/ to target the right prospects. Lead-ingest checks _Cache/ before calling Glide API, saving ~4 API calls per batch.
Outreach > Response > Task Creation
Converts leads into conversations. Monitors Gmail for replies and creates actionable Tasks in Glide.
Outreach reads lead data + ICP strategy. Follow-up catches stale contacts. Email-monitor watches Gmail at 4am and creates P1/P2 Tasks when responses arrive.
Lead Qualification > Contact > Pipeline
Scores leads, promotes winners to Contacts, creates deals in Pipeline, cleans dead leads.
Lead-qualify scores every lead based on engagement signals (replies, opens, meetings). Qualified leads promote to Contacts. A deal is created in Pipeline. Dead leads are cleaned.
Daily Session Lifecycle
How every work day begins and ends. The bookends that give Claude continuity across sessions.
Session-open reads the last recap. Briefing pulls Tasks + Gmail. Work happens. Session-close summarizes everything, archives to _Briefings/ and _Sessions/, writes to Hub.
API Quota Protection (Cache Layer)
How _Cache/ prevents Glide API quota exhaustion. Without cache, the 10K monthly limit would be burned in ~2 weeks.
>
>
Fresh? Return.
Stale? API call.
>
JSON files with 1-hour TTL. Every read-heavy command checks cache first. Saves ~4 API calls per invocation. ~80% reduction in monthly quota usage.
Connection Web
Highest-Traffic Nodes
Leads table -- 6 inbound command connections. Most API-intensive node.
/email-monitor -- 5 edges. Touches Gmail, Tasks, Reports, Cache, Briefings.
Tasks table -- read by /briefing, /session-open, /task-review. Written by /email-monitor.
_Cache/ -- gateway for 5 commands. Mediates all Glide API reads.
Gmail -- read by 4 commands. Primary signal source for the system.
Cloudflare -- DNS + hosting + email routing for all 7 domains. Deploys visualizers via Pages.
Permission Model
AUTONOMOUS (5 commands)
Execute without asking. Read files, query Glide, search Gmail, archive briefings, run /briefing and /snapshot.
ADVISORY (10 commands)
Prepare output for Chris to approve. Draft emails, write Glide rows, score leads, generate reports, create campaigns.
ALERT (1 command)
Surface urgent info. Payment failures, billing issues, quota critical, subscription renewals.
Automation Loops
4:00 AM -- Make.com triggers /email-monitor via Gmail scan
4:15 AM -- /briefing generates morning context
Session start -- /session-open reads last recap + Glide Tasks
Session end -- /session-close archives to _Sessions/ + Glide Reports
Weekly cadence -- Mon-Fri specific commands on schedule
Monthly gates -- /sub-check (1st), /lead-qualify (15th), /email-report (end)
Key Relationships
Ventures link to Pipeline, Invoices, and Projects
Leads promote to Contacts via /lead-qualify
Contacts create deals in Pipeline
_Marketing/ feeds ICPs to /outreach-draft and /research-leads
_Cache/ sits between every command and Glide API
Gmail feeds signals to /email-monitor which creates Tasks
Cloudflare hosts _Visualizers/ at rados.pages.dev, routes email for all 7 venture domains to Gmail
Commands & Automations
Daily Loop
/email-monitor
Scan Gmail, create P1/P2 Tasks in Glide, write Report
4:00 AMactive
/briefing
Morning overview -- tasks, calendar, emails, ventures
4:15 AMactive
/session-open
Read last session recap, set context for new session
on-demand
/session-close
Full recap, save to _Sessions/, write Glide Report
on-demand
Weekly
/snapshot
Cross-venture status, revenue indicators, priority pick
Mon 7:30 AMready
/task-review
DRIP Matrix, flag stalled tasks, clean priority stack
Mon 8:00 AMready
/opportunity-scan
Unanswered leads, cold follow-ups, revenue signals
Fri 4:00 PMready
/content-ideas
Batch content for RadicleBotany, RadicleHerbal, TaoWild
Sun 7:00 PMready
/follow-up
Draft sequence-aware follow-ups for stale outreach
Wed 10:00 AMready
Marketing Pipeline
/campaign-launch
Create campaign brief, trigger research and outreach
on-demand
/research-leads
Web research leads across all ventures, deduplicate
on-demand
/lead-ingest
Enrich raw leads and write to Glide Leads table
on-demand
/outreach-draft
Generate personalized emails by tier, write to Glide
on-demand
/email-report
Campaign response metrics, save to Glide Reports
on-demand
/lead-qualify
Score leads, promote to Contacts, mark dead leads
1st & 15thready
Utility
/sub-check
Billing audit -- due dates, failed payments, burn rate
1st of monthready
/live-context
Weather, season, daylight, calendar for a venture
on-demand
/deploy-viz
Commit and push to trigger Cloudflare Pages deploy
on-demand
/playground
Create interactive HTML playground for any topic
on-demand
Archive
2026-03-20
Briefing
Call Patrick Paul -- 246 Lefferts highest revenue priority ($30-50K).
2026-03-19
Session Recap
Create YouTube table in Glide, test /youtube-scrape, commit all uncommitted work.
2026-03-19
Session Recap
Commit uncommitted work, then optimize remaining 4 landing pages.
2026-03-19
Session Recap
Commit all uncommitted work, then resume MrNature Glide build.
2026-03-19
Session Recap
Commit uncommitted org changes, then resume MrNature Glide build.
2026-03-19
Briefing
Call Patrick Paul today.
1 System
2 Funnel
3 Revenue
4 Operations
5 Cosmos
B Briefing
S Session
R Architecture
D Data Sources
F Flows
W Web
C Commands
A Archive
Esc This page