Tag: Claude Code


  • Spec Driven Development with MoFlo

    Hand Claude a fuzzy issue and it will start editing files in the first thirty seconds and often that’s fine. On anything non-trivial it means the plan gets invented on the fly, half-written into the diff, and you find out what Claudeย thoughtย the task was only when you read the PR. MoFlo’s newย –sddย flag puts a spec…

  • MoFlo: local-first agent orchestration for Claude Code

    MoFlo gives Claude Code a memory, learned model routing, and repeatable workflows โ€” local-first, no API keys, one npm install.

  • Cast your code into shape: meetย /quickenย andย /ward

    Two new MoFlo skills you cast like spells โ€” one toย quickenย what drags, one toย wardย what isn’t tested โ€” and both answer right in your Claude Code session. Good review shouldn’t make you go looking for it. MoFlo 4.11.2 adds two on-demand audits that read exactly what you’re working on and report back in the same conversation โ€” with…

  • Your Project’s Memory, Everywhere It Runs

    MoFlo learns about your project and remembers it across sessions โ€” but the hard-won part of that memory used to be trapped in whatever checkout first learned it. A new git worktree, a fresh machine, a teammate’s clone would reindex your code and guidance on its own, yet start blank on everything you’d actually taught…

  • Claude created a monster?  MoFlo will simmer it down.

    Howย MoFlo‘sย /distillย compares to Claude Code’s built-inย /simplifyย skill. Both can clean up code before a PR; the difference is thatย /simplifyย runs the same fixed multi-agent pipeline on every diff, while distill measures the diff first and runs only as much review as the change warrants. Distill: a /simplify for every sized change Claude Code ships a built-inย /simplifyย skill. It’s good. Point it…