init_checklist
Initialize a task checklist with status, ID, name, and optional custom columns, while setting up goal tracking to monitor completion progress.
Instructions
Initialize a new task checklist for the current subconductor run. This tool creates a task table with Status, ID, Name, and optional custom columns. It also natively sets up goal tracking to monitor completion progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | List of tasks to perform. Must be objects with "name" and optional "note". | |
| goal | Yes | The overall goal of this subconductor run | |
| columns | No | Optional list of custom columns for the task table. "Status", "ID", and "Name" are always included. |