Skip to main content
The workbench is optimized around one loop:
  1. pick task
  2. run session
  3. review diff
  4. iterate or finalize

Main areas

  • Task list: active and archived tasks.
  • Session thread: agent and user messages.
  • Composer: harness/model/mode controls and prompt input.
  • Diff review: file-level change review and apply/reject flow.

Typical daily flow

  1. Open an existing task or create a new one.
  2. Set harness/model/effort for the next run.
  3. Send a scoped prompt.
  4. Watch output and status.
  5. Open diff review before you accept changes.

Fast habits that prevent rework

  • Keep each task scoped.
  • Ask for explicit validation and summary.
  • Review diff on every run that edits code.