cos_analyze_task
Extract structured task signals from a prompt and optional context, providing accurate task analysis and replacing keyword matching with semantic interpretation.
Instructions
Extract TaskSignals (domain, action, novelty, urgency, scope, external_dependency, is_takeover, breaking_change, ...) from a prompt + optional memory/graph context. Replaces persona keyword matching. Under 500ms; cached per task_marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| complexity | No | COMPLICATED | |
| dimensions | No | ||
| session_id | No | ||
| project_dir | No | ||
| task_marker | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |