cos_task_dependents
Find downstream tasks that directly depend on a given task ID for impact analysis, showing which tasks need re-verification.
Instructions
Return the tasks that declare task_id as a dependency.
Use for impact analysis: "If I change TASK-195, what downstream tasks need to be re-verified?" Returns only direct dependents — non-transitive.
Args: task_id: Task identifier (e.g. "TASK-195").
Returns: JSON with task_id, dependents list, and count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |