Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks
Summary
Ordewell provides a system to convert a single goal into an ordered plan of coding-agent tasks, with separate runners, models, and modes for each task. It uses a planner that reads the repository, produces a plan, and executes tasks via multiple surfaces (CLI, TUI, VS Code), ensuring completion via a verdict engine. This is a practical example of multi-agent orchestration and self-hosted AI tooling for software automation.