Developer builds open-source tool to make AI coding agents plan before writing code
A developer has released Ordewell, a free open-source CLI tool designed to force AI coding agents to produce a reviewable, ordered task plan before executing any file changes. The tool scans a repository in read-only mode and returns a structured list of tasks that the user can inspect, edit, reorder, or reassign to different agents before any code is written. The approach addresses a common frustration where AI agents begin modifying files immediately, burying their planning logic inside the active session rather than exposing it upfront. Ordewell also introduces per-task completion markers to verify that each task is genuinely finished, countering agents' tendency to falsely report completion. The project is published on GitHub under the Apache-2.0 license with no paid tier, and requires tmux to run its terminal UI, which on Windows means using WSL.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in