Direct Plan Editing Tool Lets Users Fix AI Task Plans Without Re-Prompting
A developer has built Ordewell, a free, Apache-2.0-licensed tool that allows users to edit AI-generated task plans directly rather than sending corrective chat messages and hoping the model regenerates the plan correctly. The core problem it addresses is that when a plan exists only as a conversation artifact, even a simple dependency fix requires a new prompt, and the model may silently alter other parts of the plan in its response. Ordewell structures plans as ordered task lists on disk, with stable task IDs, data-based dependencies, and system-owned fields that no model can overwrite. All edits are atomic and validated together, meaning a multi-step change either applies fully and passes validation or is rejected entirely, preventing partial or inconsistent plan states. The tool also includes a terminal UI where common edits such as adding tasks, removing them, or adjusting dependencies are bound to single keystrokes, with no chat interface involved.
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