subtask
Assign specific sub-tasks (create, audit, token) to dedicated child agents, each with tailored tools and constraints.
Instructions
Delegate a focused sub-task to a typed child agent. Each type has its own tools, iteration budget, and behavioral constraints.
Available agent types:
create: Build an independent UI section (header, sidebar, form, card). Default.
audit: Read-only design review — find layout issues, property omissions, report PASS/FAIL.
token: Variable system operations — create collections, bind tokens, set up aliases.
Use when the prompt names 3+ distinct regions (e.g. header, sidebar, main) that share no nodes, or when specialized behavior is needed (audit, token ops). For 1-2 tool-call operations, inline calls finish faster than the subtask spin-up cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the sub-task to delegate. Be specific about what to create/modify/audit. | |
| type | No | Agent type. Defaults to "create" if omitted. |