Skip to main content

Two good first paths

Use this when the task is small and you want the fastest iteration loop.
1

Open the lane chat

Select your lane and open its chat surface.
2

Send one narrow task

Start with something easy to review, like a small endpoint, a copy update, or a focused refactor.
3

Review the diff

Check the file changes before you commit or continue.

First prompt to try

Add a GET /health endpoint that returns { "status": "ok" } and add one test for it.
That prompt is small enough to inspect quickly and broad enough to exercise the ADE workflow end to end.