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.
Assign Task
new_sloth:assign_task
Assign a task to a specific user with optional assignment note.
Write
Medium risk
Complete Task
new_sloth:complete_task
Mark a task as completed with optional completion notes.
Write
Medium risk
Create Project
new_sloth:create_project
Create a new project with optional team members and due date.
Write
Medium risk
Create Task
new_sloth:create_task
Create a new task with optional project assignment and due date.
Write
Medium risk
Delete Project
new_sloth:delete_project
Permanently delete a project and all its tasks. This action cannot be undone.
Write
High risk
Delete Task
new_sloth:delete_task
Permanently delete a task. This action cannot be undone.
Write
High risk
Get Project
new_sloth:get_project
Fetch a single project by ID with team members and task counts.
Read
Low risk
Get Task
new_sloth:get_task
Fetch a single task by ID with all details including assignee and project info.
Read
Low risk
Get User
new_sloth:get_user
Fetch a single user by ID with profile information and activity stats.
Read
Low risk
List Projects
new_sloth:list_projects
List projects with optional filtering by status or owner.
Read
Low risk
List Tasks
new_sloth:list_tasks
List tasks with optional filtering by project, status, or assignee.
Read
Low risk
List Users
new_sloth:list_users
List users with optional filtering by role, status, or team membership.
Read
Low risk
Update Project
new_sloth:update_project
Update an existing project with new values for any field.
Write
Medium risk
Update Task
new_sloth:update_task
Update an existing task with new values for any field.
Write
Medium risk