sync_todo_index
Synchronizes the TODO.md file with all tasks to generate an organized dashboard view showing task status, priority counts, dependencies, and execution order for comprehensive 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 |