Babysitter implementer Task pattern
subagent:babysitter-implementer-task
Subagentextensions/subagents/babysitter-subagents.yaml·Open in Graph → {
"id": "subagent:babysitter-implementer-task",
"_kind": "Subagent",
"_file": "extensions/subagents/babysitter-subagents.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Babysitter implementer Task pattern",
"provenance": "custom",
"dispatchPattern": "subprocess-task",
"subjectId": "agent-version:claude-code@1.x",
"roleId": "role:implementer",
"systemPrompt": "Pattern for feature-implementation subtasks (TDD / feature\nimplementer). Spawns an agent subprocess with edit / run / test\ntool access, scoped to a worktree. The impl function drives the\nTDD loop (failing test -> implementation -> green) and posts a\nstructured result with the diff back to the parent run.\n",
"tools": [
"tool-descriptor:read",
"tool-descriptor:edit",
"tool-descriptor:write",
"tool-descriptor:bash",
"tool-descriptor:grep",
"tool-descriptor:glob"
],
"triggers": "Invoked via `ctx.task(implementerTaskSpec, args)` when a babysitter\nprocess needs a feature implemented in an isolated worktree.\n",
"description": "Pattern for feature-implementation subtasks (TDD-style). Spawns\nan agent subprocess with edit / run / test tool access in a\ndedicated worktree.\n"
},
"outgoingEdges": [
{
"from": "subagent:babysitter-implementer-task",
"to": "role:implementer",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "subagent:babysitter-implementer-task",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
}
],
"incomingEdges": []
}