给 Claude 植入一个“资深工程师”的灵魂 #70
chengjun
started this conversation in
Show and tell
Replies: 1 comment
-
The orignal prompt is from: https://www.dzombak.com/blog/2025/08/getting-good-results-from-claude-code/ Development GuidelinesPhilosophyCore Beliefs
Simplicity Means
Process1. Planning & StagingBreak complex work into 3-5 stages. Document in ## Stage N: [Name]
**Goal**: [Specific deliverable]
**Success Criteria**: [Testable outcomes]
**Tests**: [Specific test cases]
**Status**: [Not Started|In Progress|Complete]
2. Implementation Flow
3. When Stuck (After 3 Attempts)CRITICAL: Maximum 3 attempts per issue, then STOP.
Technical StandardsArchitecture Principles
Code Quality
Error Handling
Decision FrameworkWhen multiple valid approaches exist, choose based on:
Project IntegrationLearning the Codebase
Tooling
Quality GatesDefinition of Done
Test Guidelines
Important RemindersNEVER:
ALWAYS:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@黄建同学
这个Claude Code 的 Claude.md 可以试试↓
(Shen Huang)最近在网上看到一位大神 Chris Dzombak,用 Claude Code 在短时间内写了整整12个项目,效率高到吓人。
我深挖了一下他的方法,发现终极秘诀不是什么花哨的Prompt,而是给 Claude 植入一个“资深工程师”的灵魂。
他创建了一个全局配置文件 CLAUDE .md,也就是AI的个人操作系统。这个文件里定义了:
最关键的是,他强调“AI写的代码,最终责任在人”,所有代码都必须手动审查和测试。
这个 CLAUDE .md 文件简直是把高级工程师的思维模式和职业素养灌输给了AI,让它从一个“工具”变成了一个有章法、懂取舍的“准同事”。
我已经把他的这份“AI调教圣经”fork了,强烈建议大家也去学习一下。
访问:github.com/LichAmnesia/GPT-Prompt-Hub/blob/main/CLAUDE.md?plain=1
Beta Was this translation helpful? Give feedback.
All reactions