Orchestrate

Expensive planner (Opus 4.8 / Fable 5) decomposes a task into independent work items, a fleet of cheap Sonnet 5 (or Haiku 4.5) workers executes them in parallel via a Workflow, and the planner synthesizes the results. Emulates the native orchestrator pattern in Claude Code: keep the expensive model scarce (one planning pass, one synthesis pass) and the cheap model abundant (N parallel workers). Prefers a deterministic dynamic workflow when available; falls back to in-instance Task dispatch. Use when the user types /orchestrate or asks to decompose, fan out, or parallelize a task across independent workers.

Roasbeef d2fc8bd 2 files · 10.4 KB Updated

File contents

Roasbeef/claude-files/tree/main/skills/orchestrate commit d2fc8bd2c5

Frequently asked questions

npx skillmds@latest add roasbeef/orchestrate