Tag: Claude


  • Worktrees that work

    Worktrees that work

    MoFloย now better provisions git worktrees: it creates the tree, then copies in your gitignored config, links or installs your dependencies, and hands each tree a stable index so the dev servers don’t fight over ports. You can drive it from your shell withย flo worktree, or from inside Claude Code withย /flo -wt. Same code underneath. The…

  • Enforcing agent rules with Claude Code hooks

    A walkthrough of two gates inย MoFloย โ€” search memory before digging through files, write down what you learned before opening the PR โ€” including the parts I got wrong the first time. Why a rule in CLAUDE.md isn’t always enough If you’ve been using Claude Code for a while, you’ve written rules into CLAUDE.md. Mine included “search…

  • 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…

  • Go Deep with Claude โ€” or let MoFlo help it learn on its own

    A look at three ofย MoFlo‘s “thinking” skills โ€”ย /commune,ย /meditate, and divineย โ€” that bookend the actual coding: shape a fuzzy idea into a specย beforeย you build, research the world when one search isn’t enoughย during, and distill durable lessonsย after. Plus auto-meditate, the always-on version of that last step that captures what you learned without you asking. Much of the…

  • Better Docs for Claude (and Humans) with MoFlo

    How MoFlo‘s /guidance skill helps you write project documentation that Claude actually uses well, how the same tool produces clean human-facing docs with -h and –html, and how /eldar ties it all together into a holistic audit of how Claude experiences your project. Claude is only as good as its context If you’ve spent any time pairing with Claude on a real codebase,…

  • All wizards have a book of spells. What are yours?

    An update on what’s new in MoFlo โ€” the open-source npm package that upgrades Claude Code with full project knowledge, persistent memory, sandboxed automation, and a swarm of agents that actually stay wired together. Every wizard worth their staff carries a grimoire โ€” a personal library of spells, tested and refined, ready to cast on demand. The…