create_task_list
Create task lists with automatic project assignment based on repeatable status or specified projects, organizing tasks for AI agents and users in a hierarchical management system.
Instructions
Create a new task list with project assignment logic. If repeatable=true, assigns to 'Repeatable' project. If no project specified, assigns to 'Chore' project. Otherwise assigns to specified project (creating it if needed).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the task list | |
| project_name | No | Optional name of the project to assign to | |
| repeatable | No | Whether this is a repeatable task list (assigns to 'Repeatable' project) | |
| agent_instructions_template | No | Optional template for generating agent instructions |