解完 Bug 就忘?ce:compound 讓 AI 自動把每次解題經驗存成可搜尋知識文件。拆解三階段 subagent workflow 設計,以及 overlap detection 怎麼防膨脹。帶走可套用的模式。
⭐ 文章深度讀:帶走三個可直接套用到你 AI agent workflow 的設計模式
→ https://heymaibao.com/ce-compound-ai-knowledge-compounding-workflow/
⚡ 章節重點
解完 Bug 就忘了?知識流失的痛點 00:00
知識複利:讓經驗像利息一樣累積 01:36
三個 Agent 平行收集的 Workflow 拆解 02:15
Schema 驅動設計 + 五維度重疊偵測 04:01
知識的生老病死:Compound + Refresh 05:44
三個帶走就能用的設計藍圖 06:53
📝 懶人包
∙ ce:compound 用三個 AI agent 平行收集解題脈絡,再由主代理序列組裝成一份結構化文件。整個流程只寫一個檔,防止多 agent 協作時常見的產出爆炸。
∙ 寫入前會做 5 維度的 overlap detection (重疊偵測),高度重疊時更新既有文件而非新增,主動防止知識庫膨脹。
∙ 搭配 ce:compound-refresh 形成完整知識 lifecycle (生命週期):新增 → 使用 → 老化 → 維護 → 更新或刪除。
∙ 我的觀察:多數團隊的知識管理失敗不是因為不寫文件,而是寫了之後沒人維護、無法搜尋、越來越膨脹。ce:compound 的設計把這三個問題都正面處理了,這套模式值得借來用在自己的 workflow 裡。
📚 參考資料
ce:compound skill 原始碼
→ https://github.com/EveryInc/compound-engineering-plugin/tree/main/plugins/compound-engineering/skills/ce-compound
Compound Engineering Plugin
→ https://github.com/EveryInc/compound-engineering-plugin
Compound engineering: how Every codes with agents
→ https://every.to/chain-of-thought/compound-engineering-how-every-codes-with-agents