suggest_runtime_skill
Determines the appropriate runtime skill based on user intent and workflow state, returning the skill name and rationale.
Instructions
Suggest runtime skill from user intent and workflow state (agentic affordance).
Deterministic heuristics: pending_preview + 'confirm' → applying-updates;
'export' → exporting-cobie; 'validate' → validating-cobie; default → editing-cobie.
Returns name and rationale. Use get_runtime_skill(name) for full body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| user_intent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||