Talk

Claude Code 高效工作流:三军规与验收闭环

From Wikiprompt, the free prompt encyclopedia

AYi
Contributed byAYiXSource

Aug 30, 2026

Claude Code 高效工作流:三军规与验收闭环 Anthropic 内部 Boris 团队使用的 Claude Code 三大核心习惯:先摸清代码库、强制 Plan、自我验收闭环,并建议将教训写入 CLAUDE.md。

Prompt ContentSave

🌐
1. 进新项目第一天坚决不写代码,先问透代码库: 别一上来就让人家做功能,先问这个类怎么实例化的、翻 Git 历史看看这堆怪异的 API 当年是怎么长出来的。让 AI 自己读代码翻 Issue 吐出 Wiki 级总结,摸清边界再动手。 2. 写复杂代码前,必须强制逼它先做 Plan: 动手写任何代码前,先头脑风暴方案、列出详细计划,等我审批同意后再开工。 3. 交付质量差三倍的死穴,在于有没有自我验收闭环: 没给反馈信号时,AI 只能看着像写完了就停手。给它配上单测、Puppeteer 截图或者模拟器,把提示词改成'做完后跑测试,报错就自己改直到全绿',让机器自己去撞南墙修正。 把踩坑教训用一个井号快捷键直接焊死在 CLAUDE.md 里,一次纠错,终身复利。

Sign in to see the full prompt

Continue with:

By logging in, you agree to our Terms of Use and Privacy Policy

Usage

This prompt is designed for use with productivity. Copy the prompt content above and paste it into your preferred AI tool.

For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.

References

Categories:productivity| twitter| claude-code| workflow

Talk