Worker Quick Start
Get started with AnyTask workers in 5 minutes.Prerequisites
Install AnyTask CLI
See the Installation Guide for installation options.Install Coding Agent
Install at least one coding agent. For Claude Code:Setup
1. Authenticate
2. Initialize Workspace
3. Create Test Tasks
Running the Worker
Start Worker
Built-in Workflows
| Workflow | Description | Best For |
|---|---|---|
local_dev | Direct implementation on current branch | Quick iterations |
remote_dev | Full workflow with PR creation | Team projects |
dry_run | Test setup without changes | Testing |
Common Options
Verify Results
Stopping the Worker
PressCtrl+C to gracefully stop.
Troubleshooting
”Not authenticated"
"No tasks available"
"Not in a workspace directory”
Next Steps
- Built-in Workflows - Detailed workflow documentation
- Worker Overview - Complete worker system guide
- Authentication - Production security