# EP08 單集筆記

## 這集在講什麼

- Episode: `EP08`
- Title: `Subagents Taxonomy, Tool Limits, and Context Isolation`
- Channel: `Beaver Teacher 講 Claude Code`
- 預計時長：`25 到 35 分鐘`

## 為什麼這集重要

很多人一講到 sub-agents，就只想到「開更多 worker」。真正困難的從來不是開幾個，而是 ownership、tool limits、context isolation 怎麼設計，不然最後只會變成更多混亂。

## 你會帶走什麼

- 你會知道 sub-agent taxonomy 為什麼重要
- 你會分清楚 bounded job 和 bounded tool set 的關係
- 你會知道 context isolation 應該怎麼想
- 你會得到一個更像團隊架構、不是像亂分工的 sub-agent 設計法

## 一句話先講結論

這集是在講，sub-agent 真正的價值不是多工，而是有邊界的分工。

## 章節

- 00:00 為什麼很多 sub-agent 最後只會放大混亂
- 02:00 sub-agent 的一句話定義
- 05:00 taxonomy 和 ownership
- 12:00 tool limits 與 context isolation
- 18:00 常見反模式
- 23:00 最小可行團隊設計
- 28:00 takeaways

## 如果你也在打造 Claude Code 工作流

這集特別適合：

- 想把 agent work 做成真正的分工系統的人
- 已經開始碰到 sub-agent context 汙染的人
- 想設計 bounded tools / bounded ownership 的團隊

## Related Materials

- website draft: `content/episodes/ep08/website.md`
- podcast script: `content/episodes/ep08/podcast-script.md`
- instructor script: `instructor/episodes/ep08/instructor-script.md`
- diagram brief: `content/episodes/ep08/diagram-brief.md`

## 支持與合作

- 請 Beaver Teacher 喝杯咖啡：`https://claude-code-deep-dive.pages.dev/sponsor/`
- 單集合作：`mailto:hello@blankspaces.uk`
- 合作邊界：只接受和工程團隊 workflow、AI developer tools、知識系統、infra 直接相關的合作

## 聽完這集之後

聽完這集，你應該知道怎麼拆工作而不失去 ownership，也不把 context 品質一起拖垮。
