Ordewell is a new open-source CLI, TUI and VS Code extension that turns one goal into an editable, multi-agent plan for coding agents.
Ordewell, an open-source task orchestrator for coding agents, launched as a Show HN post on 15 September 2026. The tool separates planning from execution: a planner reads a repository, turns one goal into an ordered list of tasks, and hands each task to a coding-agent runner such as Claude Code, Codex or OpenCode. The post, by developer ac-ciano, reached 50 points and 30 comments on Hacker News.
Ordewell is a command-line tool, terminal UI and VS Code extension that converts a plain-language goal into a typed, editable plan of coding-agent tasks. Each task carries its own runner, model and thinking effort, and a task passes only when a unique completion marker appears in that runner's own output, not when the model claims it is finished.
*_API_KEY variable, among them OpenRouter, Anthropic, OpenAI, Gemini, xAI, Groq and DeepSeek.grill-me asks at least three questions before outlining a vague goal, prd drafts a PRD to .scratch/<slug>/PRD.md and waits for sign-off, tdd adds red-green-refactor steps, and review and verify append a final judged pass.npm install -g ordewell (or npx ordewell without installing) for the CLI and TUI, and code --install-extension ordewell.ordewell for VS Code. The TUI needs tmux on every platform, WSL on Windows. The project is licensed Apache-2.0.A plan that lives as structured data, not as an agent's internal state, is what lets a developer swap a task's model after the planner runs without losing already-completed work elsewhere in the same plan. That separation of planning and execution also opens up per-task cost control: a security refactor and a README edit no longer have to run on the same model just because one planner picked it for the whole job. Builders who already juggle Claude Code for one class of work and Codex or OpenCode for another get a single place to see every model and runner assignment before any of them spend a token.
The Hacker News thread split over whether tools like Ordewell earn their place once frontier coding agents absorb the same planning behaviour natively, a concern several commenters raised directly against the project. A separate thread of comments criticised the author for replying to commenters with AI-generated responses without saying so, after a reader pointed out that the project's docs, code and some author replies were all AI-written; the author confirmed the docs and code but did not address the replies specifically. Whether Ordewell's model-routing and verdict-marker approach holds up against a general-purpose harness update is the open question the thread never settled.
Claude Code, Codex and OpenCode ship built in as runners, and the planner can also be one of these three, read-only, on the subscription a developer already holds. Any other CLI agent, such as Aider, is added through a JSON plugin manifest rather than a code change.
No. The default path uses a coding agent the developer already pays for as both planner and runner, with no key exported anywhere. A key becomes optional if the developer prefers an API-based planner instead; Ordewell recognises twenty-five providers by their own environment variable, including OpenRouter, Anthropic, OpenAI and DeepSeek.
Its VerdictEngine looks for a unique completion marker in the runner's output. If the marker is present, the task passes; the exit code is stored as supporting evidence, but the model's own claim of completion is never the deciding signal.
Source: Ordewell on GitHub
Discussion: Hacker News
Developers picking a coding agent to pair with a planner like Ordewell can compare runners in AI Agents Listing's coding category.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.
Claude Code will read AGENTS.md when a project has no CLAUDE.md, adopting the open convention that Codex, Cursor and other coding agents already read.
HarnessTax, a UC Berkeley Sky Lab and Arena study, finds swapping a coding agent's harness changes cost by up to 5x while success rate barely moves.
Pion is Andon Labs' platform for agents that run entire businesses autonomously, from vending machines to software companies, now open via waitlist.