next_tasks
Identify outstanding tasks and owners for a work category, using existing artifact types to determine gaps. Reassign owners via fallback chain when staffed roles are absent.
Instructions
Given a work category and the artifact types that already exist, return the tasks still outstanding and who owns them. Pass staffed_roles to have owners reassigned through the fallback chain when a role is not on the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| staffed_roles | No | ||
| existing_artifact_types | No |