deepresearch
Deep Research Skill
Conduct rigorous, multi-part research on a complex topic producing a report grounded entirely in confirmed sources. No design assumptions before research is complete. All claims backed by source links.
Skill Files
This skill is split across files — read the relevant ones before proceeding:
| File | Purpose |
|---|---|
security.md |
Full template and agent prompts for security research mode |
techtrend.md |
Full template and agent prompts for tech trend / ecosystem research mode |
report-template.html |
HTML report template — use when user requests an HTML output |
Step 1: Detect Mode
Determine research mode from the query before reading any template:
| Mode | Trigger keywords | Template to read |
|---|---|---|
security |
security, threat, CVE, attack, defense, vulnerability, exploit, risk, malware | Read security.md |
techtrend |
trend, forecast, ecosystem, landscape, technology, hardware, market, adoption | Read techtrend.md |
| Ambiguous | Neither clearly applies | Ask: "Is this a security analysis or a technology trend/ecosystem research?" |
Step 2: Read the Template
After detecting mode, read the appropriate template file in full before writing the research plan or launching agents. The template files contain:
- The 5-part structure for that mode
- Per-part research questions and source guidance
- Agent prompt scaffolding
- Lessons learned specific to that mode
Step 3: Execute
Follow the execution steps in the template. The core workflow is the same for both modes:
- Write
RESEARCH_PLAN.mdin a new{topic}_{YYYYMM}/folder - Launch 5 parallel background agents (one per part)
- Acknowledge each agent as it completes with a key findings summary
- After all 5 complete: read all raw files, compile
RESEARCH_REPORT.md - If HTML output requested: use
report-template.htmlas the base
Universal Rules (apply to both modes)
Source quality
- Specs/products: Official vendor docs, press releases, spec sheets
- CVEs/security: NVD, MITRE, vendor advisories, Black Hat/DEF CON/USENIX papers
- Academic: arXiv, NeurIPS/ICLR/CVPR/ACL proceedings, OpenReview
- Market data: Gartner, IDC, Forrester, MarketsandMarkets, Crunchbase
- Regulatory: EUR-Lex, NIST, CISA, Federal Register, national AI laws
- Benchmarks: MLCommons/MLPerf, HuggingFace leaderboards, official vendor disclosures
- Do NOT cite: Wikipedia, unattributed blogs, secondary summaries
Agent instructions (every agent must)
- Fetch and READ actual URLs — do not rely on training data alone
- Note publication dates — distinguish confirmed vs. announced vs. speculative
- Save raw output to
{folder}/raw_research/XX_topic.md - Target 2,000+ words with real data, tables, and source URLs
File structure
{topic}_{YYYYMM}/
├── RESEARCH_PLAN.md
├── RESEARCH_REPORT.md
├── report.html # optional, if HTML requested
└── raw_research/
├── 01_*.md
├── 02_*.md
├── 03_*.md
├── 04_*.md
└── 05_*.md
Common errors to avoid
- Wrong platform ID: Fetch the actual product website before writing the plan
- Shallow agents: Anchor every agent with 3–5 specific URLs to fetch first
- Premature design (security mode): Do not write Part 4 before Parts 1–3 are reviewed
- Fixed dimensions (techtrend mode): Parts 2–4 are defined per-topic in the plan, not preset
- Blocked sources: Chinese sources behind auth walls — search for equivalent open-web sources
- Context length: Raw research files can be 5,000–7,000 words each — read them carefully
Example Invocations
# Security (auto-detected)
/deepresearch security for personal AI endpoint agents including OpenClaw and Claude Code
/deepresearch supply chain attacks on npm packages
/deepresearch quantum-safe cryptography for financial services
# Tech trend (auto-detected)
/deepresearch endpoint LLM ecosystem — hardware, models, runtimes, applications
/deepresearch autonomous vehicle software stack trends and 2030 forecast
/deepresearch edge AI chip market landscape
# With HTML output
/deepresearch endpoint LLM ecosystem output: html
More from cyberelf/agent_skills
polymarket-analyzer
Analyze Polymarket prediction market data to provide investment insights for Chinese concept stocks (中概股) and A-shares. This skill should be used when the user asks about Polymarket data, prediction markets, A-share (A股) investment advice based on prediction market sentiment, or 中概股 correlations.
22openspec-constitution-guard
This skill composes project AGENTS.md constitution files into openspec/config.yaml to inject quality validation gates into OpenSpec workflows. Use this skill when initializing openspec for the first time in a project or when AGENTS.md files are updated. The skill ensures openspec artifacts are validated against project-specific quality criteria from constitutions.
17brownfield-onboarding
This skill helps users get started with existing (brownfield) projects by scanning the codebase, documenting structure and purpose, analyzing architecture and technical stack, identifying design flaws, suggesting improvements for testing and CI/CD pipelines, and generating AI agent constitution files (AGENTS.md) with project-specific context, coding principles, and UI/UX guidelines.
16retrospect
This skill reviews the current chat session and GitHub Copilot instructions to identify user-reported issues that should become new lessons, detect violations of existing instructions, and update instructions accordingly to prevent future mistakes.
13