| name | understand-subagents |
| description | WHAT: Claude Code subagents — isolated contexts, persistent memory, worktree isolation, GAN scoring
WHEN: Understanding or creating subagents
|
Understand Subagents
Pure Claude Code subagents — no external systems.
Official docs: https://code.claude.com/docs/en/sub-agents
What's Here
- Built-in types: Explore, Plan, General-purpose
- Persistent memory (user/project/local scopes)
- Worktree isolation for git worktree sandboxing
- Skill preloading and fork mode
- GAN-like scoring pattern
- Custom subagent files with YAML frontmatter
Read reference.md for full details.