Use when a task requires running the same instruction over many items - classifying, extracting, summarising or rewriting tens to thousands of records. Delegates to a cheap model through the sidequest CLI and returns only a summary, keeping bulk output out of the main context.
Delegate bulk LLM work - classifying, extracting, summarising or rewriting many items - to a cheap model via the sidequest CLI, so results go to a file instead of into context. Use when a task involves running the same instruction over tens, hundreds or thousands of items.
End-of-Turn Queue — queue prompts with /queue:add and each is delivered back to Claude at the end of the turn, after it fully finishes its work, never mid-task. A FIFO prompt queue for Claude Code, built on a self-terminating Stop hook.