MemSpren Spren
Second Brain Framework ·

MemSpren

You already have the thoughts.
You just can't see how they connect.

expand_more

The Story

MemSpren started because I was stuck. As someone with ADHD, my head is always full — dozens of thoughts competing at once, a constant cognitive load that never lets up. I kept losing track of what I needed to do, kept feeling like I had no momentum, no clarity on what to execute or how.

I read books, studied strategies, noted patterns I wanted to implement — then forgot what to implement and how to experiment with what actually works for me. Everything became overwhelming. I journaled on paper and forgot where I wrote what. I tried Evernote, Notion, Bear, Apple Notes — they all worked, and I kept losing track at the same time. My own perfectionist tendencies made it worse: I was never moving toward my goals, just endlessly reorganizing.

That's where MemSpren came in — not as another note-taking app, but as an execution system. A cognitive second brain that helps me figure out what I need to do and keeps me making progress, even when my own mind won't cooperate.

The worst part isn't losing a note. It's the feeling that you're not moving. You have goals, you have ideas, you have strategies — but the evidence of progress is invisible. Even to you.

You finish a week and can't point to what changed. You had a breakthrough insight on Tuesday, but by Friday it's buried under new inputs and you can't remember what it connected to. The threads between your ideas exist — you can feel them forming — but nothing holds them together.

And when you can't see your own momentum, your brain fills the gap with doubt. Am I stuck? Am I wasting time? Am I actually getting anywhere? The cognitive load of that uncertainty is heavier than the work itself.

It's not a productivity problem. It's a visibility problem.

It was never your system. It was never the app. The problem is that you can't see your own thinking.

When your ideas sit in silos — notes here, conversations there, reflections somewhere else — you lose something more important than organization. You lose the ability to see patterns forming. You lose momentum, not because you stopped working, but because the evidence of your progress is invisible. Even to you.

Productivity tools have been solving the wrong problem for decades. They optimize for storage and retrieval. But the real need isn't "find that note I wrote."

The real need is: show me how my ideas connect. Show me what I'm actually focused on. Show me that the scattered conversations I had this week are weaving into something coherent.

The problem is visibility. And until you solve for visibility, no amount of discipline, no new app, no better system will close the gap.

I'm a software engineer. Distributed systems, cloud infrastructure, AI systems. I spend my days inside complex architectures where the relationships between components matter more than the components themselves.

And yet I couldn't architect my own thinking.

I knew the problem was structural. My ideas weren't bad — they were disconnected. What I needed wasn't another app with better UX. I needed extraction rules, linking logic, and memory management patterns that could take the raw mess of daily thinking and turn it into something structured. Automatically. Without me maintaining anything.

So I built it. An AI skill that processes brain dumps, extracts entities, builds relationships, and syncs everything to an Obsidian knowledge graph. I ran it on my own thinking daily.

Within weeks, the graph started showing me connections I hadn't consciously made. Clusters of related ideas I didn't know were forming. A map of what I was actually focused on — not what I thought I was focused on.

That became MemSpren.

You send a brain dump. It can be messy. It should be messy. A Telegram message, a voice transcription, a raw paragraph of whatever is on your mind.

Brain dump

"I talked to John about career moves and he mentioned graph theory. That connects to what I was reading about knowledge graphs last week. Also need to follow up with the team about the deployment pipeline."

MemSpren processes that single input and produces:

A person entity: John, with a relationship to career strategy and graph theory

A concept: graph theory, linked to your existing notes on knowledge graphs

A project reference: deployment pipeline, tagged as requiring follow-up

A temporal event: today's conversation, timestamped and connected to all of the above

Typed relationships between every entity: John ↔ career strategy, graph theory ↔ knowledge graphs, deployment pipeline ↔ follow-up

You didn't create any of those notes. You didn't add tags. You didn't build links. You talked. MemSpren extracted, linked, and structured.

Every brain dump adds nodes and edges to your Obsidian graph. Over days and weeks, scattered inputs become visible clusters. The graph grows while you think.

That is what visibility looks like.

MemSpren is a methodology that runs as a skill inside AI agent platforms. It produces standard Obsidian markdown files — portable, readable, yours. The tools are open. The vault is yours. There is no lock-in.

If you've been looking for a way to stop re-explaining yourself to every new AI conversation, to stop manually linking every note, to actually see how your ideas connect without maintaining the connections yourself — the methodology is here. It's being refined through daily use. And it works.

Publications

Documenting the methodology as it's built.

System Log

Incremental momentum tracker

How to Get Started

Zero to running in under 5 minutes

psychology

Claude Skill

For Claude Code users. Uses Claude's native file tools — no CLI required.

  1. 01 Open Claude Code in Cowork mode and select your Obsidian vault folder
  2. 02 Load managing-second-brain.skill from the claude/ folder
  3. 03 Start a conversation — Claude guides you through setup on first use
Full docs arrow_outward
terminal

OpenClaw Skill

For local-first AI. Runs on your machine with browser control, file access, and batch sync.

  1. 01 Copy the openclaw/ folder to ~/.openclaw/skills/
  2. 02 Restart OpenClaw to load the skill
  3. 03 Point it to your Obsidian vault — OpenClaw guides you through setup (~2 min)
Full docs arrow_outward
info

Prerequisites

Obsidian installed with a vault created. Git installed (for version-safe sync). That's it — the skill handles everything else.