Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Subtask
kanbanflow:create_subtask
Create a new subtask under an existing task.
Write
Medium risk
Create Task
kanbanflow:create_task
Create a new task in the specified board and column.
Write
Medium risk
Delete Subtask
kanbanflow:delete_subtask
Permanently delete a subtask. This action cannot be undone.
Write
High risk
Delete Task
kanbanflow:delete_task
Permanently delete a task. This action cannot be undone.
Write
High risk
Get Board
kanbanflow:get_board
Fetch a single board with its columns and basic information.
Read
Low risk
Get Task
kanbanflow:get_task
Fetch a single task with all its details including subtasks and time tracking.
Read
Low risk
Get Time Entries
kanbanflow:get_time_entries
Get time tracking entries for a specific task.
Read
Low risk
List Boards
kanbanflow:list_boards
List all boards accessible to the authenticated user.
Read
Low risk
List Tasks
kanbanflow:list_tasks
List tasks from a board with optional filtering by column or swimlane.
Read
Low risk
List Users
kanbanflow:list_users
List all users who have access to a specific board.
Read
Low risk
Move Task
kanbanflow:move_task
Move a task to a different column and optionally change swimlane and position.
Write
Medium risk
Start Timer
kanbanflow:start_timer
Start a timer for time tracking on a specific task.
Write
Medium risk
Stop Timer
kanbanflow:stop_timer
Stop the currently running timer for a specific task.
Write
Medium risk
Update Subtask
kanbanflow:update_subtask
Update an existing subtask's name or completion status.
Write
Medium risk
Update Task
kanbanflow:update_task
Update an existing task with new information.
Write
Medium risk