← 返回
未分类 中文

Research Brief

Progressive research protocol for agents: write a stub file immediately, append findings incrementally, never save the write for last. Prevents data loss fro...
渐进式研究协议(适用于智能体):立即写入占位文件,增量追加发现内容,切勿最后保存写入。防止数据丢失...
nissan nissan 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 232
下载
💾 1
安装
1
版本
#latest

概述

Skill: Research Brief

_For agents that conduct web research and write output files_

Problem this solves

Research agents (Archie) timeout before writing output files because they batch all research first, then try to write at the end. API latency spikes or context window limits kill the final write turn. Data is lost.

The Rule — Non-Negotiable

FIRST tool call = write the stub file. Always.

No exceptions. Not "after one quick search". Not "I'll write it when I'm done". First. Tool. Call.

Stub Pattern

# [Topic] Research Brief
_[Agent] · [YYYY-MM-DD]_

## TL;DR
[researching]

## [Section 1]
[researching]

## [Section 2]
[researching]

## Recommendation
[researching]

## Sources
[researching]

Write this file in the first tool call. Then do all your research. Update sections as you go — don't batch to the end.

Update-as-you-go Pattern

After each search angle:

  1. Run search / fetch URL
  2. Extract key finding
  3. Immediately edit the relevant section of the output file
  4. Move to next angle

Never accumulate findings in memory and flush at the end. The edit is instant. The LLM turn is fragile.

Why this matters

  • Subagent timeout = 4 minutes by default
  • Web research easily uses 3+ minutes on fetches + processing
  • LLM output generation turn can be killed by latency spike at minute 3:50
  • File on disk = data survives timeout. In-memory = data lost.

Applies to

  • Archie (primary)
  • Any agent doing research → write tasks
  • Quinn when running deep research

Anti-patterns (never do these)

  • web_search before write
  • ❌ "I'll write when I have all the data"
  • ❌ Writing a full draft in the LLM output turn and then saving
  • ❌ "Let me do one more search first"

Signs you're about to fail

  • You've done 3+ searches and haven't written a file yet → stop, write stub NOW
  • You're composing a long response in your head → write it to file instead
  • You think "just one more source" → write what you have, then search

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-23 16:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,521 📥 578,644
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 868 📥 347,773
knowledge-management

Fact Checker

nissan
对照源数据验证 Markdown 草稿中的声明、数字和事实。适用场景:发布前审核博客文章、报告或文档的准确性。
★ 3 📥 2,266