route-task is an archived, copyable concierge example, not installed by
init. Copy examples/init-pack/route-task.tsx and its examples/ dependency
closure, or ask create-workflow for a repo-specific router. Describe what you
want in plain English: it decides if the work is a quick one-shot task or a
durable job for a real workflow, then runs it or hands you the best-fit workflow.
Stages
- classify: cheap/fast agent sorts the script into a task
modeand decidesdurable(needs ordering, crash-recovery, approval, or loops?). - execute: non-durable path; a tool-using agent does the work in one pass
and reports
{ summary, done }. - recommend: durable path; a smart agent points at the single best-fit
workflow (
implement,research-plan-implement,review,plan,research,grill-me,ralph,debug,audit,create-workflow,create-skill,extract-skill,context-doctor,triage-run,report-slideshow,eval-author,improve-test-coverage) and explains why, schema-enforced to one of those ids so a hallucinated id fails validation instead of flowing downstream.
execute or recommend runs, gated on the classifier’s durable
verdict.
Inputs
Monitor it
bunx smithers-orchestrator workflow run implement --prompt "…".