Today, AI Agents can read relationships between tasks, but can't create, edit, or delete relationships between tasks. I would like an Agent to be able to automatically manage task relationships (task relationships, related relationships — not dependencies) based on the value of a custom field. Concrete example of use: I have a custom Project Id field on a list. When the Project ID of a task is changed, I would like an Agent to: find all the other tasks (and subtasks) that have the same Project ID, automatically adds a related relationship between the triggering task and these tasks, removes existing relationships to tasks whose Project Id no longer matches, without changing any other fields (status, assignee, etc.). This would make it possible to: automatically keep relationships between tasks in the same project synchronized, avoid manual errors or missing links, build more advanced workflows around the structure of projects (navigation by relationships, reports, linked views, etc.). Functionally, the Agent would need: read the value of a custom field on the triggering task, search for other tasks sharing the same value in a given scope (list/folder/space), create/delete “task relationship” relationships between tasks. This type of capability would open up a lot of advanced automation scenarios (link by customer, by campaign, by product, by sprint, etc.) based on custom fields.