Delegate tooling and maintenance work to Grok Build
delegate_buildDelegate build maintenance, dependency upgrades, CI automation, repo-wide refactors, boilerplate generation, and lint/test cleanup to specialized AI agents with domain-based routing.
Instructions
Delegate domain-neutral build tooling, dependency or toolchain upgrades, CI and release automation, mechanical repository-wide transformations, generated boilerplate, or test and lint cleanup to Grok Build. Backend behavior belongs to Codex and frontend or UX behavior belongs to Kimi unless the user explicitly overrides routing. Never choose Grok solely for speed. Use analyze/review for read-only work and implement for edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Analyze/review are read-only; implement may edit the workspace. | implement |
| task | Yes | Concrete, self-contained specialist task. | |
| model | No | Optional provider-specific model override. | |
| context | No | Relevant architectural context, interfaces, decisions, and constraints. | |
| file_scope | No | Files or directories this specialist owns for this task. | |
| timeout_seconds | No | Hard timeout for the specialist CLI process. | |
| working_directory | No | Directory relative to the Claude project root, or an allowed absolute path. | . |
| acceptance_criteria | No | Observable conditions the specialist should satisfy. | |
| allow_concurrent_mutation | No | Allow simultaneous edits in one workspace only when file scopes are known not to overlap. |