Loading...
Loading...
Compare original and translation side by side
ultrathink| Mode | When | Execution |
|---|---|---|
| Interview | Step 1 — scope | Sequential; ask questions, confirm before proceeding |
| Parallel research | Steps 2–4 — evidence gathering | Fan out 3–20 sub-agents per step; each owns one axis |
| Synthesis | Step 5 — conclusions | Sequential + ultrathink; reconcile conflicts before recommending |
| Depth | When | Steps |
|---|---|---|
| Quick | Narrow, time-sensitive question; user says "brief" or "quick" | Steps 1 (auto-scope), 2, 5 |
| Standard | Typical research request [default] | Steps 1–5 |
| Deep | Comprehensive review, critical decision; user says "thorough", "exhaustive", "comprehensive" | Steps 1–5 + 4.5 (outline refinement) + critique pass |
ultrathink| 模式 | 适用场景 | 执行方式 |
|---|---|---|
| 访谈 | 步骤1——确定范围 | 按顺序进行;先提问,确认后再推进 |
| 并行研究 | 步骤2–4——证据收集 | 每一步生成3–20个子Agent;每个子Agent负责一个维度 |
| 合成 | 步骤5——得出结论 | 按顺序执行 + 使用ultrathink;在给出推荐前先调和冲突 |
| 深度 | 适用场景 | 执行步骤 |
|---|---|---|
| 快速 | 范围狭窄、时间敏感的问题;用户要求“简要”或“快速” | 步骤1(自动确定范围)、2、5 |
| 标准 | 典型研究请求【默认】 | 步骤1–5 |
| 深度 | 全面综述、关键决策;用户要求“详尽”、“彻底”、“全面” | 步骤1–5 + 4.5(大纲优化) + 审查环节 |
confidence: Lowconfidence: Low| File | Load at |
|---|---|
| Step 2 (before first search) |
| Step 2 (before spawning sub-agents) |
| Step 2, if type == market |
| Step 2, if type == domain |
| Step 2, if type == technical |
| Step 2, if type == competitive |
| Step 2, if type == product |
| Step 2, if type == academic |
| Step 2, if type == person/org |
| Step 2, if type == financial |
| Step 2, if type == legal |
| Step 2, if type == trend |
| Step 2, if type == community |
| 文件 | 加载时机 |
|---|---|
| 步骤2(首次搜索前) |
| 步骤2(生成子Agent前) |
| 步骤2,若研究类型为market |
| 步骤2,若研究类型为domain |
| 步骤2,若研究类型为technical |
| 步骤2,若研究类型为competitive |
| 步骤2,若研究类型为product |
| 步骤2,若研究类型为academic |
| 步骤2,若研究类型为person/org |
| 步骤2,若研究类型为financial |
| 步骤2,若研究类型为legal |
| 步骤2,若研究类型为trend |
| 步骤2,若研究类型为community |
date +%Y-%m-%d> **Assumptions:** type=market, scope=global, horizon=2024-2025, goals=TAM sizing and growth drivers.marketdomaintechnicalcompetitiveproductacademicperson/orgfinanciallegaltrendcommunity./research/{type}-{topic}-{YYYY-MM-DD}.mdassets/report-template.mddate +%Y-%m-%d> **假设:** type=market, scope=global, horizon=2024-2025, goals=TAM规模测算和增长驱动因素。marketdomaintechnicalcompetitiveproductacademicperson/orgfinanciallegaltrendcommunity./research/{type}-{topic}-{YYYY-MM-DD}.mdassets/report-template.mdreferences/citations.mdreferences/parallel-search.mdassets/report-template.mdreferences/citations.mdreferences/parallel-search.mdassets/report-template.mdultrathinkundefinedultrathinkundefinedAskUserQuestion
Keep the fact/synthesis distinction throughout: "According to [Source], X" for sourced claims; "This suggests Y" for your analysis. If a recommendation rests on Low-confidence data, say so explicitly.
**Critique pass (deep mode only):** Before finalizing, red-team the synthesis. Ask: What's missing? What could be wrong? What alternative explanations exist? What biases might be present? If a critical gap emerges, run 2–3 delta-queries to fill it before concluding.AskUserQuestion
全程保持事实与合成分析的区分:使用“根据【来源】,X”标注有来源的主张;使用“这表明Y”表述你的分析。若建议基于低可信度数据,需明确说明。
**审查环节(仅深度模式):** 最终定稿前,对合成分析进行批判性审查。思考:遗漏了什么?可能存在哪些错误?有哪些替代解释?可能存在哪些偏见?若发现关键缺口,进行2–3次针对性查询以补全后再得出结论。pandoc report.md -o report.pdf --pdf-engine=wkhtmltopdf
# or with weasyprint:
pandoc report.md -o report.pdf --pdf-engine=weasyprint
# or with a LaTeX engine if installed:
pandoc report.md -o report.pdfmd-to-pdfmd-to-pdf report.mdwhich pandocwhich md-to-pdfpandoc report.md -o report.pdf --pdf-engine=wkhtmltopdf
# 或使用weasyprint:
pandoc report.md -o report.pdf --pdf-engine=weasyprint
# 或若已安装LaTeX引擎:
pandoc report.md -o report.pdfmd-to-pdfmd-to-pdf report.mdwhich pandocwhich md-to-pdf