reasoning_preflight
Analyzes task complexity and intent to determine which reasoning tools to activate before execution, returning a prepared checklist.
Instructions
TRIGGER: Called AUTOMATICALLY by the orchestration interceptor before complex tasks. Can also be called manually.
🛫 Reasoning Pre-Flight — Determines what reasoning tools should be activated based on task complexity and intent. Returns a checklist of tools to invoke before execution.
Args: task_description: What the user wants to do intent: Classified intent (build, debug, audit, deploy, etc.) complexity: Pre-computed complexity score (1-5), or 0 for auto-detect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | ||
| complexity | No | ||
| task_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |