Skip to content
Flows
Tier 4 · Open-source coding agents Coding agents · fetched 2026-07-02

Plandex

A terminal agent built for large, multi-file tasks: plans changes across steps, accumulates them in a protected sandbox separate from the working tree, and applies them only when approved.

View source on GitHub

Key takeaways

  • 01

    Accumulate changes in a staging sandbox; apply atomically on approval

  • 02

    Long tasks need plans that survive across model calls

Flows built on this research