sage_task
Create and manage persistent tasks in your backlog to track work, ideas, and issues that survive across sessions. Update status, link related items, and maintain non-decaying memory for planned activities.
Instructions
Create or update a task in your persistent backlog. Tasks are memories that don't decay while open — they persist until explicitly completed or dropped. Use this to track planned work, feature ideas, bug reports, and anything that should survive across sessions. To create: provide content + domain. To update status: provide memory_id + status. To link related memories: provide memory_id + link_to (array of memory IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Task description (for creating new tasks) | |
| domain | No | Domain tag for the task | general |
| link_to | No | Memory IDs to link this task to | |
| memory_id | No | Existing task memory ID (for updates) | |
| status | No | Task status | planned |