get_elite_workflow
Receives a task type and returns a sequence of elite prompts and tools to execute, helping you tackle complex tasks like debugging or planning with a structured reasoning workflow.
Instructions
TRIGGER: Call this when you are unsure how to tackle a task. Returns the exact sequence of Elite Prompts and Tools you should execute for a specific scenario. Args: task_type: What you are trying to do (e.g., 'debugging', 'planning', 'refactoring', 'incident', 'optimizing')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |