TodoWrite
Replace the entire task list with updated todo items, including IDs, content, status, priority, and optional metadata. Enables AI coding assistants to maintain organized workflows by managing multi-step tasks across sessions.
Instructions
Update the entire task list (complete replacement).
Parameters: todos: List of todo items, each containing: - id: Unique identifier for the task - content: Task description - status: Current status (pending, in_progress, completed) - priority: Task priority (high, medium, low) - metadata: Optional additional data
Returns success status and count of todos written.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
todos | Yes |