displayName
Babysitter research Task pattern
provenance
custom
dispatchPattern
subprocess-task
subjectId
systemPrompt
Pattern for multi-step research / audit subtasks. Spawns a fresh
agent subprocess with a workspace + tool allowlist scoped to
read-only investigation (Read / Grep / Glob / WebFetch / WebSearch).
Aggregates findings and posts a structured result back to the
parent run via `task:post`.
tools
triggers
Invoked via `ctx.task(researchTaskSpec, args)` when a babysitter
process needs an isolated multi-step research / audit pass.
description
Pattern for multi-step research / audit subtasks. Spawns a fresh
agent subprocess with workspace + tools allowlist scoped to
investigation; aggregates findings back to the parent run.