docs: todo tutorial update (#6613)

This commit is contained in:
dianed-square
2026-01-21 13:51:35 -08:00
committed by GitHub
parent 69d2f8c92a
commit cae4331a40
+5 -3
View File
@@ -10,9 +10,11 @@ import GooseBuiltinInstaller from '@site/src/components/GooseBuiltinInstaller';
The Todo extension helps goose stay organized by breaking complex work into a series of steps and keeping you updated as it completes each step.
goose automatically knows to use the Todo extension if it has to do tasks that have 2 or more steps, involve multiple files/components, or have an uncertain scope.
goose automatically knows to use the Todo extension for tasks involving multiple files/components or uncertain scope. At the start of the task, goose will create an internal checklist, read and update progress as it works, and verify that all tasks are completed.
At the start of the task, goose will create an internal checklist, read and update progress as it works, and verify that all tasks are completed.
:::tip
You can ask goose to "show me the current todo list" at any time to see what's being tracked.
:::
This tutorial will cover enabling and using the Todo extension.
@@ -110,4 +112,4 @@ All tutorial inconsistencies have been resolved:
✅ **Formatting consistent** - Proper code blocks and syntax
The documentation now follows a consistent pattern and provides a clear, organized experience for users.
```
```