Research Brief
/install research-brief
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:
- Run search / fetch URL
- Extract key finding
- Immediately edit the relevant section of the output file
- 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_searchbeforewrite - ❌ "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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install research-brief - After installation, invoke the skill by name or use
/research-brief - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install Research Brief?
Run "/install research-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Research Brief free?
Yes, Research Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Research Brief support?
Research Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Research Brief?
It is built and maintained by Nissan Dookeran (@nissan); the current version is v1.0.0.