Todo Lists
Watch your agent break a big job into tracked, checkable steps.
What you'll see
- Launch
ryshand switch to prompt mode. - Hand the agent a multi-step task and ask it to plan it as a todo list.
- The
todotool adds items, then updates and completes them as work proceeds. - Note the list is stored per-pane in JetStream KV (add/update/complete/remove).
Commands shown
rysh
plan how to add a health-check endpoint: list the steps as a todo list
Keys used
EnterEscape
Transcript
0:00Watch your agent break a big job into tracked, checkable steps.
0:03Start rysh and switch to prompt mode.
0:08Hand the agent a multi-step task. It uses the todo tool to add items, then marks each one complete as it goes.
0:24The list lives in per-pane JetStream KV. Add, update, complete, or remove items -- the agent tracks its own work.
0:34The todo tool keeps long, multi-step work organized and visible from start to finish.
Key takeaway
The todo tool gives the agent a per-pane checklist so long, multi-step work stays organized and visible.