Ordewell banner
ordewell ordewell

Ordewell

AI community

Description

Multi-agent task orchestration for coding agents. Turn one goal into an ordered plan of tasks — each with its own runner, model and mode — then execute and verify the results.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Ordewell

Turn one goal into an ordered plan of coding-agent tasks — each with its own runner, model and mode — then execute and verify it.

Website · Docs

License: Apache-2.0 npm CI GitHub stars

Ordewell's terminal UI: a goal is typed, the planner reads the repo and refuses a write, it asks whether the limiter should reuse the existing Redis client, then commits a seven-task plan — each task showing its runner, model, thinking effort and mode — and executes it to 7/7 complete.


What this is

  • A plan you can rewrite before a token is spent. The plan is a typed artifact, not an agent's internal state: every task carries a runner, model, thinking effort and mode, and you can change any of them, add and remove tasks, and rewire dependencies — without losing completed work or round-tripping the AI.
  • The right model per task, chosen in the open. The planner makes one portfolio decision across the whole plan — a security refactor and a README update do no