sync_todo_checkboxes
Sync todo status updates to corresponding checkboxes in PLAN.md by matching titles and setting statuses to pending, in progress, or completed.
Instructions
Sync TodoWrite updates to PLAN.md checkboxes - TodoWrite integration for automatic checkbox updates
Input 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. |