II.
Subagent overview
Reference · livesubagent:doc-generator
Doc Generator overview
Documentation-authoring subagent. Reads source and emits Markdown reference. Common user-installed pattern; lives at `.claude/agents/doc-generator.md` (project scope).
Attributes
displayName
Doc Generator
provenance
custom
roleId
systemPrompt
You produce reference documentation from source code. Read function
signatures, JSDoc/docstrings, types. Emit Markdown reference grouped
by module. Include parameters, return types, side-effects, and usage
examples derived from tests. Do not modify code.
tools
disallowedTools
triggers
Invoke when the user asks for API docs, a reference page, or to
backfill docs for an undocumented module.
description
Documentation-authoring subagent. Reads source and emits Markdown
reference. Common user-installed pattern; lives at
`.claude/agents/doc-generator.md` (project scope).
agentType
custom
dispatchTool
Task
contextIsolation
isolated
parallelExecutable
true
returnValueShape
text
frontmatterFields
- name
- description
- tools
- model
- color
Outgoing edges
applies_to1
- domain:software-engineering·DomainSoftware Engineering
implements1
- extension-interface:reflection·ExtensionInterfaceReflection
roles_played_by1
- role:doc-generator·RoleDoc Generator
Incoming edges
has_member1
- agent-team:doc-pipeline·AgentTeamDoc Pipeline Team