II.
Subagent JSON
Structured · livesubagent:babysitter-research-task
Babysitter research Task pattern json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "subagent:babysitter-research-task",
"_kind": "Subagent",
"_file": "extensions/subagents/babysitter-subagents.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Babysitter research Task pattern",
"provenance": "custom",
"dispatchPattern": "subprocess-task",
"subjectId": "agentVersion:claude:ge-0-0-0",
"systemPrompt": "Pattern for multi-step research / audit subtasks. Spawns a fresh\nagent subprocess with a workspace + tool allowlist scoped to\nread-only investigation (Read / Grep / Glob / WebFetch / WebSearch).\nAggregates findings and posts a structured result back to the\nparent run via `task:post`.\n",
"tools": [
"tool-descriptor:read",
"tool-descriptor:grep",
"tool-descriptor:glob"
],
"triggers": "Invoked via `ctx.task(researchTaskSpec, args)` when a babysitter\nprocess needs an isolated multi-step research / audit pass.\n",
"description": "Pattern for multi-step research / audit subtasks. Spawns a fresh\nagent subprocess with workspace + tools allowlist scoped to\ninvestigation; aggregates findings back to the parent run.\n"
},
"outgoingEdges": [
{
"from": "subagent:babysitter-research-task",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
}
],
"incomingEdges": []
}