Subagent Background

Run subagents asynchronously with `run_in_background: true` and manage them with `subagent_send` (status / wait / steer / abort). Use when you want to fan out work, hide latency behind other steps, or keep the parent responsive while a long child runs. Pairs with `subagent-delegation`, which covers when and how to delegate at all.

weikinhuang 7abae4b 9.7 KB Updated

File contents

weikinhuang/dotfiles/tree/main/config/pi/skills/subagent-background commit 7abae4b501

Frequently asked questions

npx skillmds@latest add weikinhuang/subagent-background