The DOIL wizard · shipping in the open

From intent to .doil

A five-step wizard that turns the intent in your head into a valid .doil file the compiler can read. Multi-LLM by default — pick the model that frames each step best.

Built on the Reality Twin — every output lands in the loop, not on a shelf.

The five steps

1

Basics

Name, kind (agent / scenario / panel), description, target.

2

Tasks

What the intent should do — triggers, actions, success conditions.

3

MCP

Which Model Context Protocol tools the intent needs access to.

4

LLM

Which model backs the authoring — pick what frames the intent best.

5

Generate

Emit the .doil file, validate, hand off to the compiler.

Why it exists

DOIL is intent-first. The wizard is the lightest path from “I have an intent” to a valid file the compiler can read. It is not a black box — each step writes a fragment you can read, edit, and replay. Nothing is hidden behind generation.

Continue