get_task_context
Retrieve comprehensive development context for new tasks, including execution paths, tests, and entry points tailored to task type. Use as the initial step when starting any coding task.
Instructions
All-in-one context for starting a dev task: execution paths, tests, entry points, adapted by task type. Use as your FIRST call when beginning any new task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Natural language description of the task | |
| token_budget | No | Max tokens (default 8000) | |
| focus | No | Context strategy: minimal (fast, essential only), broad (default, wide net), deep (follow full execution chains) | |
| include_tests | No | Include relevant test files (default true) |