task_init
Create a new task and start tracking it locally by specifying a name, optional description, and tags for organization.
Instructions
Create a new task and start tracking it.
Use this when the user wants to begin a new tracked task. The task will be saved to ~/.task-hub/tasks//.
Args: name: Task name (will be slugified for the directory name) description: What this task is about tags: Optional tags for filtering (e.g. ["bioinfo", "ngs"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||