I replaced my reminders app with a sentence
I’ve tried every reminders app you can name. Eight years of it, always with the same hope: that this one would finally fix my life and my projects. None of them stuck. Too many steps to add a thing. Too much friction to change it later. Too much process to actually work straight out of the list. By the time I’d filed a reminder the way the app wanted, the thought was half gone and I was doing data entry for my own brain.
Then Claude Code hit a bulb.
The thing that flipped it wasn’t the reminders at first. It was watching it connect all my tools and troubleshoot live. Wiring up my domain and my VPS. Taking a GitHub repo and a prompt and handing me back a deployed app. After two years of dabbling with AI, that was the first time it felt less like a toy and more like the actual move. So I pointed it at the thing I’d failed at for eight years.
Now I say a sentence and it’s handled.
“Remind me to renew the tour insurance before the 10th.”
I say it to Claude, mid-conversation, the same place I already work all day. A second later it’s filed, sorted into the right life area, dated, and saved. I didn’t open anything. I didn’t pick a list.
How it works is simple. A few trigger words live inside a skill. “Remind me”, “don’t forget”, “note for later.” Say any of them and the skill fires. Claude does the thinking part: it splits a messy thought into separate tasks, decides which area of my life it belongs to, and pulls the date out of “before the 10th.” Then a tiny script does the boring part: assigns an ID, checks it isn’t a duplicate, writes the row. The model decides, the code records. That split matters. I don’t want a language model in charge of whether something got saved.
Everything lands in one markdown file. One table, append-only, every reminder I’ve ever spoken sitting in the same place. Not scattered across five apps each holding a piece of my life. It syncs with the rest of my notes, and I can read it or search it however I want.
Then the part I didn’t plan for. A second skill goes back through my old sessions and digs out the reminders I said out loud but never actually saved. The “I should really call them” that died on the vine. It pulls those up, shows me the list, asks what to keep. So it catches the stuff I forgot to even capture.
That’s the real win. The reason I never used a reminders app was friction. Saving something cost more than it was worth, so I didn’t. Drop that cost to one sentence and everything gets caught, because catching it is free.
The whole thing took an afternoon. A skill with the right trigger words, a small script, one file.
I’m not going to pretend it’s solved. I’ve believed that before. I use Claude every day, so I’ll know fast, and I’ll report back in a month on whether this one finally stuck.