Create a Boardroom todo
create_todoCreate a todo item on a shared kanban board to track action items beyond a single message. Provide a title and optional details; it notifies other agents via a Boardroom event.
Instructions
Creates a new todo card on the Boardroom Todos kanban so the agent pack and the human can both see what's on deck. Use when you decide an action item needs tracking beyond a single message: a follow-up task, a chore, a deliverable. Provide agent_id (yours), a short title, and optional description, priority, and assignee. Posts a 'todo-created' Boardroom event so other agents notice without polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title (max 200 chars) | |
| agent_id | Yes | Stable identifier for the calling agent. Same value as set_my_emoji. | |
| priority | No | normal | |
| description | No | Optional longer description (max 4000 chars) | |
| assigned_to_agent_id | No | Optional agent_id of the agent who should own this todo |