返回列表
🧠 阿头学 · 🪞 Uota学 · 💬 讨论题

17 Best Practices That Make Claude Cowork 100X More Powerful

这篇最有价值的不是 17 条技巧,而是把 AI 协作从“临场发挥”升级为“可复用、可审计、可托管”的系统工程。 ### 核心观点
打开原文 ↗

2026-03-02 原文链接 ↗
阅读简报
双语对照
完整翻译
原文
讨论归档

核心观点

  • 主战场已经变了 真正拉开差距的是 `MANIFEST + 分层指令 + skills` 的系统资产,而不是每次重写 prompt;这是能力复利,不是技巧堆叠。
  • 可控自治才配上生产环境 “先计划再执行 + 不确定上抛 + 审阅队列”这套协议,实质是在把错误从事后返工,前移成低成本风控。
  • 上下文治理决定稳定性上限 Global/Folder/Task 三层控制能显著减少输出漂移,尤其适合多项目并行和长周期迭代。
  • 对 Neta 的价值是组织杠杆,不只是个人提效 把增长、宣发、研究流程文件化后,20 人特种作战阵型才能稳定复制高质量动作。
  • 文章可用,但不能照单全收 方法论强于数据论证;要采纳“框架”,不要直接相信“100 倍/95%”这类数字承诺。

### 适用范围

跟我们的关联

  • 海外增长作战系统化:意味着多国家市场可以共用同一控制框架,而不是靠个人经验。接下来怎么做:先做一个“竞品雷达”最小闭环(监控→分类→标红→人工决策)。
  • 品牌宣发一致性:意味着 `brand-voice.md + custom skill` 可以成为“品牌表达编译器”,降低跨语种跑偏。接下来怎么做:先固化 1 套英文品牌语气规范并绑定内容产出 skill。
  • ATou 的 AI 指挥官目标:意味着核心能力是“设计系统”而非“亲自写 prompt”。接下来怎么做:把高频任务统一改成“Done 定义 + 约束 + 不确定协议 + 输出工件”四件套模板。

### 🎯可参与 / 下一步(可选)

讨论引子

1. 如果收益主要来自“流程纪律”而非 Cowork 独有能力,那真正的护城河到底在工具,还是在团队操作系统? 2. 小团队追求速度时,应该在什么点上从“人盯人”切换到“规则盯流程”,才不会被治理成本反噬? 3. 你愿意接受多大证据强度,才会把一套 AI 工作流从个人习惯升级为团队标准?

### 批判性反思

我从 1 月 12 日(它上线那天)起就一直在用 Claude Cowork。

七周里,我跑了 400 多个 Cowork 会话。我测试了每一个插件、每一个连接器、每一个斜杠命令。我把它玩坏到了 Anthropic 可能都没见过的程度。也正因此,我摸清了:究竟哪些做法,能把觉得 Cowork“还挺酷”的人,和已经用它替换掉半套软件栈的人区分开来。

差距巨大,而且跟提示词技巧无关。

关键在于设置、结构,以及 17 条具体做法——大多数用户靠自己永远发现不了,因为 Anthropic 并没有把它们写进文档。

我把每一条都测试过,也量化了差异。下面是完整清单——按影响力排序。

第 1 部分:上下文架构(实践 1–5)

仅靠这五条,就能彻底改变你的 Cowork 体验。后面所有内容都建立在这个基础之上。

1. 为每个工作文件夹建立 _MANIFEST.md

这是影响力最高、却几乎没人谈的做法。

问题在这里:当你把 Cowork 指向一个文件夹时,Claude 会把里面的东西全读一遍——每个文件、每个子文件夹、每份过期草稿、每个已被替代的版本。DEV Community 上有位开发者记录过一个案例:一个包含 462 个文件的咨询项目文件夹开始输出自相矛盾的内容——Claude 竟然从三个月前就已被替换的定价模型里抽取上下文。

解决办法:在任何工作文件夹里放一个 _MANIFEST.md。它告诉 Claude:哪些文档是“事实标准”,哪些子文件夹对应哪些领域,以及哪些内容需要完全跳过。

把它组织成三层:

Tier 1(Canonical/权威):Claude 必须最先阅读的“事实标准”文档——你的品牌规范、项目简报、当前的策略文档。

Tier 2(Domain/领域):按具体主题映射的子文件夹。只有当任务明确涉及该领域时,Claude 才加载它们。例如:“/pricing → 定价模型与费率表”或“/research → 竞品分析”。

Tier 3(Archival/归档):旧草稿、已被替代的版本、参考资料。除非你明确要求,否则 Claude 会忽略它们。

前导下划线能让它始终排在文件夹最上方。填起来只要五分钟,却能省下好几个小时的混乱输出。少于十个文件的文件夹不用做;但凡再大一点——尤其是那种会在几周里不断堆文件的项目文件夹——这条没有商量的余地。

2. 把 Global Instructions 当作你的永久操作系统

Settings → Cowork → Global Instructions 旁边的 Edit。

大多数人这里都是空白。这就像买了车却从不调后视镜。

Global Instructions 会在一切之前加载:在你的文件之前、在你的 prompt 之前,甚至在 Claude 看你的文件夹之前。它们定义了每一次会话都适用的基线行为。

我的写法是:“我是 [name],一名 [role]。开始任何任务前,先查找 _MANIFEST.md 并优先阅读 Tier 1 文件。执行之前必须先提澄清问题。采取任何行动前先给出简要计划。默认输出格式:.docx。绝不使用填充性语言。绝不为了凑字数而扩写输出。质量标准:每个交付物都应无需编辑即可直接发给客户。若把握不高,请直说。”

这意味着,即便我给的 prompt 再懒、再赶,也能输出经过校准的结果。Claude 永远知道我是谁;永远先读对的文件;永远在瞎猜之前先问清楚。Global Instructions 负责基线,你的 prompt 只负责具体任务。

3. 创建三份持久的上下文文件

我在上一篇文章里已经详细讲过,但它太重要了,不得不在这里再重复一遍。

新建一个名为“Claude Context”(或为了排在最前面叫“00_Context”)的文件夹。加入三份文件:

about-me.md 你的职业身份。不是简历,而是你真实在做什么、服务谁、当下优先级是什么,以及一两个你最代表性的作品案例。

brand-voice.md — 你的表达风格。语气关键词、常用词、禁用词、排版偏好,以及两到三段你真实写作的文本作为参考。

working-style.md Claude 应该如何协作。合作规则、默认输出格式、质量标准,以及需要避免的事项清单。

这三份文件可以一夜之间解决“AI 输出很泛”的问题。没有它们,每次会话都从零开始;有了它们,Claude 每次一上来就已了解你的声音、标准和偏好。

大多数人忽略的关键洞见是:这些文件会产生复利。每周都去打磨它们。每次 Claude 输出你不喜欢的东西时,先问自己:这是 prompt 的问题,还是上下文的问题?十有八九是上下文。往某个文件里加一句话,就能永久解决。

4. 用 Folder Instructions 承载项目级上下文

Global Instructions 对每一次会话都一样。Folder Instructions 则只针对你当前工作的那个文件夹。

当你在 Cowork 里选中某个文件夹时,Claude 可以自动读取并更新 Folder Instructions。但你也可以手动设置。这里适合放项目专属规则:客户名称、项目目标、特定术语、交付物格式、审阅截止日期。

分层很重要。Global Instructions 定义通用行为。Folder Instructions 叠加项目上下文。你的 prompt 指定具体任务。三层结构,一层比一层具体。这样你才能从“通用 AI”,升级到“听起来像是在我团队里干了六个月的人”。

5. 绝不要让 Claude 读全量内容——有意识地划定上下文范围

这条做法,把高阶用户和其他人彻底分开。

Claude 的上下文窗口非常大——在 Opus 4.6 上超过一百万 token。但上下文越大,并不意味着输出越好。事实上往往相反:Claude 读的无关文件越多,推理里混入的噪声就越多,输出反而越差。

要告诉 Claude 该读什么。在你的 Global Instructions 里加上:“开始任何任务时,先查找 _MANIFEST.md。加载 Tier 1 文件。只有当任务明确涉及该领域时才加载 Tier 2 文件。除非我特别要求,否则绝不加载 Tier 3 文件。”

如果你在用 subagents,范围要收得更紧:“把任务拆成 subagents 时,给每个 subagent 仅提供完成其子任务所需的最小上下文。”

有意识的上下文管理,是造成 Cowork 用户结果忽好忽坏 vs 每次都稳定高质量的最大分水岭。

第 2 部分:任务设计(实践 6–10)

你如何框定一个任务,决定了 Cowork 交付的是成品,还是昂贵的粗稿。

6. 定义终态,而不是过程

这是能改变一切的思维转变。Cowork 不是聊天机器人,它是同事。你不会手把手告诉同事每一步怎么做;你会告诉他“做完”应该长什么样。

糟糕的 prompt:“帮我处理一下这些文件。”

好的 prompt:“把这个文件夹里的所有文件按客户名称整理进子文件夹。所有文件名统一使用 YYYY-MM-DD-descriptive-name 的格式。创建一份 summary log 记录每一处改动。不要删除任何东西。如果某个文件可能属于多个客户,把它放进 /needs-review。”

第二个 prompt 定义了终态(文件夹整理好)、命名规范、输出工件(summary log)、安全约束(不删除)、以及不确定时的处理协议(/needs-review 文件夹)。Claude 现在可以自主执行,你也可以放心离开。

每个任务 prompt 都该回答三个问题:什么叫“完成”?约束是什么?Claude 遇到不确定时该怎么办?

7. 执行前永远先要计划

把这句话加进你的 Global Instructions:“采取任何行动前先展示简要计划。执行前等待我批准。”

就这一句,能避免 90% 的 Cowork 灾难。没有它,Claude 读完你的 prompt 就立刻开干。有时完全正确;有时误解了某个词,就把三个月的文件按错误方向重组了。

加上计划步骤,你就多了一个 30 秒的审阅窗口。“我将创建这 6 个子文件夹,把这些文件移动过去,按这个规则重命名,并把日志保存在这里。继续吗?”你扫一眼,看起来对,就批准;Claude 再执行。

成本:每个任务多 30 秒。收益:你再也不用去撤销一次 20 分钟的自主错误。

8. 告诉 Claude 遇到不确定时怎么办

这是整张清单里最被低估的一条。

大多数人只给 Claude 设计“顺利路径”的清晰指令,却对边界情况只字不提:报销单照片很糊怎么办?一个文件可能属于两个分类怎么办?数据源不完整怎么办?

Claude 会猜。而它的猜测经常错,并不是因为它笨,而是因为它不知道你在模糊场景下的偏好。

把“不确定处理”写进每一个任务:“如果日期不清晰,就标记为 VERIFY。如果文件可能归入多个文件夹,就放进 /needs-review。如果你对某次分类的把握低于 80%,就标记出来而不是瞎猜。”

这会把 Cowork 从“偶尔会出错的工具”,变成“能准确告诉你哪里需要你来判断的工具”。这是完全不同的价值主张。

9. 把相关工作批量放进一次会话

每一次 Cowork 会话都有启动成本:Claude 要读你的文件、加载你的上下文、理解你的文件夹结构。这些都是你在付费的算力。

不要为五个相关任务开五次会话。开一次会话就够:“我需要处理这个月的报销收据、更新预算表、生成一份汇总报告、起草一封给财务的邮件,并把所有内容保存到 /monthly-reports/february。”

Claude 会为这五件事一起做计划,并在它们之间共享上下文(收据数据进预算,预算进报告,报告进邮件),一次跑完五个彼此关联的交付物。更快、更省钱、质量也更高,因为每个任务的上下文会反哺下一个任务。

如果你经常撞到用量上限,这通常就是解法:更少的会话、每次会话承载更多任务,几乎总是优于很多会话、每次只做一件事。

10. 通过明确要求并行处理,有意识地使用 subagents

Cowork 最强的功能,恰恰是大多数用户从未触发过的那个。

当你给 Cowork 一个由多个独立部分组成的任务时,它可以同时拉起多个 subagents 并行工作。每个 subagent 都拿到干净的上下文,负责自己的那一块,然后把结果交回主 agent 汇总整合。

触发方式:在 prompt 里写上 “Spin up subagents to...” 或 “Work on these in parallel using subagents”。

例子:“我正在评估四家供应商。Spin up subagents to 分别研究每家的定价、支持口碑和集成选项。给我一张对比表。”过去你需要按顺序研究 A、再 B、再 C、再 D;现在 Cowork 会启动四个并行 agent。原本 40 分钟的任务,变成 10 分钟。

适用场景:竞品分析、多来源研究、批量文件处理、从不同角度评估选项(财务、运营、客户体验),以及任何子任务彼此不依赖的工作。

注意:subagents 在 Opus 4.6 上效果最好,但会消耗更多 tokens。把它留给复杂任务——当节省的时间足以覆盖成本时再用。不要用它来整理你的 Downloads 文件夹。

第 3 部分:自动化与调度(实践 11–13)

从这里开始,Cowork 会从效率工具升级为自治系统。

11. 用 /schedule 安排周期性任务

在任何 Cowork 任务里输入 /schedule。Claude 会引导你设置一个任务,让它按日、按周、按月或按需自动运行。

我设置过的最佳定时任务:

周一早晨简报:“每周一早上 7 点,检查我的 Slack 频道和本周日历。汇总接下来要发生的事,标记任何需要提前准备的内容,并把简报保存到 /weekly-briefings。”

周五状态报告:“每周五下午 4 点,从 Asana 拉取我已完成的任务,汇总我这周交付了什么,起草一条状态更新,并保存到 /reports。”

每日竞品跟踪:“每天早上 9 点,研究 [competitor names] 是否有新闻、产品更新或价格变动。只有出现新内容时才保存摘要。”

关键限制:定时任务只会在你的电脑处于唤醒状态且 Claude Desktop 打开的情况下运行。如果任务到点时你的机器在睡眠,Cowork 会在你回来后补跑并通知你。要据此安排。

12. 一次搭建,每周运行——把一切外置到文件里

Cowork 在会话之间没有记忆。这既是它最大的限制,也是它最好的设计特性。

没有记忆意味着没有上下文串味;不会凭空“回忆”起三周前的东西。每次会话都干净地开始。但这也意味着你不能依赖“Claude 记得我喜欢怎么做”。

解决方案:把一切外置到文件里。你的偏好写进 context files。你的项目计划写进 markdown 文档。你的标准操作流程写进 skill files。你的决策与结果写进 log files。

有位高阶用户记录过他搭建的周复盘系统:五份专门的 subagent 指令,总计 1,500+ 行。一次搭建,每周运行。Claude 读取指令,拉起五个并行 agent,每个 agent 都有明确的权限范围与输出定义,无需任何新输入就能产出一份完整的周复盘。

如果你想要连续性,就必须把连续性建进文件里。但回报巨大:一套文档化良好的工作流是可迁移、可分享、可版本控制的。它不住在某个 AI 的记忆里,而是住在你的系统里。

13. 用 /schedule + connectors 组合实现真正的自动化

定时任务和 connectors 结合时,才会真正强大。

连接 Gmail、Slack、Google Drive、Notion、Asana,或 50+ 可用集成中的任何一个。然后设置能拉取实时数据的定时任务:

“每周一,拉取 #product-feedback 中所有未读 Slack 消息,按主题分类,并在 Google Drive 创建一份摘要。”

“每天早上,检查我的 Gmail 是否有发票,提取金额与日期,并更新我本地 /finance 文件夹里的费用表。”

这时 Cowork 就不再只是任务执行器,而开始成为自治系统:定时任务触发;connector 拉取实时数据;Claude 处理;结果出现在你的文件夹或已连接的工具里。你在方便时再审阅即可。

Settings → Connectors → Browse connectors 可以查看可用项。先从 Slack 和 Gmail 开始。光这两个,就能每周帮你省下好几个小时。

第 4 部分:插件与技能(实践 14–16)

插件是 Cowork 的模块化大脑。技能是它的作战手册。大多数用户装一个插件就不再回头看——这等于把 80% 的价值留在桌面上。

14. 叠加插件,获得复合能力

每个插件都是一组技能、斜杠命令和 subagent 配置的打包,面向某个特定领域:Sales、Legal、Finance、Product Management、Data Analysis 等等。

但大多数人忽略了关键点:插件是可组合的。你可以同时安装多个插件,并在同一个任务里调用它们各自的能力。

例子:安装 Data Analysis 插件和 Sales 插件。然后说:“分析我们 Q1 的 pipeline 数据(使用 Data Analysis),找出最弱的三笔 deal,并为每一笔起草个性化跟进邮件(使用 Sales)。”Claude 会在同一条工作流里同时使用两个插件的能力。

我现在的插件栈:Productivity(常开)、Data Analysis(常开)、Sales(外联周用)、Marketing(内容周用)。后两者根据我的重点轮换。

从我发布的插件分级清单开始,先装与你角色匹配的 S 级和 A 级插件,然后再实验不同组合。

15. 为你的具体工作流打造自定义技能

Skill 本质上是一份 markdown 文件,用来教 Claude 如何处理某个具体、可重复的任务。插件里捆绑了很多技能,但你也可以自己创建。

一份自定义 skill 文件的结构:

[技能名称]

目的:这个技能做什么。

输入:Claude 需要哪些信息。

过程:逐步执行指令。

输出:最终交付物长什么样。

约束:规则与护栏。

例子:我做了一个“Weekly Article Drafting”技能。目的:根据主题与大纲写出一篇 2,000 字文章。输入:主题、大纲、目标读者、关键证据。过程:用 web search 做研究、起草各章节、匹配 brand-voice.md、生成 VISUAL SUGGESTIONS 和 QUOTABLE LINES。输出:在 /articles/drafts 里生成 .docx 文件。约束:不用 AI 语义化套话,不用填充短语,至少 8 个证据点。

现在我只要说“Run my article drafting skill on [topic]”,就能拿到一份可直接发布的初稿。这个 skill 把我原本要在 prompt 里花 20 分钟解释的内容都编码进去了。

把自定义技能以 .md 文件形式保存在你的工作文件夹里,或通过 Customize 菜单上传。Claude 会在每次相关会话开始时读取它们。

16. 用 Plugin Management 插件,以对话方式构建插件

这是 Cowork 里最“元”的功能,也是最被低估的。

安装 Plugin Management 插件。然后说:“帮我为 [你的工作流] 创建一个插件。”Claude 会用对话方式引导你定义技能、斜杠命令和配置。不需要写代码。不需要 GitHub。不需要学习 markdown 语法。

你描述你想要什么。Claude 搭建插件。你测试。你迭代。不到一小时,你就能拥有一个自定义插件,把你的具体工作流、标准与术语固化下来。

对团队来说,这会带来质变:一个人给团队的标准流程做出插件;所有人安装它;于是整个团队都能产出一致、符合品牌、符合流程的结果——因为标准写在插件里,而不是写在每个人的记忆里。

企业团队:Anthropic 在 2 月推出了私有插件市场。管理员可以在组织内创建、策展并分发自定义插件。一次构建,部署到几百人。

第 5 部分:安全与效率(实践 17)

17. 把 Cowork 当作强力员工,而不是玩具

Cowork 拥有真实的文件系统访问权限。它可以在你的真机上创建、移动、重命名文件,并在你授权后删除文件。它可以浏览网页。它可以与已连接的工具交互。它甚至可以在无人看管的情况下运行数小时。

这种能力必须被认真对待。以下是不可妥协的安全实践:

在实验前先备份。尤其是做文件整理类任务时。Cowork 大多数时候都做对,但对客户合同来说,“大多数时候”远远不够。

把敏感文件放在独立文件夹里。财务文件、密码、个人信息——把它们放到 Cowork 永远不会触碰的文件夹。不要把整个 Documents 目录都授权出去。范围越小越安全。

除非你明确需要删除,否则永远加上一句“不要删除任何东西”。即便有删除保护(Claude 会在删除前询问),提前从请求里禁止掉也更稳。

任何新工作流的前几次运行都要盯紧。看它怎么做、读它的计划、查它的输出。等你真正信任了这个工作流,再放心离开。但先把信任挣到手。

注意 prompt injection 风险。如果 Claude 读到了恶意文档或网站,隐藏指令可能会改变它的行为。不要在未审阅的前提下,把 Cowork 指向不可信的文件源或陌生 URL。

跟踪你的用量。Cowork 的消耗显著高于普通聊天。复杂的多步骤任务(尤其带 subagents)非常吃算力。如果你经常撞上限,就把相关工作批量处理,用“只修改第 2 节”替代“全部重做”,并通过文件预加载上下文,而不是在聊天里反复解释。

这 17 条实践背后的共同模式

把视角拉远,你会发现这份清单里的每条实践都遵循同一原则:

投资设置。减少提示。

在 Cowork 上挣扎的人,每个任务都在写又长又细的 prompt,却仍然结果不稳定。真正用得顺的人,花一个下午搭好上下文架构(manifest 文件、global instructions、context files、folder instructions、自定义技能),然后用十个字的 prompt 就能拿到可直接交付客户的成果。

这就是从 ChatGPT 时代思维到 Cowork 时代思维的根本转变:ChatGPT 奖励提示词工程;Cowork 奖励系统工程。

在一次 Cowork 会话里,prompt 是最不重要的部分。决定输出质量的,是你围绕它搭建的上下文、结构、技能与约束。

正如一位 Substack 作者(他每天早餐前会跑五条并行工作流)所说:“这感觉不太像在对话,更像是在给一个能干的同事留任务。”

这才是目标:不是聊天机器人,不是“提示—回应”的工具,而是一个同事。之所以它能懂你的标准、你的声音、你的项目和你的偏好,是因为你把这些知识写进了它每次都会读取的文件里。

你的落地清单

按顺序做。每一步都会叠加放大前一步的效果。

今天(30 分钟):创建你的三份上下文文件,并设置 Global Instructions。光这一项,就足以让你超过 95% 的 Cowork 用户。

本周:给你最常用的项目文件夹加上 _MANIFEST.md。安装两到三个与你角色匹配的插件。设置一个定时任务。

本月:为你最常重复的工作流做出第一个自定义技能。在一项复杂研究任务上试用 subagents。根据输出质量持续打磨你的上下文文件。

到第一个月结束时,你会拥有一套 Cowork 设置:用更少的时间,产出比你用过的任何 AI 工具都更高质量的结果。

Cowork 是玩具还是系统,差别就在 17 条实践和大约两小时的设置。

懂这些实践的人与不懂的人之间的差距,已经非常巨大。

六个月后,这道差距会变成深谷。

I’ve been using Claude Cowork since January 12, the day it launched.

In seven weeks, I’ve run over 400 Cowork sessions. I’ve tested every plugin, every connector, every slash command. I’ve broken it in ways Anthropic probably hasn’t seen. And I’ve figured out the exact practices that separate people who think Cowork is “kind of cool” from people who’ve replaced half their software stack with it.

The gap is enormous. And it has nothing to do with prompting skill.

It’s about setup. Structure. And seventeen specific practices that most users will never discover on their own because Anthropic doesn’t document them.

I tested each one. Measured the difference. Here’s the complete list — ranked by impact.

Part 1: Context architecture (practices 1–5)

These five practices alone will transform your Cowork experience. Everything else builds on this foundation.

我从 1 月 12 日(它上线那天)起就一直在用 Claude Cowork。

七周里,我跑了 400 多个 Cowork 会话。我测试了每一个插件、每一个连接器、每一个斜杠命令。我把它玩坏到了 Anthropic 可能都没见过的程度。也正因此,我摸清了:究竟哪些做法,能把觉得 Cowork“还挺酷”的人,和已经用它替换掉半套软件栈的人区分开来。

差距巨大,而且跟提示词技巧无关。

关键在于设置、结构,以及 17 条具体做法——大多数用户靠自己永远发现不了,因为 Anthropic 并没有把它们写进文档。

我把每一条都测试过,也量化了差异。下面是完整清单——按影响力排序。

第 1 部分:上下文架构(实践 1–5)

仅靠这五条,就能彻底改变你的 Cowork 体验。后面所有内容都建立在这个基础之上。

1. Build a _MANIFEST.md for every working folder

This is the single highest-impact practice nobody talks about.

Here’s the problem. When you point Cowork at a folder, Claude reads everything. Every file. Every subfolder. Every outdated draft and superseded version. A developer on DEV Community documented this after a 462-file consulting folder started producing contradictory output — Claude was pulling context from pricing models that had been replaced three months earlier.

The fix: a _MANIFEST.md file you drop into any working folder. It tells Claude which documents are the source of truth, which subfolders map to which domains, and what to skip entirely.

Structure it in three tiers:

Tier 1 (Canonical): The source-of-truth documents Claude must read first. Your brand guidelines. Your project brief. Your current strategy document.

Tier 2 (Domain): Subfolders mapped to specific topics. Claude only loads these when the task touches that domain. “/pricing → pricing models and rate cards” or “/research → competitor analysis.”

Tier 3 (Archival): Old drafts, superseded versions, reference material. Claude ignores these unless you explicitly ask.

The underscore prefix keeps it sorted to the top of your folder. Takes five minutes to fill out. Saves hours of confused output. For folders under ten files, you don’t need one. For anything bigger and especially project folders that accumulate files over weeks this is non-negotiable.

1. 为每个工作文件夹建立 _MANIFEST.md

这是影响力最高、却几乎没人谈的做法。

问题在这里:当你把 Cowork 指向一个文件夹时,Claude 会把里面的东西全读一遍——每个文件、每个子文件夹、每份过期草稿、每个已被替代的版本。DEV Community 上有位开发者记录过一个案例:一个包含 462 个文件的咨询项目文件夹开始输出自相矛盾的内容——Claude 竟然从三个月前就已被替换的定价模型里抽取上下文。

解决办法:在任何工作文件夹里放一个 _MANIFEST.md。它告诉 Claude:哪些文档是“事实标准”,哪些子文件夹对应哪些领域,以及哪些内容需要完全跳过。

把它组织成三层:

Tier 1(Canonical/权威):Claude 必须最先阅读的“事实标准”文档——你的品牌规范、项目简报、当前的策略文档。

Tier 2(Domain/领域):按具体主题映射的子文件夹。只有当任务明确涉及该领域时,Claude 才加载它们。例如:“/pricing → 定价模型与费率表”或“/research → 竞品分析”。

Tier 3(Archival/归档):旧草稿、已被替代的版本、参考资料。除非你明确要求,否则 Claude 会忽略它们。

前导下划线能让它始终排在文件夹最上方。填起来只要五分钟,却能省下好几个小时的混乱输出。少于十个文件的文件夹不用做;但凡再大一点——尤其是那种会在几周里不断堆文件的项目文件夹——这条没有商量的余地。

2. Use Global Instructions as your permanent operating system

Settings → Cowork → Edit next to Global Instructions.

Most people leave this blank. That’s like buying a car and never adjusting the mirrors.

Global Instructions load before everything else before your files, before your prompt, before Claude even looks at your folder. They’re the baseline behavior that applies to every single session.

Mine says: “I’m [name], a [role]. Before starting any task, look for _MANIFEST.md and read Tier 1 files first. Always ask clarifying questions before executing. Show a brief plan before taking action. Default output format: .docx. Never use filler language. Never pad outputs. Quality bar: every deliverable should be client-ready without editing. If confidence is low, say so.”

This means even my laziest, most rushed prompt still produces calibrated output. Claude always knows who I am. Always reads the right files first. Always asks before

guessing. The Global Instructions handle the baseline. Your prompt just handles the task.

2. 把 Global Instructions 当作你的永久操作系统

Settings → Cowork → Global Instructions 旁边的 Edit。

大多数人这里都是空白。这就像买了车却从不调后视镜。

Global Instructions 会在一切之前加载:在你的文件之前、在你的 prompt 之前,甚至在 Claude 看你的文件夹之前。它们定义了每一次会话都适用的基线行为。

我的写法是:“我是 [name],一名 [role]。开始任何任务前,先查找 _MANIFEST.md 并优先阅读 Tier 1 文件。执行之前必须先提澄清问题。采取任何行动前先给出简要计划。默认输出格式:.docx。绝不使用填充性语言。绝不为了凑字数而扩写输出。质量标准:每个交付物都应无需编辑即可直接发给客户。若把握不高,请直说。”

这意味着,即便我给的 prompt 再懒、再赶,也能输出经过校准的结果。Claude 永远知道我是谁;永远先读对的文件;永远在瞎猜之前先问清楚。Global Instructions 负责基线,你的 prompt 只负责具体任务。

3. Create three persistent context files

I covered this in depth in my previous article, but it’s too important not to repeat here.

Create a folder called “Claude Context” (or “00_Context” so it sorts first). Add three files:

about-me.md Your professional identity. Not your resume. What you actually do, who you serve, what your current priorities are, and one or two examples of your best work.

brand-voice.md — Your communication style. Tone descriptors, words you use, words you never use, formatting preferences, and two to three paragraphs of your actual writing as reference.

working-style.md How Claude should behave. Collaboration rules, output format defaults, quality standards, and a list of things to avoid.

These three files eliminate the “generic AI output” problem overnight. Without them, every session starts cold. With them, Claude starts every session already knowing your voice, your standards, and your preferences.

The key insight most people miss: these files compound. Refine them weekly. Every time Claude produces something you don’t like, ask yourself whether it’s a prompt problem or a context problem. Nine times out of ten, it’s context. Add one line to one file. Permanent fix.

3. 创建三份持久的上下文文件

我在上一篇文章里已经详细讲过,但它太重要了,不得不在这里再重复一遍。

新建一个名为“Claude Context”(或为了排在最前面叫“00_Context”)的文件夹。加入三份文件:

about-me.md 你的职业身份。不是简历,而是你真实在做什么、服务谁、当下优先级是什么,以及一两个你最代表性的作品案例。

brand-voice.md — 你的表达风格。语气关键词、常用词、禁用词、排版偏好,以及两到三段你真实写作的文本作为参考。

working-style.md Claude 应该如何协作。合作规则、默认输出格式、质量标准,以及需要避免的事项清单。

这三份文件可以一夜之间解决“AI 输出很泛”的问题。没有它们,每次会话都从零开始;有了它们,Claude 每次一上来就已了解你的声音、标准和偏好。

大多数人忽略的关键洞见是:这些文件会产生复利。每周都去打磨它们。每次 Claude 输出你不喜欢的东西时,先问自己:这是 prompt 的问题,还是上下文的问题?十有八九是上下文。往某个文件里加一句话,就能永久解决。

4. Use Folder Instructions for project-specific context

Global Instructions are the same for every session. Folder Instructions are specific to whatever folder you’re working in.

When you select a folder in Cowork, Claude can read and update Folder Instructions automatically. But you can also set them manually. This is where you put project-specific rules: client name, project goals, specific terminology, deliverable formats, review deadlines.

The layering matters. Global Instructions set universal behavior. Folder Instructions add project context. Your prompt specifies the task. Three layers, each one more specific than the last. This is how you go from “generic AI” to “this sounds like it came from someone who’s been on my team for six months.”

4. 用 Folder Instructions 承载项目级上下文

Global Instructions 对每一次会话都一样。Folder Instructions 则只针对你当前工作的那个文件夹。

当你在 Cowork 里选中某个文件夹时,Claude 可以自动读取并更新 Folder Instructions。但你也可以手动设置。这里适合放项目专属规则:客户名称、项目目标、特定术语、交付物格式、审阅截止日期。

分层很重要。Global Instructions 定义通用行为。Folder Instructions 叠加项目上下文。你的 prompt 指定具体任务。三层结构,一层比一层具体。这样你才能从“通用 AI”,升级到“听起来像是在我团队里干了六个月的人”。

5. Never let Claude read everything scope your context deliberately

This is the practice that separates power users from everyone else.

Claude’s context window is enormous over a million tokens on Opus 4.6. But bigger context doesn’t mean better output. In fact, the opposite is often true. The more irrelevant files Claude reads, the more noise enters its reasoning, and the worse your output gets.

Tell Claude what to read. In your Global Instructions, add: “When starting any task, look for _MANIFEST.md first. Load Tier 1 files. Only load Tier 2 files when the task explicitly touches that domain. Never load Tier 3 files unless I specifically ask.”

If you’re using subagents, scope them even tighter: “When decomposing tasks into subagents, give each subagent only the minimum context it needs for its specific subtask.”

Deliberate context management is the single biggest differentiator between Cowork users who get inconsistent results and Cowork users who get reliable, high-quality output every time.

Part 2: Task design (practices 6–10)

How you frame a task determines whether Cowork delivers a finished product or an expensive rough draft.

5. 绝不要让 Claude 读全量内容——有意识地划定上下文范围

这条做法,把高阶用户和其他人彻底分开。

Claude 的上下文窗口非常大——在 Opus 4.6 上超过一百万 token。但上下文越大,并不意味着输出越好。事实上往往相反:Claude 读的无关文件越多,推理里混入的噪声就越多,输出反而越差。

要告诉 Claude 该读什么。在你的 Global Instructions 里加上:“开始任何任务时,先查找 _MANIFEST.md。加载 Tier 1 文件。只有当任务明确涉及该领域时才加载 Tier 2 文件。除非我特别要求,否则绝不加载 Tier 3 文件。”

如果你在用 subagents,范围要收得更紧:“把任务拆成 subagents 时,给每个 subagent 仅提供完成其子任务所需的最小上下文。”

有意识的上下文管理,是造成 Cowork 用户结果忽好忽坏 vs 每次都稳定高质量的最大分水岭。

第 2 部分:任务设计(实践 6–10)

你如何框定一个任务,决定了 Cowork 交付的是成品,还是昂贵的粗稿。

6. Define the end state, not the process

This is the mindset shift that changes everything. Cowork isn’t a chatbot. It’s a coworker. You don’t tell a coworker how to do their job step by step. You tell them what “done” looks like.

Bad prompt: “Help me with my files.”

Good prompt: “Organize all files in this folder into subfolders by client name. Use the format YYYY-MM-DD-descriptive-name for all filenames. Create a summary log documenting every change. Don’t delete anything. If a file could belong to multiple clients, put it in /needs-review.”

The second prompt defines the end state (organized folders), the naming convention, the output artifact (summary log), the safety constraint (no deletion), and the uncertainty protocol (needs-review folder). Claude can now execute autonomously and you can walk away.

Every task prompt should answer three questions: What does “done” look like? What are the constraints? What should Claude do when it’s uncertain?

6. 定义终态,而不是过程

这是能改变一切的思维转变。Cowork 不是聊天机器人,它是同事。你不会手把手告诉同事每一步怎么做;你会告诉他“做完”应该长什么样。

糟糕的 prompt:“帮我处理一下这些文件。”

好的 prompt:“把这个文件夹里的所有文件按客户名称整理进子文件夹。所有文件名统一使用 YYYY-MM-DD-descriptive-name 的格式。创建一份 summary log 记录每一处改动。不要删除任何东西。如果某个文件可能属于多个客户,把它放进 /needs-review。”

第二个 prompt 定义了终态(文件夹整理好)、命名规范、输出工件(summary log)、安全约束(不删除)、以及不确定时的处理协议(/needs-review 文件夹)。Claude 现在可以自主执行,你也可以放心离开。

每个任务 prompt 都该回答三个问题:什么叫“完成”?约束是什么?Claude 遇到不确定时该怎么办?

7. Always request a plan before execution

Add this to your Global Instructions: “Show a brief plan before taking action on any task. Wait for my approval before executing.”

This single line prevents 90% of Cowork disasters. Without it, Claude reads your prompt and immediately starts executing. Sometimes it’s exactly right. Sometimes it misinterprets one word and reorganizes three months of files in the wrong direction.

With the plan step, you get a 30-second review window. “I’m going to create these six subfolders, move these files, rename them using this convention, and save a log here. Proceed?” You scan it. It looks right. You approve. Claude executes.

The cost: an extra 30 seconds per task. The benefit: you never have to undo a 20-minute autonomous mistake.

7. 执行前永远先要计划

把这句话加进你的 Global Instructions:“采取任何行动前先展示简要计划。执行前等待我批准。”

就这一句,能避免 90% 的 Cowork 灾难。没有它,Claude 读完你的 prompt 就立刻开干。有时完全正确;有时误解了某个词,就把三个月的文件按错误方向重组了。

加上计划步骤,你就多了一个 30 秒的审阅窗口。“我将创建这 6 个子文件夹,把这些文件移动过去,按这个规则重命名,并把日志保存在这里。继续吗?”你扫一眼,看起来对,就批准;Claude 再执行。

成本:每个任务多 30 秒。收益:你再也不用去撤销一次 20 分钟的自主错误。

8. Tell Claude what to do with uncertainty

This is the most underrated practice in the entire list.

Most people give Claude clear instructions for the happy path but say nothing about edge cases. What happens when a receipt image is blurry? When a file could belong to two categories? When a data source is incomplete?

Claude will guess. And Claude’s guesses are often wrong not because it’s stupid, but because it doesn’t know your preferences for ambiguous situations.

Build uncertainty handling into every task: “If a date isn’t clear, mark it as VERIFY. If a file could go in multiple folders, put it in /needs-review. If you’re less than 80% confident in a classification, flag it instead of guessing.”

This transforms Cowork from a tool that sometimes produces errors into a tool that tells you exactly where it needs your judgment. That’s a fundamentally different value proposition.

8. 告诉 Claude 遇到不确定时怎么办

这是整张清单里最被低估的一条。

大多数人只给 Claude 设计“顺利路径”的清晰指令,却对边界情况只字不提:报销单照片很糊怎么办?一个文件可能属于两个分类怎么办?数据源不完整怎么办?

Claude 会猜。而它的猜测经常错,并不是因为它笨,而是因为它不知道你在模糊场景下的偏好。

把“不确定处理”写进每一个任务:“如果日期不清晰,就标记为 VERIFY。如果文件可能归入多个文件夹,就放进 /needs-review。如果你对某次分类的把握低于 80%,就标记出来而不是瞎猜。”

这会把 Cowork 从“偶尔会出错的工具”,变成“能准确告诉你哪里需要你来判断的工具”。这是完全不同的价值主张。

9. Batch related work into single sessions

Every Cowork session has startup cost. Claude reads your files, loads your context, processes your folder structure. That’s compute you’re paying for.

Don’t run five separate sessions for five related tasks. Run one session: “I need to process this month’s expense receipts, update the budget spreadsheet, generate a summary report, draft an email to finance, and save everything to /monthly-reports/february.”

Claude plans all five tasks, shares context across them (the receipt data feeds into the budget which feeds into the report which feeds into the email), and produces five connected deliverables in one run. Faster. Cheaper. Higher quality because the context from each task informs the next.

If you’re hitting usage limits, this is usually the fix. Fewer sessions with more tasks per session is almost always better than many sessions with one task each.

9. 把相关工作批量放进一次会话

每一次 Cowork 会话都有启动成本:Claude 要读你的文件、加载你的上下文、理解你的文件夹结构。这些都是你在付费的算力。

不要为五个相关任务开五次会话。开一次会话就够:“我需要处理这个月的报销收据、更新预算表、生成一份汇总报告、起草一封给财务的邮件,并把所有内容保存到 /monthly-reports/february。”

Claude 会为这五件事一起做计划,并在它们之间共享上下文(收据数据进预算,预算进报告,报告进邮件),一次跑完五个彼此关联的交付物。更快、更省钱、质量也更高,因为每个任务的上下文会反哺下一个任务。

如果你经常撞到用量上限,这通常就是解法:更少的会话、每次会话承载更多任务,几乎总是优于很多会话、每次只做一件事。

10. Use subagents deliberately by asking for parallel processing

Cowork’s most powerful feature is one most users never trigger.

When you give Cowork a task with independent parts, it can spin up multiple subagents to work on them simultaneously. Each subagent gets fresh context, tackles its piece, and hands results back to the main agent for synthesis.

How to trigger it: include “Spin up subagents to...” or “Work on these in parallel using subagents” in your prompt.

Example: “I’m evaluating four vendors. Spin up subagents to research each one’s pricing, support reputation, and integration options. Give me a comparison table.” Instead of researching sequentially vendor A, then B, then C, then D Cowork launches four parallel agents. The task that used to take 40 minutes takes 10.

Use it for: competitive analysis, multi-source research, processing batches of files, evaluating options from different angles (financial, operational, customer experience), and any task where subtasks don’t depend on each other.

Caveat: subagents work best on Opus 4.6 and consume more tokens. Use them for complex tasks where the time savings justify the cost. Don’t use them to organize your Downloads folder.

Part 3: Automation and scheduling (practices 11–13)

This is where Cowork goes from productivity tool to autonomous system.

10. 通过明确要求并行处理,有意识地使用 subagents

Cowork 最强的功能,恰恰是大多数用户从未触发过的那个。

当你给 Cowork 一个由多个独立部分组成的任务时,它可以同时拉起多个 subagents 并行工作。每个 subagent 都拿到干净的上下文,负责自己的那一块,然后把结果交回主 agent 汇总整合。

触发方式:在 prompt 里写上 “Spin up subagents to...” 或 “Work on these in parallel using subagents”。

例子:“我正在评估四家供应商。Spin up subagents to 分别研究每家的定价、支持口碑和集成选项。给我一张对比表。”过去你需要按顺序研究 A、再 B、再 C、再 D;现在 Cowork 会启动四个并行 agent。原本 40 分钟的任务,变成 10 分钟。

适用场景:竞品分析、多来源研究、批量文件处理、从不同角度评估选项(财务、运营、客户体验),以及任何子任务彼此不依赖的工作。

注意:subagents 在 Opus 4.6 上效果最好,但会消耗更多 tokens。把它留给复杂任务——当节省的时间足以覆盖成本时再用。不要用它来整理你的 Downloads 文件夹。

第 3 部分:自动化与调度(实践 11–13)

从这里开始,Cowork 会从效率工具升级为自治系统。

11. Schedule recurring tasks with /schedule

Type /schedule in any Cowork task. Claude walks you through setting up a task that runs automatically daily, weekly, monthly, or on demand.

The best scheduled tasks I’ve set up:

Monday morning briefing: “Every Monday at 7 AM, check my Slack channels and calendar for the week. Summarize what’s coming up, flag anything that needs prep, and save a briefing to /weekly-briefings.”

Friday status report: “Every Friday at 4 PM, pull my completed tasks from Asana, summarize what I shipped this week, draft a status update, and save to /reports.”

Daily competitor tracking: “Every day at 9 AM, research [competitor names] for news, product updates, or pricing changes. Save a summary only if there’s something new.”

Critical limitation: scheduled tasks only run when your computer is awake and Claude Desktop is open. If your machine is asleep when a task is due, Cowork catches up when you’re back and notifies you. Plan around this.

11. 用 /schedule 安排周期性任务

在任何 Cowork 任务里输入 /schedule。Claude 会引导你设置一个任务,让它按日、按周、按月或按需自动运行。

我设置过的最佳定时任务:

周一早晨简报:“每周一早上 7 点,检查我的 Slack 频道和本周日历。汇总接下来要发生的事,标记任何需要提前准备的内容,并把简报保存到 /weekly-briefings。”

周五状态报告:“每周五下午 4 点,从 Asana 拉取我已完成的任务,汇总我这周交付了什么,起草一条状态更新,并保存到 /reports。”

每日竞品跟踪:“每天早上 9 点,研究 [competitor names] 是否有新闻、产品更新或价格变动。只有出现新内容时才保存摘要。”

关键限制:定时任务只会在你的电脑处于唤醒状态且 Claude Desktop 打开的情况下运行。如果任务到点时你的机器在睡眠,Cowork 会在你回来后补跑并通知你。要据此安排。

12. Build once, run weekly externalize everything to files

Cowork has no memory between sessions. This is simultaneously its biggest limitation and its greatest design feature.

No memory means no context bleed. No hallucinated recollections from three weeks ago. Every session starts clean. But it also means you can’t rely on “Claude remembers how I like this done.”

The solution: externalize everything to files. Your preferences live in context files. Your project plans live in markdown documents. Your standard operating procedures live in skill files. Your decisions and outcomes live in log files.

One power user documented building a weekly review system: 1,500+ lines across five specialized subagent instructions. Built once. Runs weekly. Claude reads the instructions, spins up five parallel agents, each with scoped permissions and defined outputs, and produces a complete weekly review without any new input.

If you want continuity, you have to build it into files. But the upside is massive: a well-documented workflow is portable, shareable, and version-controlled. It doesn’t live in one AI’s memory. It lives in your system.

12. 一次搭建,每周运行——把一切外置到文件里

Cowork 在会话之间没有记忆。这既是它最大的限制,也是它最好的设计特性。

没有记忆意味着没有上下文串味;不会凭空“回忆”起三周前的东西。每次会话都干净地开始。但这也意味着你不能依赖“Claude 记得我喜欢怎么做”。

解决方案:把一切外置到文件里。你的偏好写进 context files。你的项目计划写进 markdown 文档。你的标准操作流程写进 skill files。你的决策与结果写进 log files。

有位高阶用户记录过他搭建的周复盘系统:五份专门的 subagent 指令,总计 1,500+ 行。一次搭建,每周运行。Claude 读取指令,拉起五个并行 agent,每个 agent 都有明确的权限范围与输出定义,无需任何新输入就能产出一份完整的周复盘。

如果你想要连续性,就必须把连续性建进文件里。但回报巨大:一套文档化良好的工作流是可迁移、可分享、可版本控制的。它不住在某个 AI 的记忆里,而是住在你的系统里。

13. Use the /schedule + connectors combo for real automation

Scheduled tasks become genuinely powerful when combined with connectors.

Connect Gmail, Slack, Google Drive, Notion, Asana, or any of the 50+ available integrations. Then schedule tasks that pull live data:

“Every Monday, pull all unread Slack messages from #product-feedback, categorize them by theme, and create a summary in Google Drive.”

“Every morning, check my Gmail for invoices, extract amounts and dates, and update the expenses spreadsheet in my local /finance folder.”

This is where Cowork stops being a task executor and starts being an autonomous system. The scheduled task runs. The connector pulls live data. Claude processes it. The output appears in your folder or your connected tool. You review when you’re ready.

Settings → Connectors → Browse connectors to see what’s available. Start with Slack and Gmail. Those two alone will save you hours per week.

Part 4: Plugins and skills (practices 14–16)

Plugins are Cowork’s modular brain. Skills are its playbook. Most users install one plugin and never look back. That’s leaving 80% of the value on the table.

13. 用 /schedule + connectors 组合实现真正的自动化

定时任务和 connectors 结合时,才会真正强大。

连接 Gmail、Slack、Google Drive、Notion、Asana,或 50+ 可用集成中的任何一个。然后设置能拉取实时数据的定时任务:

“每周一,拉取 #product-feedback 中所有未读 Slack 消息,按主题分类,并在 Google Drive 创建一份摘要。”

“每天早上,检查我的 Gmail 是否有发票,提取金额与日期,并更新我本地 /finance 文件夹里的费用表。”

这时 Cowork 就不再只是任务执行器,而开始成为自治系统:定时任务触发;connector 拉取实时数据;Claude 处理;结果出现在你的文件夹或已连接的工具里。你在方便时再审阅即可。

Settings → Connectors → Browse connectors 可以查看可用项。先从 Slack 和 Gmail 开始。光这两个,就能每周帮你省下好几个小时。

第 4 部分:插件与技能(实践 14–16)

插件是 Cowork 的模块化大脑。技能是它的作战手册。大多数用户装一个插件就不再回头看——这等于把 80% 的价值留在桌面上。

14. Stack plugins for compound capability

Each plugin is a bundle of skills, slash commands, and subagent configurations designed for a specific domain Sales, Legal, Finance, Product Management, Data Analysis, and so on.

But here’s what most people miss: plugins are composable. You can install multiple plugins and use capabilities from all of them in a single task.

Example: Install the Data Analysis plugin and the Sales plugin. Then: “Analyze our Q1 pipeline data (use Data Analysis), identify the three weakest deals, and draft personalized follow-up emails for each (use Sales).” Claude uses capabilities from both plugins in one workflow.

My current stack: Productivity (always on), Data Analysis (always on), Sales (for outreach weeks), and Marketing (for content weeks). Rotate the last two based on what I’m focused on.

Start with the tier list I published install the S-tier and A-tier plugins that match your role. Then experiment with combinations.

14. 叠加插件,获得复合能力

每个插件都是一组技能、斜杠命令和 subagent 配置的打包,面向某个特定领域:Sales、Legal、Finance、Product Management、Data Analysis 等等。

但大多数人忽略了关键点:插件是可组合的。你可以同时安装多个插件,并在同一个任务里调用它们各自的能力。

例子:安装 Data Analysis 插件和 Sales 插件。然后说:“分析我们 Q1 的 pipeline 数据(使用 Data Analysis),找出最弱的三笔 deal,并为每一笔起草个性化跟进邮件(使用 Sales)。”Claude 会在同一条工作流里同时使用两个插件的能力。

我现在的插件栈:Productivity(常开)、Data Analysis(常开)、Sales(外联周用)、Marketing(内容周用)。后两者根据我的重点轮换。

从我发布的插件分级清单开始,先装与你角色匹配的 S 级和 A 级插件,然后再实验不同组合。

15. Build custom skills for your specific workflows

A skill is a markdown file that teaches Claude how to approach a specific, repeatable task. Plugins bundle many skills. But you can also create your own.

Structure of a custom skill file:

[Skill Name]

15. 为你的具体工作流打造自定义技能

Skill 本质上是一份 markdown 文件,用来教 Claude 如何处理某个具体、可重复的任务。插件里捆绑了很多技能,但你也可以自己创建。

一份自定义 skill 文件的结构:

[技能名称]

Purpose: What this skill does.

目的:这个技能做什么。

Inputs: What information Claude needs.

输入:Claude 需要哪些信息。

Process: Step-by-step instructions.

过程:逐步执行指令。

Output: What the finished deliverable looks like.

输出:最终交付物长什么样。

Constraints: Rules and guardrails.

Example: I created a “Weekly Article Drafting” skill. Purpose: Draft a 2,000-word article from a topic and outline. Inputs: topic, outline, target audience, key evidence. Process: research using web search, draft sections, match brand-voice.md, generate VISUAL SUGGESTIONS and QUOTABLE LINES. Output: .docx file in /articles/drafts. Constraints: no AI semantic language, no filler phrases, minimum 8 evidence points.

Now I say “Run my article drafting skill on [topic]” and get a publication-ready draft. The skill encodes everything I’d normally spend 20 minutes explaining in a prompt.

Save custom skills as .md files in your working folder or upload them through the Customize menu. Claude reads them at the start of every relevant session.

约束:规则与护栏。

例子:我做了一个“Weekly Article Drafting”技能。目的:根据主题与大纲写出一篇 2,000 字文章。输入:主题、大纲、目标读者、关键证据。过程:用 web search 做研究、起草各章节、匹配 brand-voice.md、生成 VISUAL SUGGESTIONS 和 QUOTABLE LINES。输出:在 /articles/drafts 里生成 .docx 文件。约束:不用 AI 语义化套话,不用填充短语,至少 8 个证据点。

现在我只要说“Run my article drafting skill on [topic]”,就能拿到一份可直接发布的初稿。这个 skill 把我原本要在 prompt 里花 20 分钟解释的内容都编码进去了。

把自定义技能以 .md 文件形式保存在你的工作文件夹里,或通过 Customize 菜单上传。Claude 会在每次相关会话开始时读取它们。

16. Use the Plugin Management plugin to build plugins conversationally

This is the most meta feature in Cowork and the most underused.

Install the Plugin Management plugin. Then say: “Help me create a plugin for [your workflow].” Claude walks you through defining skills, slash commands, and

configuration conversationally. No code. No GitHub. No markdown syntax you need to learn.

You describe what you want. Claude builds the plugin. You test it. You refine it. In under an hour, you have a custom plugin that codifies your specific workflow, your specific standards, and your specific terminology.

For teams, this is transformative. One person builds a plugin for your team’s standard processes. Everyone installs it. Suddenly the whole team produces consistent, on-brand, process-compliant output because the standards live in the plugin, not in individual memory.

Enterprise teams: Anthropic launched a private plugin marketplace in February. Admins can create, curate, and distribute custom plugins across the organization. Build once. Deploy to hundreds.

Part 5: Safety and efficiency (practice 17)

16. 用 Plugin Management 插件,以对话方式构建插件

这是 Cowork 里最“元”的功能,也是最被低估的。

安装 Plugin Management 插件。然后说:“帮我为 [你的工作流] 创建一个插件。”Claude 会用对话方式引导你定义技能、斜杠命令和配置。不需要写代码。不需要 GitHub。不需要学习 markdown 语法。

你描述你想要什么。Claude 搭建插件。你测试。你迭代。不到一小时,你就能拥有一个自定义插件,把你的具体工作流、标准与术语固化下来。

对团队来说,这会带来质变:一个人给团队的标准流程做出插件;所有人安装它;于是整个团队都能产出一致、符合品牌、符合流程的结果——因为标准写在插件里,而不是写在每个人的记忆里。

企业团队:Anthropic 在 2 月推出了私有插件市场。管理员可以在组织内创建、策展并分发自定义插件。一次构建,部署到几百人。

第 5 部分:安全与效率(实践 17)

17. Treat Cowork like a powerful employee, not a toy

Cowork has real file system access. It can create, move, rename, and with your permission delete files on your actual computer. It can browse the web. It can interact with connected tools. It can run for hours unsupervised.

That power demands respect. Here are the non-negotiable safety practices:

Back up before experimenting. Especially with file organization tasks. Cowork gets it right most of the time. “Most of the time” isn’t good enough for your client contracts.

Keep sensitive files in separate folders. Financial documents, passwords, personal information put them in folders Cowork never touches. Don’t grant access to your entire Documents directory. Scope tightly.

Always add “Don’t delete anything” unless you specifically want deletions. Even with deletion protection (Claude asks before deleting), it’s better to prevent the request entirely.

Monitor the first few runs of any new workflow. Watch what Claude does. Read the plan. Check the output. Once you trust a workflow, you can step away. But earn that trust first.

Be aware of prompt injection risk. If Claude reads a malicious document or website, hidden instructions could alter its behavior. Don’t point Cowork at untrusted file sources or unfamiliar URLs without reviewing them first.

Track your usage. Cowork consumes significantly more of your allocation than regular chat. Complex, multi-step tasks with subagents are compute-intensive. If you’re hitting limits, batch related work, use “revise section 2 only” instead of “redo everything,” and pre-load context through files instead of re-explaining in chat.

The pattern behind all 17 practices

If you zoom out, every practice on this list follows the same principle:

Invest in setup. Reduce prompting.

The people struggling with Cowork are writing long, detailed prompts for every task and getting inconsistent results. The people thriving with Cowork spent an afternoon building their context architecture manifest files, global instructions, context files, folder instructions, custom skills and now write ten-word prompts that produce client-ready deliverables.

This is the fundamental shift from ChatGPT-era thinking to Cowork-era thinking. ChatGPT rewarded prompt engineering. Cowork rewards system engineering.

The prompt is the least important part of a Cowork session. The context, the structure, the skills, and the constraints you’ve built around it that’s where the output quality comes from.

As one Substack writer who runs five parallel workflows before breakfast put it: “It feels less like a conversation and more like leaving tasks for a capable coworker.”

That’s the target. Not a chatbot. Not a prompt-and-respond tool. A coworker who already knows your standards, your voice, your projects, and your preferences because you built that knowledge into files it reads every single time.

Your implementation checklist

Do these in order. Each one compounds on the last.

Today (30 minutes): Create your three context files and set your Global Instructions. This alone puts you ahead of 95% of Cowork users.

This week: Add a _MANIFEST.md to your most-used project folder. Install two to three plugins that match your role. Set up one scheduled task.

This month: Build your first custom skill for your most repeated workflow. Experiment with subagents on a complex research task. Refine your context files based on output quality.

By the end of month one, you’ll have a Cowork setup that produces higher-quality output in less time than any AI tool you’ve used before.

The difference between Cowork as a toy and Cowork as a system is seventeen practices and about two hours of setup.

The gap between people who know these practices and people who don’t is already massive.

In six months, it’ll be a canyon.

17. 把 Cowork 当作强力员工,而不是玩具

Cowork 拥有真实的文件系统访问权限。它可以在你的真机上创建、移动、重命名文件,并在你授权后删除文件。它可以浏览网页。它可以与已连接的工具交互。它甚至可以在无人看管的情况下运行数小时。

这种能力必须被认真对待。以下是不可妥协的安全实践:

在实验前先备份。尤其是做文件整理类任务时。Cowork 大多数时候都做对,但对客户合同来说,“大多数时候”远远不够。

把敏感文件放在独立文件夹里。财务文件、密码、个人信息——把它们放到 Cowork 永远不会触碰的文件夹。不要把整个 Documents 目录都授权出去。范围越小越安全。

除非你明确需要删除,否则永远加上一句“不要删除任何东西”。即便有删除保护(Claude 会在删除前询问),提前从请求里禁止掉也更稳。

任何新工作流的前几次运行都要盯紧。看它怎么做、读它的计划、查它的输出。等你真正信任了这个工作流,再放心离开。但先把信任挣到手。

注意 prompt injection 风险。如果 Claude 读到了恶意文档或网站,隐藏指令可能会改变它的行为。不要在未审阅的前提下,把 Cowork 指向不可信的文件源或陌生 URL。

跟踪你的用量。Cowork 的消耗显著高于普通聊天。复杂的多步骤任务(尤其带 subagents)非常吃算力。如果你经常撞上限,就把相关工作批量处理,用“只修改第 2 节”替代“全部重做”,并通过文件预加载上下文,而不是在聊天里反复解释。

这 17 条实践背后的共同模式

把视角拉远,你会发现这份清单里的每条实践都遵循同一原则:

投资设置。减少提示。

在 Cowork 上挣扎的人,每个任务都在写又长又细的 prompt,却仍然结果不稳定。真正用得顺的人,花一个下午搭好上下文架构(manifest 文件、global instructions、context files、folder instructions、自定义技能),然后用十个字的 prompt 就能拿到可直接交付客户的成果。

这就是从 ChatGPT 时代思维到 Cowork 时代思维的根本转变:ChatGPT 奖励提示词工程;Cowork 奖励系统工程。

在一次 Cowork 会话里,prompt 是最不重要的部分。决定输出质量的,是你围绕它搭建的上下文、结构、技能与约束。

正如一位 Substack 作者(他每天早餐前会跑五条并行工作流)所说:“这感觉不太像在对话,更像是在给一个能干的同事留任务。”

这才是目标:不是聊天机器人,不是“提示—回应”的工具,而是一个同事。之所以它能懂你的标准、你的声音、你的项目和你的偏好,是因为你把这些知识写进了它每次都会读取的文件里。

你的落地清单

按顺序做。每一步都会叠加放大前一步的效果。

今天(30 分钟):创建你的三份上下文文件,并设置 Global Instructions。光这一项,就足以让你超过 95% 的 Cowork 用户。

本周:给你最常用的项目文件夹加上 _MANIFEST.md。安装两到三个与你角色匹配的插件。设置一个定时任务。

本月:为你最常重复的工作流做出第一个自定义技能。在一项复杂研究任务上试用 subagents。根据输出质量持续打磨你的上下文文件。

到第一个月结束时,你会拥有一套 Cowork 设置:用更少的时间,产出比你用过的任何 AI 工具都更高质量的结果。

Cowork 是玩具还是系统,差别就在 17 条实践和大约两小时的设置。

懂这些实践的人与不懂的人之间的差距,已经非常巨大。

六个月后,这道差距会变成深谷。

I’ve been using Claude Cowork since January 12, the day it launched.

In seven weeks, I’ve run over 400 Cowork sessions. I’ve tested every plugin, every connector, every slash command. I’ve broken it in ways Anthropic probably hasn’t seen. And I’ve figured out the exact practices that separate people who think Cowork is “kind of cool” from people who’ve replaced half their software stack with it.

The gap is enormous. And it has nothing to do with prompting skill.

It’s about setup. Structure. And seventeen specific practices that most users will never discover on their own because Anthropic doesn’t document them.

I tested each one. Measured the difference. Here’s the complete list — ranked by impact.

Part 1: Context architecture (practices 1–5)

These five practices alone will transform your Cowork experience. Everything else builds on this foundation.

1. Build a _MANIFEST.md for every working folder

This is the single highest-impact practice nobody talks about.

Here’s the problem. When you point Cowork at a folder, Claude reads everything. Every file. Every subfolder. Every outdated draft and superseded version. A developer on DEV Community documented this after a 462-file consulting folder started producing contradictory output — Claude was pulling context from pricing models that had been replaced three months earlier.

The fix: a _MANIFEST.md file you drop into any working folder. It tells Claude which documents are the source of truth, which subfolders map to which domains, and what to skip entirely.

Structure it in three tiers:

Tier 1 (Canonical): The source-of-truth documents Claude must read first. Your brand guidelines. Your project brief. Your current strategy document.

Tier 2 (Domain): Subfolders mapped to specific topics. Claude only loads these when the task touches that domain. “/pricing → pricing models and rate cards” or “/research → competitor analysis.”

Tier 3 (Archival): Old drafts, superseded versions, reference material. Claude ignores these unless you explicitly ask.

The underscore prefix keeps it sorted to the top of your folder. Takes five minutes to fill out. Saves hours of confused output. For folders under ten files, you don’t need one. For anything bigger and especially project folders that accumulate files over weeks this is non-negotiable.

2. Use Global Instructions as your permanent operating system

Settings → Cowork → Edit next to Global Instructions.

Most people leave this blank. That’s like buying a car and never adjusting the mirrors.

Global Instructions load before everything else before your files, before your prompt, before Claude even looks at your folder. They’re the baseline behavior that applies to every single session.

Mine says: “I’m [name], a [role]. Before starting any task, look for _MANIFEST.md and read Tier 1 files first. Always ask clarifying questions before executing. Show a brief plan before taking action. Default output format: .docx. Never use filler language. Never pad outputs. Quality bar: every deliverable should be client-ready without editing. If confidence is low, say so.”

This means even my laziest, most rushed prompt still produces calibrated output. Claude always knows who I am. Always reads the right files first. Always asks before

guessing. The Global Instructions handle the baseline. Your prompt just handles the task.

3. Create three persistent context files

I covered this in depth in my previous article, but it’s too important not to repeat here.

Create a folder called “Claude Context” (or “00_Context” so it sorts first). Add three files:

about-me.md Your professional identity. Not your resume. What you actually do, who you serve, what your current priorities are, and one or two examples of your best work.

brand-voice.md — Your communication style. Tone descriptors, words you use, words you never use, formatting preferences, and two to three paragraphs of your actual writing as reference.

working-style.md How Claude should behave. Collaboration rules, output format defaults, quality standards, and a list of things to avoid.

These three files eliminate the “generic AI output” problem overnight. Without them, every session starts cold. With them, Claude starts every session already knowing your voice, your standards, and your preferences.

The key insight most people miss: these files compound. Refine them weekly. Every time Claude produces something you don’t like, ask yourself whether it’s a prompt problem or a context problem. Nine times out of ten, it’s context. Add one line to one file. Permanent fix.

4. Use Folder Instructions for project-specific context

Global Instructions are the same for every session. Folder Instructions are specific to whatever folder you’re working in.

When you select a folder in Cowork, Claude can read and update Folder Instructions automatically. But you can also set them manually. This is where you put project-specific rules: client name, project goals, specific terminology, deliverable formats, review deadlines.

The layering matters. Global Instructions set universal behavior. Folder Instructions add project context. Your prompt specifies the task. Three layers, each one more specific than the last. This is how you go from “generic AI” to “this sounds like it came from someone who’s been on my team for six months.”

5. Never let Claude read everything scope your context deliberately

This is the practice that separates power users from everyone else.

Claude’s context window is enormous over a million tokens on Opus 4.6. But bigger context doesn’t mean better output. In fact, the opposite is often true. The more irrelevant files Claude reads, the more noise enters its reasoning, and the worse your output gets.

Tell Claude what to read. In your Global Instructions, add: “When starting any task, look for _MANIFEST.md first. Load Tier 1 files. Only load Tier 2 files when the task explicitly touches that domain. Never load Tier 3 files unless I specifically ask.”

If you’re using subagents, scope them even tighter: “When decomposing tasks into subagents, give each subagent only the minimum context it needs for its specific subtask.”

Deliberate context management is the single biggest differentiator between Cowork users who get inconsistent results and Cowork users who get reliable, high-quality output every time.

Part 2: Task design (practices 6–10)

How you frame a task determines whether Cowork delivers a finished product or an expensive rough draft.

6. Define the end state, not the process

This is the mindset shift that changes everything. Cowork isn’t a chatbot. It’s a coworker. You don’t tell a coworker how to do their job step by step. You tell them what “done” looks like.

Bad prompt: “Help me with my files.”

Good prompt: “Organize all files in this folder into subfolders by client name. Use the format YYYY-MM-DD-descriptive-name for all filenames. Create a summary log documenting every change. Don’t delete anything. If a file could belong to multiple clients, put it in /needs-review.”

The second prompt defines the end state (organized folders), the naming convention, the output artifact (summary log), the safety constraint (no deletion), and the uncertainty protocol (needs-review folder). Claude can now execute autonomously and you can walk away.

Every task prompt should answer three questions: What does “done” look like? What are the constraints? What should Claude do when it’s uncertain?

7. Always request a plan before execution

Add this to your Global Instructions: “Show a brief plan before taking action on any task. Wait for my approval before executing.”

This single line prevents 90% of Cowork disasters. Without it, Claude reads your prompt and immediately starts executing. Sometimes it’s exactly right. Sometimes it misinterprets one word and reorganizes three months of files in the wrong direction.

With the plan step, you get a 30-second review window. “I’m going to create these six subfolders, move these files, rename them using this convention, and save a log here. Proceed?” You scan it. It looks right. You approve. Claude executes.

The cost: an extra 30 seconds per task. The benefit: you never have to undo a 20-minute autonomous mistake.

8. Tell Claude what to do with uncertainty

This is the most underrated practice in the entire list.

Most people give Claude clear instructions for the happy path but say nothing about edge cases. What happens when a receipt image is blurry? When a file could belong to two categories? When a data source is incomplete?

Claude will guess. And Claude’s guesses are often wrong not because it’s stupid, but because it doesn’t know your preferences for ambiguous situations.

Build uncertainty handling into every task: “If a date isn’t clear, mark it as VERIFY. If a file could go in multiple folders, put it in /needs-review. If you’re less than 80% confident in a classification, flag it instead of guessing.”

This transforms Cowork from a tool that sometimes produces errors into a tool that tells you exactly where it needs your judgment. That’s a fundamentally different value proposition.

9. Batch related work into single sessions

Every Cowork session has startup cost. Claude reads your files, loads your context, processes your folder structure. That’s compute you’re paying for.

Don’t run five separate sessions for five related tasks. Run one session: “I need to process this month’s expense receipts, update the budget spreadsheet, generate a summary report, draft an email to finance, and save everything to /monthly-reports/february.”

Claude plans all five tasks, shares context across them (the receipt data feeds into the budget which feeds into the report which feeds into the email), and produces five connected deliverables in one run. Faster. Cheaper. Higher quality because the context from each task informs the next.

If you’re hitting usage limits, this is usually the fix. Fewer sessions with more tasks per session is almost always better than many sessions with one task each.

10. Use subagents deliberately by asking for parallel processing

Cowork’s most powerful feature is one most users never trigger.

When you give Cowork a task with independent parts, it can spin up multiple subagents to work on them simultaneously. Each subagent gets fresh context, tackles its piece, and hands results back to the main agent for synthesis.

How to trigger it: include “Spin up subagents to...” or “Work on these in parallel using subagents” in your prompt.

Example: “I’m evaluating four vendors. Spin up subagents to research each one’s pricing, support reputation, and integration options. Give me a comparison table.” Instead of researching sequentially vendor A, then B, then C, then D Cowork launches four parallel agents. The task that used to take 40 minutes takes 10.

Use it for: competitive analysis, multi-source research, processing batches of files, evaluating options from different angles (financial, operational, customer experience), and any task where subtasks don’t depend on each other.

Caveat: subagents work best on Opus 4.6 and consume more tokens. Use them for complex tasks where the time savings justify the cost. Don’t use them to organize your Downloads folder.

Part 3: Automation and scheduling (practices 11–13)

This is where Cowork goes from productivity tool to autonomous system.

11. Schedule recurring tasks with /schedule

Type /schedule in any Cowork task. Claude walks you through setting up a task that runs automatically daily, weekly, monthly, or on demand.

The best scheduled tasks I’ve set up:

Monday morning briefing: “Every Monday at 7 AM, check my Slack channels and calendar for the week. Summarize what’s coming up, flag anything that needs prep, and save a briefing to /weekly-briefings.”

Friday status report: “Every Friday at 4 PM, pull my completed tasks from Asana, summarize what I shipped this week, draft a status update, and save to /reports.”

Daily competitor tracking: “Every day at 9 AM, research [competitor names] for news, product updates, or pricing changes. Save a summary only if there’s something new.”

Critical limitation: scheduled tasks only run when your computer is awake and Claude Desktop is open. If your machine is asleep when a task is due, Cowork catches up when you’re back and notifies you. Plan around this.

12. Build once, run weekly externalize everything to files

Cowork has no memory between sessions. This is simultaneously its biggest limitation and its greatest design feature.

No memory means no context bleed. No hallucinated recollections from three weeks ago. Every session starts clean. But it also means you can’t rely on “Claude remembers how I like this done.”

The solution: externalize everything to files. Your preferences live in context files. Your project plans live in markdown documents. Your standard operating procedures live in skill files. Your decisions and outcomes live in log files.

One power user documented building a weekly review system: 1,500+ lines across five specialized subagent instructions. Built once. Runs weekly. Claude reads the instructions, spins up five parallel agents, each with scoped permissions and defined outputs, and produces a complete weekly review without any new input.

If you want continuity, you have to build it into files. But the upside is massive: a well-documented workflow is portable, shareable, and version-controlled. It doesn’t live in one AI’s memory. It lives in your system.

13. Use the /schedule + connectors combo for real automation

Scheduled tasks become genuinely powerful when combined with connectors.

Connect Gmail, Slack, Google Drive, Notion, Asana, or any of the 50+ available integrations. Then schedule tasks that pull live data:

“Every Monday, pull all unread Slack messages from #product-feedback, categorize them by theme, and create a summary in Google Drive.”

“Every morning, check my Gmail for invoices, extract amounts and dates, and update the expenses spreadsheet in my local /finance folder.”

This is where Cowork stops being a task executor and starts being an autonomous system. The scheduled task runs. The connector pulls live data. Claude processes it. The output appears in your folder or your connected tool. You review when you’re ready.

Settings → Connectors → Browse connectors to see what’s available. Start with Slack and Gmail. Those two alone will save you hours per week.

Part 4: Plugins and skills (practices 14–16)

Plugins are Cowork’s modular brain. Skills are its playbook. Most users install one plugin and never look back. That’s leaving 80% of the value on the table.

14. Stack plugins for compound capability

Each plugin is a bundle of skills, slash commands, and subagent configurations designed for a specific domain Sales, Legal, Finance, Product Management, Data Analysis, and so on.

But here’s what most people miss: plugins are composable. You can install multiple plugins and use capabilities from all of them in a single task.

Example: Install the Data Analysis plugin and the Sales plugin. Then: “Analyze our Q1 pipeline data (use Data Analysis), identify the three weakest deals, and draft personalized follow-up emails for each (use Sales).” Claude uses capabilities from both plugins in one workflow.

My current stack: Productivity (always on), Data Analysis (always on), Sales (for outreach weeks), and Marketing (for content weeks). Rotate the last two based on what I’m focused on.

Start with the tier list I published install the S-tier and A-tier plugins that match your role. Then experiment with combinations.

15. Build custom skills for your specific workflows

A skill is a markdown file that teaches Claude how to approach a specific, repeatable task. Plugins bundle many skills. But you can also create your own.

Structure of a custom skill file:

[Skill Name]

Purpose: What this skill does.

Inputs: What information Claude needs.

Process: Step-by-step instructions.

Output: What the finished deliverable looks like.

Constraints: Rules and guardrails.

Example: I created a “Weekly Article Drafting” skill. Purpose: Draft a 2,000-word article from a topic and outline. Inputs: topic, outline, target audience, key evidence. Process: research using web search, draft sections, match brand-voice.md, generate VISUAL SUGGESTIONS and QUOTABLE LINES. Output: .docx file in /articles/drafts. Constraints: no AI semantic language, no filler phrases, minimum 8 evidence points.

Now I say “Run my article drafting skill on [topic]” and get a publication-ready draft. The skill encodes everything I’d normally spend 20 minutes explaining in a prompt.

Save custom skills as .md files in your working folder or upload them through the Customize menu. Claude reads them at the start of every relevant session.

16. Use the Plugin Management plugin to build plugins conversationally

This is the most meta feature in Cowork and the most underused.

Install the Plugin Management plugin. Then say: “Help me create a plugin for [your workflow].” Claude walks you through defining skills, slash commands, and

configuration conversationally. No code. No GitHub. No markdown syntax you need to learn.

You describe what you want. Claude builds the plugin. You test it. You refine it. In under an hour, you have a custom plugin that codifies your specific workflow, your specific standards, and your specific terminology.

For teams, this is transformative. One person builds a plugin for your team’s standard processes. Everyone installs it. Suddenly the whole team produces consistent, on-brand, process-compliant output because the standards live in the plugin, not in individual memory.

Enterprise teams: Anthropic launched a private plugin marketplace in February. Admins can create, curate, and distribute custom plugins across the organization. Build once. Deploy to hundreds.

Part 5: Safety and efficiency (practice 17)

17. Treat Cowork like a powerful employee, not a toy

Cowork has real file system access. It can create, move, rename, and with your permission delete files on your actual computer. It can browse the web. It can interact with connected tools. It can run for hours unsupervised.

That power demands respect. Here are the non-negotiable safety practices:

Back up before experimenting. Especially with file organization tasks. Cowork gets it right most of the time. “Most of the time” isn’t good enough for your client contracts.

Keep sensitive files in separate folders. Financial documents, passwords, personal information put them in folders Cowork never touches. Don’t grant access to your entire Documents directory. Scope tightly.

Always add “Don’t delete anything” unless you specifically want deletions. Even with deletion protection (Claude asks before deleting), it’s better to prevent the request entirely.

Monitor the first few runs of any new workflow. Watch what Claude does. Read the plan. Check the output. Once you trust a workflow, you can step away. But earn that trust first.

Be aware of prompt injection risk. If Claude reads a malicious document or website, hidden instructions could alter its behavior. Don’t point Cowork at untrusted file sources or unfamiliar URLs without reviewing them first.

Track your usage. Cowork consumes significantly more of your allocation than regular chat. Complex, multi-step tasks with subagents are compute-intensive. If you’re hitting limits, batch related work, use “revise section 2 only” instead of “redo everything,” and pre-load context through files instead of re-explaining in chat.

The pattern behind all 17 practices

If you zoom out, every practice on this list follows the same principle:

Invest in setup. Reduce prompting.

The people struggling with Cowork are writing long, detailed prompts for every task and getting inconsistent results. The people thriving with Cowork spent an afternoon building their context architecture manifest files, global instructions, context files, folder instructions, custom skills and now write ten-word prompts that produce client-ready deliverables.

This is the fundamental shift from ChatGPT-era thinking to Cowork-era thinking. ChatGPT rewarded prompt engineering. Cowork rewards system engineering.

The prompt is the least important part of a Cowork session. The context, the structure, the skills, and the constraints you’ve built around it that’s where the output quality comes from.

As one Substack writer who runs five parallel workflows before breakfast put it: “It feels less like a conversation and more like leaving tasks for a capable coworker.”

That’s the target. Not a chatbot. Not a prompt-and-respond tool. A coworker who already knows your standards, your voice, your projects, and your preferences because you built that knowledge into files it reads every single time.

Your implementation checklist

Do these in order. Each one compounds on the last.

Today (30 minutes): Create your three context files and set your Global Instructions. This alone puts you ahead of 95% of Cowork users.

This week: Add a _MANIFEST.md to your most-used project folder. Install two to three plugins that match your role. Set up one scheduled task.

This month: Build your first custom skill for your most repeated workflow. Experiment with subagents on a complex research task. Refine your context files based on output quality.

By the end of month one, you’ll have a Cowork setup that produces higher-quality output in less time than any AI tool you’ve used before.

The difference between Cowork as a toy and Cowork as a system is seventeen practices and about two hours of setup.

The gap between people who know these practices and people who don’t is already massive.

In six months, it’ll be a canyon.

📋 讨论归档

讨论进行中…