displayName
Babysitter implementer Task pattern
provenance
custom
dispatchPattern
subprocess-task
subjectId
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.