iiRecord
Agentic AI Atlas · Babysitter implementer Task pattern
subagent:babysitter-implementer-taska5c.ai
II.
Subagent JSON

subagent:babysitter-implementer-task

Structured · live

Babysitter implementer Task pattern json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/subagents/babysitter-subagents.yamlCluster · extensions
Record JSON
{
  "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": "agentVersion:claude:ge-0-0-0",
    "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": []
}