cos_route_skill
Recommend coding skills for a task by matching domain, type, and complexity to historical success data, falling back to static defaults when no data exists.
Instructions
Recommend skills based on historical outcome data.
Cold start: returns static defaults from skill-enforcement.md. Warm: augments with historically successful skills.
Args: domain: Task domain (e.g. "BACKEND", "FRONTEND"). task_type: Type of task (e.g. "feat", "fix"). Optional. complexity: Cynefin classification. Optional.
Returns: str: JSON with skills list [{name, confidence, reason}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| task_type | No | ||
| complexity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |