Back to Vault
Coding Agents
Tier 4

Plandex

View on GitHub Fetched 2026-07-02 2 related flows

Summary

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.

Key Takeaways

  • Accumulate changes in a staging sandbox; apply atomically on approval
  • Long tasks need plans that survive across model calls

Reliability Note

Official repository of an actively maintained project.

Flows informed by this source

2
Flows category icon
Agent Architecture

From CLI Harness to Product

Grow a working agent loop into a product: sessions, config, resumability, and the packaging polish the successful terminal agents share.

01Implement persistent sessions
02Build true resume
03Layer the configuration system

+2 more steps to Done

Best forbuilders who have shipped a basic app before

5 steps90-150 minutesIntermediate
Flows category icon
Agent Architecture

Add a Plan/Todo System to Your Agent

Give your agent the planning discipline of the leading harnesses: an explicit, model-visible todo list that survives long tasks.

01Design the todo data model and tool
02Render the plan into context every turn
03Enforce plan-first and completion gates

+1 more steps to Done

Best forbuilders who have shipped a basic app before

4 steps60-90 minutesIntermediate

Made with Emergent