start_task
Initiate a host-native task handoff with modes for implementing, reviewing, or investigating tasks. Returns machine-readable next steps and project profile without launching subprocesses.
Instructions
Start a host-native task handoff with modes implement, review, investigate.
implement: use host-native heuristics for simple tasks and return host_spawn_waves for the host to execute; for complex tasks return a planner handoff (no provider subprocesses launched). review: reuse read-only REVIEW fanout and return host_spawn_waves suitable for review (read-only). investigate: profile repository and return a machine-readable ProjectProfile; read-only.
Returns machine-readable next_action, profile, warnings, selected tier/model/provider metadata, and host_native handoff when applicable. Does not launch provider subprocesses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Caller working directory for routing guard scoping | |
| mode | No | One of implement, review, investigate | |
| task | Yes | Full description of the task | |
| workspace_root | No | Alias for cwd; must be inside the active workspace |