Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Deep Research And Analysis Agent

ASecurity

Deep research and analysis agent for any topic. Use when the user wants to research a topic, analyze competitors, evaluate technologies, compare tools, investigate trends, do market research, or get a comprehensive analysis of anything. Triggers on phrases like \"research\", \"inve…

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgogitperformance

Works with

claude codecursor

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill deep-research-and-analysis-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Deep Research And Analysis Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Deep Research And Analysis Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-deep-research-and-analysis-agent/badge)](https://www.skillsdirectory.com/skills/rondoflow-deep-research-and-analysis-agent)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: deep-research-and-analysis-agent
description: "Deep research and analysis agent for any topic. Use when the user wants to research a topic, analyze competitors, evaluate technologies, compare tools, investigate trends, do market research, or get a comprehensive analysis of anything. Triggers on phrases like \"research\", \"inve…"
category: "AI & Agents"
author: community
version: "1.0.0"
icon: bot
---

# Research Agent — Deep Investigation on Any Topic

A structured research workflow that turns a vague question into a comprehensive analysis. 5 research modes, each with a clear output format. Supports web search, source evaluation, and structured reporting.

## Research Modes

| Mode | Trigger | Output |
|------|---------|--------|
| **Quick** | "What is X?" / "Tell me about X" | 1-paragraph summary + 3 key facts |
| **Deep Dive** | "Research X" / "Deep dive into X" | Full analysis report |
| **Compare** | "Compare X vs Y" / "X or Y?" | Comparison matrix + recommendation |
| **Landscape** | "What's out there for X?" / "Alternatives to X" | Market map + positioning |
| **Evaluate** | "Should we use X?" / "Is X worth it?" | Decision framework with scoring |

## How to Use

### Quick Research (30 seconds)
```
"What is gstack?"
"Tell me about Claude Code skills"
```
→ Web search, extract key facts, 1-paragraph summary. No fluff.

### Deep Dive (2-5 minutes)
```
"Research the AI coding agent landscape"
"Deep dive into Agent Skills standard"
```
→ Spawn subagent (Sonnet) with the Deep Dive prompt. Searches multiple sources, cross-references, identifies patterns, writes `RESEARCH.md`.

### Compare (1-3 minutes)
```
"Claude Code vs Cursor vs Codex"
"RICE vs Kano vs ICE for prioritization"
"Notion vs Linear vs Jira"
```
→ Side-by-side comparison table with scoring across key dimensions. Includes a recommendation with reasoning.

### Landscape Analysis (3-5 minutes)
```
"What open source projects exist for X?"
"Map the competitive landscape for X"
"What tools do PMs use for X?"
```
→ Categorized map of existing solutions. For each: what it does, what it misses, where the gap is.

### Evaluate (2-3 minutes)
```
"Should we build on X or Y?"
"Is it worth adopting X?"
"Pros and cons of using X for our case"
```
→ Decision matrix scoring across dimensions (cost, effort, risk, fit, longevity). Recommendation with confidence level.

## Phase Details

### Deep Dive Prompt

Spawn a subagent (Sonnet) with this research methodology:

1. **Define the question.** Restate the research question. What specifically are we trying to find out?

2. **Source gathering.** Search for:
   - Official docs / primary sources (most reliable)
   - Community discussions (Reddit, HN, Discord — real user opinions)
   - Technical analysis (blog posts, benchmarks, comparisons)
   - GitHub metrics (stars, activity, issues, contributors)
   - Commercial context (funding, team, business model)

3. **Source evaluation.** For each source:
   - Credibility: official vs community vs opinion
   - Recency: when was this published/updated?
   - Bias: does the author have a stake in the outcome?

4. **Pattern extraction.** What themes emerge across sources?
   - Points of agreement (high confidence)
   - Points of disagreement (needs further investigation)
   - Gaps in available information

5. **Structured output.** Write `RESEARCH.md` with:
   - Executive summary (3-5 sentences)
   - Key findings (numbered, with sources)
   - Detailed analysis (organized by theme)
   - Gaps and caveats (what we couldn't verify)
   - Recommendation (if applicable)
   - Sources (with URLs)

### Compare Prompt

For comparing N items across M dimensions:

1. **Define comparison axis.** What dimensions matter for this decision?
   - Functional: what can it do?
   - Performance: how fast/reliable?
   - Cost: pricing model, free tier?
   - Ecosystem: integrations, community, docs?
   - Maturity: how battle-tested?

2. **Score each item** (1-5 per dimension):
   ```
   | Dimension     | Option A | Option B | Option C |
   |---------------|----------|----------|----------|
   | Feature set   | ⭐⭐⭐⭐   | ⭐⭐⭐     | ⭐⭐⭐⭐⭐  |
   | Ease of use   | ⭐⭐⭐⭐⭐  | ⭐⭐⭐     | ⭐⭐       |
   ```

3. **Context-specific recommendation.** Not "A is best" but "A is best IF you need X, B if you need Y."

### Landscape Prompt

For mapping a space:

1. **Categorize solutions:**
   - Direct competitors (same approach, same users)
   - Adjacent tools (different approach, overlapping use case)
   - Workarounds (not products, but how people solve it today)
   - Emerging (new, not proven yet)

2. **For each solution:**
   - What it does (1 sentence)
   - What it does well (strength)
   - What it misses (gap)
   - Who should use it (ideal user)

3. **Identify the gap.** Where is nobody doing a good job? That's the opportunity.

## Output Files

- `RESEARCH.md` — Deep dive report (full analysis with sources)
- Comparison results go to stdout (capture in conversation)
- Landscape maps go to stdout or `LANDSCAPE.md` if long

## Model Selection

| Mode | Model | Why |
|------|-------|-----|
| Quick | Haiku | Simple lookup, fast answer |
| Deep Dive | Sonnet | Needs reasoning, source evaluation |
| Compare | Sonnet | Needs judgment for scoring |
| Landscape | Sonnet | Needs categorization and pattern recognition |
| Evaluate | Sonnet | Needs decision-making framework |

## Tips

- **Be specific.** "Research AI" is too broad. "Research AI coding agents for solo developers" is actionable.
- **State your goal.** "I need to decide between X and Y" gives the research direction.
- **Time-box it.** "Give me the top 5, not top 50" keeps it focused.
- **Ask for sources.** "Show me where you found this" for verification.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →