cos_route_skill
Recommend coding skills for a task by inputting domain, task type, and complexity. Leverages historical outcome data to select effective skills, with static defaults for cold starts.
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 |