Loading...
Loading...
Compare original and translation side by side
--thinking on--thinking medium--thinking on--thinking mediumpaseo waitpaseo waitNO_EDITS="This is analysis only. Do NOT edit, create, or delete any files. Do NOT write code."$NO_EDITSNO_EDITS="This is analysis only. Do NOT edit, create, or delete any files. Do NOT write code."$NO_EDITSprompt="We're trying to [high-level goal]. Constraints: [X, Y, Z]. Acceptance criteria: [A, B, C].
We've been stuck on this. Here's what we've tried and why it didn't work:
- [approach 1] — failed because [reason]
- [approach 2] — partially worked but [issue]
Step back from these attempts. Do root cause analysis — the fix might not be for [immediate symptom] at all, it might be structural.
Use the think-harder approach: state your assumptions, ask why at least 3 levels deep for each, and check whether you're patching a symptom or removing the problem. What's the right approach?
$NO_EDITS"prompt="我们正尝试[高层目标]。约束条件:[X, Y, Z]。验收标准:[A, B, C]。
我们在此问题上陷入了瓶颈。以下是已尝试的方案及失败原因:
- [方案1]——失败原因:[具体原因]
- [方案2]——部分有效,但存在[问题]
请跳出这些尝试的局限,进行根本原因分析——修复方案可能根本不是针对[当前症状],而是结构性的问题。
采用深度思考法:列出你的假设,对每个假设至少追问3层“为什么”,检查我们是在治标还是治本。正确的解决方案是什么?
$NO_EDITS"[Committee]opus_id=$(paseo run -d --mode bypass --model opus --thinking on --name "[Committee] Task description" "$prompt" -q)
gpt_id=$(paseo run -d --mode full-access --provider codex --model gpt-5.4 --thinking medium --name "[Committee] Task description" "$prompt" -q)[Committee]opus_id=$(paseo run -d --mode bypass --model opus --thinking on --name "[Committee] Task description" "$prompt" -q)
gpt_id=$(paseo run -d --mode full-access --provider codex --model gpt-5.4 --thinking medium --name "[Committee] Task description" "$prompt" -q)paseo wait "$opus_id"
paseo wait "$gpt_id"paseo wait "$opus_id"
paseo wait "$gpt_id"paseo logs "$opus_id"
paseo logs "$gpt_id"paseo send "$opus_id" "You said [X]. Why does [underlying thing] happen in the first place? Are we patching a symptom? $NO_EDITS"
paseo wait "$opus_id"
paseo logs "$opus_id"paseo logs "$opus_id"
paseo logs "$gpt_id"paseo send "$opus_id" "你提到了[X]。[底层问题]最初是如何产生的?我们是不是在治标?$NO_EDITS"
paseo wait "$opus_id"
paseo logs "$opus_id"paseo send "$opus_id" "Merged plan: [plan]. Concerns? $NO_EDITS"
paseo send "$gpt_id" "Merged plan: [plan]. Concerns? $NO_EDITS"paseo send "$opus_id" "合并后的计划:[计划内容]。有疑问吗?$NO_EDITS"
paseo send "$gpt_id" "合并后的计划:[计划内容]。有疑问吗?$NO_EDITS"impl_id=$(paseo run -d --mode full-access --provider codex --name "[Impl] Task description" "Implement the following plan end-to-end. [plan]" -q)
paseo wait "$impl_id"impl_id=$(paseo run -d --mode full-access --provider codex --name "[Impl] Task description" "端到端实施以下计划。[计划内容]" -q)
paseo wait "$impl_id"review_prompt="Implementation is done. Review changes against the plan. Flag drift or missing pieces. $NO_EDITS"
paseo send "$opus_id" "$review_prompt"
paseo send "$gpt_id" "$review_prompt"
paseo wait "$opus_id"
paseo wait "$gpt_id"
paseo logs "$opus_id"
paseo logs "$gpt_id"review_prompt="实施已完成。请对照计划评审变更内容,标记偏差或遗漏部分。$NO_EDITS"
paseo send "$opus_id" "$review_prompt"
paseo send "$gpt_id" "$review_prompt"
paseo wait "$opus_id"
paseo wait "$gpt_id"
paseo logs "$opus_id"
paseo logs "$gpt_id"