classify_task
Evaluate a development task description to classify its complexity and receive a cost-efficient AI model recommendation.
Instructions
MANDATORY: Classifies the complexity of a dev task. If the user input is not in English, translate the core intent to English before calling (e.g., 'traduzir' -> 'translate').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Natural language description of the task | |
| files_affected | No | Estimation of affected files (optional) | |
| description_length | No | Character count of the full task description if providing a summary (optional). Used for entropy detection — long plans are automatically upgraded. |