sync_todo_index
Sync tasks from TODO.md and generate a dashboard view showing task status, priority counts, dependency graph, and execution order for project overview.
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
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: "dashboard" (default, visual overview), "table" (compact table), "kanban" (by status columns). | dashboard |