Building a Persistent Personal OS for Claude: Psychology Profile, Goals, and Live Context Injection via Notion + Shortcuts

✍️ OpenClawRadar📅 Published: May 5, 2026🔗 Source
Building a Persistent Personal OS for Claude: Psychology Profile, Goals, and Live Context Injection via Notion + Shortcuts
Ad

A Reddit user shared their architecture for a persistent AI chief of staff named Master Chief that injects deep personal context into every Claude API call via iOS Shortcuts and Notion. Instead of re-stating context each time, the system ensures Claude always knows who the user is — their psychology, goals, relationships, and current situation — before they speak.

Core Components

  • Psychological profile built from 17 frameworks: Big Five, Enneagram, Jungian shadow, attachment theory, Kahneman biases, and more. 120+ questions to map thinking patterns, drives, and blind spots.
  • Goals layer — long/medium/short-term goals with a progress log that updates after a nightly debrief.
  • People directory — everyone in the user's orbit, the dynamic with each person, and context Claude needs for useful advice about real situations.
  • Active fronts — work projects, personal goals, current situations.
  • Decision framework — how the user actually makes decisions, so Claude can push back intelligently instead of just validating.
Ad

Live Context Injection

Before every API call, iOS Shortcuts pulls location, time, calendar events, and weather in real-time and injects them into the prompt.

Update Loop

  • Nightly debrief → Claude extracts what's worth remembering → user approves → Shortcuts writes back to Notion via API.

Two-Layer Context System

  • Full OS lives in Notion (can grow infinitely).
  • A compressed 800-word version is injected every day.
  • Relevant full pages are pulled when the context needs them.

The goal isn't productivity — it's having something that helps make the best possible decision in every situation because it knows the user deeply enough to do that.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

13 Weeks with OpenClaw as Daily Driver: What Worked, What Broke, What Still Hurts
Use Cases

13 Weeks with OpenClaw as Daily Driver: What Worked, What Broke, What Still Hurts

After 13 weeks running OpenClaw on a Raspberry Pi as a personal agent system, a user shares practical wins (cron, memory, subagents) and pain points (model config issues, shell quoting, agent-to-agent history gaps, update drift).

OpenClawRadar
Building a Productive Autonomous ML Research System with Claude Code
Use Cases

Building a Productive Autonomous ML Research System with Claude Code

A developer built a system where Claude Code acts as an autonomous ML researcher on tabular data, running experiments overnight with constrained file editing and Docker sandboxing. Key learnings include locking down editable files, protecting experiment throughput with limits, and implementing persistent memory through structured logging.

OpenClawRadar
Solo dev builds native Swift iOS therapy app using Claude Opus 4.6 for coding, debugging, and architecture
Use Cases

Solo dev builds native Swift iOS therapy app using Claude Opus 4.6 for coding, debugging, and architecture

A solo developer built Prelude, a free offline iOS therapy prep app, using Claude Opus 4.6. The AI handled code generation, debugging a voice agent, and architecting the on-device AI pipeline.

OpenClawRadar
Solo Founder Builds News Analysis Platform with Claude Code: Lessons on Scaling and Debugging
Use Cases

Solo Founder Builds News Analysis Platform with Claude Code: Lessons on Scaling and Debugging

A solo founder without a CS degree built The Daily Martian, a news analysis platform analyzing 40+ outlets using Python/FastAPI, PostgreSQL, Redis, and React/TypeScript, primarily through Claude Code. The developer shares specific challenges including context loss, database connection issues, and debugging strategies.

OpenClawRadar