Boris团队实战用法清单
Boris Team Claude Code Habits
要点
- 先开 plan mode,并给 Claude 可验证的完成标准,再让它改代码。
- CLAUDE.md 每个文件压到约 200 行,工作流用 slash command 而不是子代理。
- 会话到 30 到 40 万 token 就开始糊,失败后优先 /rewind 而不是接着改。
- 小任务用原生日程即可;大功能才配专用子代理加 skills。
- 跨模型复查:Codex 审计划和实现,Chrome MCP 看控制台日志。
原帖开头
Someone finally documented how to actually use Claude Code. 58K+ stars. claude-code-best-practice. Direct from Boris Cherny and team: ➡️ Always use plan mode, give Claude a way to verify ➡️ Ask Claude to interview you using AskUserQuestion tool ➡️ Use Git Worktrees for parallel …








