create-todo
Installation
SKILL.md
Create Todo
Create a day-level TODO task.
Instructions
Call create-todo.
create-todo({
"title": "Implement HubSpot OAuth callback handler",
"description": "Handle auth code exchange and token persistence",
"status": "Planned",
"workspaceId": "<workspaceId>",
"initiativeId": "<initiativeId>"
})
Use initiativeId when the task should be linked via PART_OF relation.