sync_todo_checkboxes
Automatically updates PLAN.md checkboxes based on TodoWrite status changes to maintain synchronized task tracking across agent workflows.
Instructions
Sync TodoWrite updates to PLAN.md checkboxes - TodoWrite integration for automatic checkbox updates
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Agent name for which to sync todo updates | |
| todoUpdates | Yes | Array of todo update objects with title and status | |
| taskId | No | Optional specific task ID to target. If not provided, uses the most recent task for the agent. |