People kept calling me a bot for my last post, so here's an easier to understand breakdown.
A couple of days ago I posted about my 3 layer system I built to address Claude memory issues and how I set it up.
https://www.reddit.com/r/claude/s/jloGQbiMZO
I got quite a few DMs asking for a simpler breakdown. Here is a one pager that breaks everything down.
For the people who called me a bot, you're wrong.
My system isn't a single prompt and it's not static. It's 20+ files that reference each other. There's a live database that changes every day from real meetings as well as slash commands that run multi-step workflows against actual API endpoints. It took me about two weeks to build.
A bot would've gotten it right the first time.
One pager includes:
- Every file in the project and what it does
- How the database and dashboard fit in
- The slash command pattern (/morning, /debrief, /close, /weekly)
- Data flow from meeting transcript to database
- The mistakes I made so you don't have to
- Daily routine
- Total cost ($100/mo Claude Max, everything else is free tier)
- Step-by-step if you want to build your own
TL;DR: Claude forgets between chats. I gave it permanent context with markdown files, a database for live data, and slash commands that run like scripts. Nothing writes without my approval.
One pager: https://ballyhofam-bot.github.io/claude-project-os/blueprint.html
GitHub repo with templates: https://github.com/ballyhofam-bot/claude-project-os