Skip to content

Review Draft Tasks

Use the draft surface to inspect unfinished work before it joins the main task flow.

Best for Human member Updated April 3, 2026
CLI In this interface
4 steps Steps
3 interfaces Available in
Use this path when

Use the task list command with the draft flag when the terminal needs to include draft work.

What you'll finish here
  • Open the draft route.
  • Understand why the work is still draft work.
  • Move from drafts into task execution.

Where this happens

LabelValueNotes
Command./backlog.sh tasks list --include-draftsTask list that also includes drafts.

Same Task, Other Interfaces

Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.

Do the work

  1. 1. Run `./backlog.sh tasks list --include-drafts`.
  2. 2. Use additional filters such as `--team-id` or `--status` if the output is still too large.
  3. 3. Identify the task id that needs to be updated.
  4. 4. Use the task update command afterward to move the work forward.

Nearby Guides

These guides stay close to the current workflow so you can keep moving without restarting discovery.