Ready to build? Jump to the companion article: Two Prompts That Turn Notion into Your Claude Project's Brain
If you use Claude Projects in the Claude app for non-code work โ content strategy, product specs, brand guides, research โ this is for you.
I had five files in my project. Strategy docs, published articles, reference material. Claude read them every conversation. Felt organized. Felt smart.
Then I deleted all of them.
Not because they were bad. Because Claude Projects has a gap that will drive you nuts the second you notice it: Claude can read your project files, but it can't update them. Read-only. Every single one. Desktop app, mobile app, web โ doesn't matter. Same limitation everywhere.
So if you have anything that evolves โ a content strategy, a spec, a reference that changes over time โ you're stuck in this loop: download the file, manually delete the old version from the project, re-upload the new one. Every. Single. Time. It's brutal. On mobile it's genuinely painful.
I spent a month testing workarounds. Tried three different approaches. One of them not only fixed the problem โ it turned into a better architecture than editable project files would've been anyway.
The Obvious Thing Didn't Work
My first instinct was to just move everything to Notion and delete the project files entirely. Makes sense, right? Claude has Notion access via MCP. It can read pages, edit pages, create new database entries. Problem solved.
Except โ not really.
Without project files, Claude starts every conversation blind. It doesn't know what pages exist in Notion, doesn't know the database IDs, doesn't know the structure. You'd have to re-explain your whole setup every single time. "Go to my Content Hub, the database ID is cx532... look for the article called..."
That's not a workflow. That's a chore.
Some people suggested using a GitHub repo with Claude Code instead. And sure, that works great โ if what you're managing is code. But these aren't code files. They're content strategies, brand guides, idea banks, reference docs with images, project trackers. A repo treats all of that like source code โ raw text in a file tree. No formatting, no inline images, no tables you can actually look at without squinting.
Notion gives you an app. You open it on your phone, your laptop, wherever โ and your docs look like docs. Tables look like tables. Images are right there. You're not opening a terminal or learning git commands to check your content calendar. Not everything belongs in a developer tool, and the people who need to touch these docs โ PMs, designers, content leads โ shouldn't need to learn version control to update a brand guide.
The Thing That Actually Works: One File That Knows Where Everything Lives
Here's what I landed on โ and it's almost embarrassingly simple.
One markdown file. Lives in your Claude Project. Maybe 40 lines long. I called mine OVERVIEW.md.
It doesn't contain your actual content. It's a map. Think of it like a table of contents for a book you keep in a different building. The overview file tells Claude: here's where the Notion hub lives. Here's the database ID. Here's what properties exist. Here's what's been published. Here are the rules and guidelines for this project.
That's it.
Claude reads this file automatically every conversation โ because it's a project file. Instantly knows the lay of the land. When it needs the actual content of an article or a doc, it fetches from Notion. One tool call. Takes a few seconds.
And here's the key โ Claude can write back. Edit a draft? Update a status? Add a new entry to the database? It just does it. In Notion. Where the content actually lives.
The project file stays lightweight and stable. The Notion database stays current and editable. They work together.
If you're an engineer who uses Claude Code, you already know this pattern โ it's exactly what a CLAUDE.md file does for a codebase. A small file that tells Claude "here's how this project works, here's where things live." Same architecture, just for non-code work. And unlike project files, this setup lets Claude write back โ Notion stays fully editable while the overview file stays lightweight and read-only.

