cos_classify_prompt
Classifies prompts via Cynefin heuristics to return complexity, dimensions, reasoning, and signals. Optionally records the gate marker, satisfying enforce-task-start without manual state write.
Instructions
Heuristic Cynefin + dimensions classifier. Reads a user prompt and returns {complexity, dimensions, reasoning, signals}. Optionally writes the gate marker so enforce-task-start.sh passes. Replaces the manual write-state.sh .thinking_os-gate step. Sub-second; deterministic; no LLM call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| record | No | ||
| agent_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |