II.
Subagent overview
Reference · livesubagent:babysitter-implementer-task
Babysitter implementer Task pattern overview
Pattern for feature-implementation subtasks (TDD-style). Spawns an agent subprocess with edit / run / test tool access in a dedicated worktree.
Attributes
displayName
Babysitter implementer Task pattern
provenance
custom
dispatchPattern
subprocess-task
subjectId
agentVersion:claude:ge-0-0-0
roleId
systemPrompt
Pattern for feature-implementation subtasks (TDD / feature
implementer). Spawns an agent subprocess with edit / run / test
tool access, scoped to a worktree. The impl function drives the
TDD loop (failing test -> implementation -> green) and posts a
structured result with the diff back to the parent run.
tools
triggers
Invoked via `ctx.task(implementerTaskSpec, args)` when a babysitter
process needs a feature implemented in an isolated worktree.
description
Pattern for feature-implementation subtasks (TDD-style). Spawns
an agent subprocess with edit / run / test tool access in a
dedicated worktree.
Outgoing edges
implements1
- extension-interface:orchestration·ExtensionInterfaceOrchestration
roles_played_by1
- role:implementer·RoleImplementer
Incoming edges
None.