SECTION 01

Plans

Every Ozawa project starts with Plans. You describe what you want to build in plain language, and the Plans agent helps you shape it into a clear, structured plan that the rest of your agents can pick up and execute against. Think of it as sitting down with a thoughtful co-founder before you write a single line of code.

Starting a conversation

Open the Plans panel and describe what you want to build. It can be a full pitch ("I want a client portal for a law firm with case files, secure messaging, and voice-note transcription"), a rough idea, or even a single sentence. The Plans agent will ask follow-up questions until it understands enough to help.

Organizing your plan

Once the conversation has enough substance, click Organize. Plans distills everything you've discussed into a small set of structured documents — an overview, a data schema, an auth flow, a features list, and an environment-variables manifest. Each document lives as its own file inside your project so you (and your other agents) can reference them independently.

Organize is smart: it only rewrites what needs rewriting. Small tweaks become surgical edits to the affected file, not a full rebuild. If the plan already looks good, running Organize again is a fast no-op.

Referencing files with @

Type @ in the Plans input to pull up a picker of every plan file. Choose one (say @schema) and Ozawa will focus the next turn of the conversation on that file specifically. It's the difference between "can we add a fields to users?" and "in the schema, can we add a fields to users?" — same idea, but Plans knows exactly which document you mean.

Quick actions with /

Type / in the input to reveal a short list of quick actions: /organize to trigger Organize without leaving the keyboard, and other useful shortcuts as they arrive.

History & revert

Every plan file has a history. When you open a plan document, click History in the top-right — you'll see every past version of that file with a relative timestamp ("just now", "3 min ago", "yesterday"). Preview any version, and if you want to roll back, click Restore. The current version becomes a snapshot too, so you can always un-restore with one more click.

The Play button — dispatching your team

Once your plan is Organized, click the play button in the Plans header. Ozawa reads the plan and spawns the right task agents for the job — one for the front-end, one for the back-end, one for design, whatever the plan calls for. Each agent picks up its work directly from the plan files you just created and starts building.

Saving changes to the plan

Sometimes you'll change your mind mid-conversation and want Plans to update one of the files. When Plans proposes a change, a Save changes to plan chip appears. Click it to commit. If something goes wrong at any point — a crash, a wrong interpretation, anything — the previous version of that file is always one click away from the History view.