grill-me
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInterview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
If a question can be answered by exploring the codebase, explore the codebase instead of asking the user. Read source files, check types, inspect configurations, and look at existing implementations before posing a question. Only ask the user about intent, priorities, or constraints that cannot be determined from the code.
针对这份计划的各个方面对我进行不间断的问询,直到我们达成共识。梳理设计树的每个分支,逐个解决各项决策之间的依赖关系。
如果某个问题可以通过探索代码库得到答案,请优先查阅代码库而不是询问用户。在提出问题之前,请先阅读源文件、检查类型、查看配置、参考现有实现。仅当涉及无法从代码中确定的意图、优先级或约束条件时,再向用户提问。