Skip to content

Reference n8n task creator

Location

/home/justinwieb/forge/infra/n8n/task-creator.sh

Usage

task-creator.sh --name <name> --model <opus|sonnet|haiku> --priority <critical|high|normal|low> --prompt <prompt> [--tags <comma-separated>] [--budget <minutes>] [--created-by <source>] [--machine <udev|finn|build>]

How It Works

Creates a JSON task file in forge/tasks/pending/ matching the task schema. The supervisor picks these up and spawns Claude Code workers.

n8n Integration

n8n workflows SSH into UDev and call this script. See infra/n8n/README.md for full workflow docs covering: email watcher, Shopify orders, morning briefing, site health checks, Frigate events.