sync_todo_index
Synchronizes TODO.md with all tasks to generate organized dashboards showing task status, priority counts, dependencies, and execution order for project oversight.
Instructions
Syncs the parent TODO.md file with all tasks. Generates a dashboard view with tasks organized by status, priority counts, dependency graph, and execution order. This provides a bird's eye view of all work.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: "dashboard" (default, visual overview), "table" (compact table), "kanban" (by status columns). | dashboard |