A few people asked about my .md based task management system so sharing it here:
I should also mention I have my main workspace as a github repo because I work between 2 different computers at work and home, so I have a hook command, when i type /sync on a computer it pulls from github and then runs the task system. the manual call is : What's my focus for today?
I'm also still tweaking the retrospective section since it's only come up once since starting to use it.
There's a full breakdown and examples in the repo, feel free to ask questions or if you find something that's broken, it might be missing some context from my main Claude.md I've also included a build-instructions.md so you can give that to claude and have it built anywhere. it's large cuz it includes the schemas for the child folder files and i wanted to make it easy to use as a single file. But it was built thinking about how I would like to interact with Claude (like Jarvis). The main entry points for me are an ideas.md at root where I can throw any idea I suddenly have, and the main chat at start of session to get the 1-3 things most important to do today. It's grown a bit to include recurring tasks and flag high-priority things. The other goal was to offload the burden of remember what's important or to figure out what I have energy to do after work. I also wanted it as pure markdown incase an online service went down, I can still view the full list or just my focus, it's just a text file on my system. The thinking behind this was largely due to some realizations after watching Jake's videos. If we think of AI as a programming language, then what is it's infrastructure? What do I need to actually build a full app for something that I can describe with plain language and have AI serve as the interpretation layer to the computer below? Any workflow is really just a program codified into a step by step task list.
Hope this is helpful for people, let me know if it works for you!