AnyCap Deep Research
Conduct thorough, multi-source research on any topic. Gather information broadly, verify claims rigorously, and synthesize findings into a polished, well-sourced report.
Think deeply. Search broadly. Verify everything. Deliver clearly.
Before You Start
Read all five reference files before taking any action. Understanding the full process prevents wasted effort and ensures thorough research.
- Read this file (SKILL.md) for the overview and principles
- Read each reference in order:
- 01-plan.md
- 02-gather.md
- 03-analyze.md
- 04-synthesize.md
- 05-deliver.md
- Then begin Phase 1: Plan
For detailed CLI command usage (flags, output formats, jq patterns), refer to the anycap-cli skill and its references.
Prerequisites
- CLI installed and authenticated ( to verify)
- A local working directory for intermediate files
When to Use This Skill
- Deep research, research report, deep dive on any topic
- Competitive analysis, market research, technology comparison
- Literature review or state-of-the-art survey
- Investigative research requiring cross-referencing multiple sources
- Any task where a single search is insufficient
Research Process
Follow the research process below. User clarification is mandatory -- do not skip it.
mermaid
graph LR
A["Preliminary Search<br/>(optional)"] --> B[Clarify with User]
B --> C[Plan]
C --> D[Gather]
D --> E[Analyze]
E --> F[Synthesize]
F --> G[Deliver]
E -->|gaps found| D
The process starts with an optional preliminary search to build context, followed by a mandatory clarification with the user, then autonomous execution.
Each phase has detailed guidance in the references:
- Plan -- Preliminary search (optional), clarify with user (mandatory), design search strategy, set up workspace
- Gather -- Execute searches, crawl pages, download and save all raw material
- Analyze -- Cross-verify claims, assess source quality, identify gaps
- Synthesize -- Write the report with proper sourcing and illustrations
- Deliver -- Save to Drive, publish as web page, or both
Human-in-the-Loop
This skill involves the user at key decision points:
- Before research begins -- Clarify the research question, confirm sub-questions, agree on delivery format, and ask whether image generation is permitted. See 01-plan.md.
- During synthesis -- Review all downloaded and generated images yourself (via
anycap actions image-read
) before including them in the report. See 04-synthesize.md.
Do not skip the initial clarification. A 2-minute conversation with the user can save an hour of misguided research.
Once research begins (Phase 2 onward), work autonomously. Do not interrupt the user with questions during gathering, analysis, or synthesis. Make your best judgment based on the preferences established in Phase 1. If you encounter ambiguity, note it in your research journal and resolve it with the best available evidence.
Core Principles
Be thorough, not frugal. Use as many searches and crawls as needed to produce a comprehensive report. Breadth and depth of research determine report quality.
Save everything. Write intermediate results (search outputs, crawled pages, grounding responses, notes) to local files. These are your evidence base for cross-verification and sourcing.
Verify, do not assume. Cross-check important claims across multiple independent sources. When sources conflict, investigate further rather than picking one.
Search in parallel. When sub-questions are independent, run multiple searches concurrently rather than sequentially. This produces results faster and gives you more material to cross-reference.
Prefer AI Grounded search for complex questions. Grounding search (
) synthesizes across multiple sources and provides citations. Use it generously for questions that benefit from multi-source synthesis. Use general search (
) for finding specific pages and data points.
Use mermaid for diagrams. When the report needs architecture diagrams, flow charts, timelines, or comparisons, use mermaid syntax in markdown. Both Drive and Page render mermaid natively.
Prefer original images. When a source provides relevant images, diagrams, or screenshots, download and use the originals. Only generate images when you need to explain a concept, aggregate data into a visualization, or express information more clearly than the source material. Generated images must not misrepresent or deviate from the source material.
Quick Reference
| Tool | Purpose |
|---|
anycap search --query "..."
| Find pages on a topic |
anycap search --query "..." --no-crawl
| Fast scan: titles and URLs only |
anycap search --prompt "..."
| AI Grounded answer with citations |
| Read a web page as Markdown |
anycap image generate ...
| Create explanatory illustrations |
| Store files in the cloud |
| Generate a shareable link |
| Publish as a web page |