{
  "schema_version": "1.1",
  "id": "p1",
  "slug": "claude-code-subagents",
  "url": "https://feed7.dev/p/claude-code-subagents",
  "title": "Claude Code ships subagents in isolated context windows",
  "why_included": "Long refactors no longer pollute the parent context — a child agent does the noisy work and reports back.",
  "summary": "Subagents get their own context window and a clean handoff contract. The parent session receives only the result summary and the list of touched files.",
  "practical_implication": "Fewer derailed sessions on big tasks. Route any task over ~20 file edits to a subagent and keep your planning context clean.",
  "agent_context": "Claude Code subagents run in isolated context. Use them for long refactors and research sweeps: the parent stays clean while a child does the noisy work, then reports which files remain. Prefer for tasks >20 file edits.",
  "source": {
    "name": "Anthropic",
    "url": "https://www.anthropic.com/engineering/claude-code-subagents",
    "published_at": "2026-07-02T00:00:00.000Z"
  },
  "source_class": "blog_post",
  "content_type": "Official Release",
  "layer": "tools",
  "domains": [
    "coding"
  ],
  "topics": [
    "subagents",
    "coding-agents"
  ],
  "verification": {
    "status": "official_source",
    "label": "Official Source",
    "method": "source_feed",
    "verified_at": null
  },
  "uncertainty": [],
  "connected_context": null,
  "lifecycle": "New",
  "published_at": "2026-07-02T00:00:00.000Z",
  "modified_at": "2026-07-02T00:00:00.000Z",
  "supersedes": [],
  "expires_at": null,
  "formats": {
    "html": "https://feed7.dev/p/claude-code-subagents",
    "json": "https://feed7.dev/p/claude-code-subagents.json",
    "markdown": "https://feed7.dev/p/claude-code-subagents.md"
  }
}