Claude Code is the best coding agent I've used. But every session starts from zero. It re-reads the same files, re-derives the same conclusions, and forgets everything the moment you close the terminal. There's no memory of what your codebase means, no learning from what worked last time, and no repeatable way to hand it a task and trust the same steps run every time.

MoFlo is my attempt to fix that — a local-first orchestration toolkit that installs into your project and makes Claude Code stateful, faster to orient, and repeatable. No cloud, no API keys, no account. One install:

npm install --save-dev moflo

npx flo init

Enter fullscreen mode