quick_task
Turn natural-language requests into executed coding tasks by auto-creating a session, choosing the CLI provider, and running it—enabling non-coders to build or fix software.
Instructions
The easiest way to use Cerebro — just describe what you want built or fixed. Auto-creates a session, picks the right CLI provider, and executes. Use this when the user says things like 'build me a website' or 'fix this bug' or 'review this code' without specifying sessions or agents. If no projectPath is given, ask the user where to save files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What to build, fix, or do — in plain natural language | |
| model | No | Model to use: 'sonnet', 'opus', 'haiku'. Defaults to sonnet. | |
| provider | No | CLI provider to use: 'claude-code', 'codex', 'aider'. Defaults to claude-code. | |
| projectPath | No | Where to save files (e.g., ~/Projects/my-app). If omitted, Cerebro will use a default. | |
| autoCloseTerminal | No | If true, terminal window closes automatically after task completes. Default: false (stays open for review). |