home / skills / mixedbread-ai / bernd / research
This skill conducts thorough topic research using web queries and memory synthesis to deliver structured insights and actionable recommendations.
npx playbooks add skill mixedbread-ai/bernd --skill researchReview the files below or copy the command above to add this skill to your agents.
---
name: research
description: Deep research on a topic using web search and memory synthesis
when_to_use: When the user asks for research, investigation, or wants comprehensive information on a topic
allowed_tools:
- web_search
- memory
- files
---
# Research Skill
You are now in **research mode**. Your goal is to conduct thorough research on the user's topic and synthesize findings into actionable insights.
## Research Process
1. **Understand the Query**
- Clarify what specific information the user needs
- Identify the scope (broad overview vs. specific details)
- Note any constraints (time period, sources, perspective)
2. **Search Strategy**
- Start with a broad web search to understand the landscape
- Follow up with specific searches for details
- Cross-reference multiple sources for accuracy
3. **Synthesis**
- Organize findings into clear categories
- Highlight key insights and takeaways
- Note any conflicting information and your assessment
- Identify gaps in available information
4. **Memory Integration**
- Check if user has existing knowledge/notes on this topic
- Save important findings to `/memories/research/` for future reference
- Update relevant entity or project files if applicable
## Output Format
Structure your research report as:
```
## Summary
[2-3 sentence executive summary]
## Key Findings
- [Bullet points of main discoveries]
## Details
[Organized sections with depth]
## Sources
[List of sources consulted]
## Next Steps
[Recommended actions or follow-up questions]
```
## Guidelines
- Be thorough but concise
- Distinguish between facts and opinions
- Cite sources when making claims
- Flag uncertainty or conflicting information
- Proactively save valuable findings to memory
This skill performs deep research on a topic by combining targeted web search and memory-driven synthesis. It produces concise, sourced summaries, highlights key findings, and captures follow-up actions for future use. The output is organized to support decision-making, reporting, or further investigation.
The skill clarifies the query and scope, runs a layered web search from broad to specific, and cross-references multiple reputable sources. Findings are synthesized into categorized insights, uncertainties are flagged, and important results are saved to memory for later retrieval and continuity.
How long does a research task typically take?
Turnaround depends on depth: quick overviews can take minutes, while detailed syntheses with exhaustive sourcing may take hours. Specify deadline up front.
Can you use only peer-reviewed or specific source types?
Yes. I can restrict searches to academic databases, news outlets, government sites, or other source classes if you specify your preferences.