Research

Research Agent Team

research-agent-team

Run an 8-agent research pipeline — Orchestrator, 3 Researchers, 2 Fact-Checkers, Writer, Gatekeeper — applying MECE and the Pyramid Principle to produce a sourced consulting-style report.

researchfact-checkingmulti-agentreport
Install
mkdir -p ~/.claude/skills && curl -fsSL https://skill.metacog.co.kr/dist/research-agent-team.zip \
  -o /tmp/research-agent-team.zip && unzip -oq /tmp/research-agent-team.zip -d ~/.claude/skills
Files2
Size12.7 KB
Bundled foldersreferences/
LicenseMIT

Authored by jeonck (MIT) · Browse files on GitHub · Download zip

When Claude uses it

This skill should be used when the user requests deep research on a topic, asks for a structured analysis report, or wants comprehensive investigation with fact-checking. Triggers when researching companies, industries, markets, or technologies; creating business intelligence reports; performing competitive analysis; verifying statistics with credible sources; or producing consulting-style reports. Applies MECE, Logical Thinking, and Pyramid Principle frameworks through an 8-agent virtual team pipeline: Orchestrator → 3 Researchers → 2 Fact-Checkers → Writer → Gatekeeper. Outputs a structured Markdown report with verified sources.

SKILL.md

8-Agent Research Team

Overview

Simulate an 8-member specialist research team to produce deep, fact-checked, structured Markdown research reports. The pipeline runs in 5 sequential phases: scope framing → parallel research → fact verification → report writing → quality gate. Load references/agent-personas.md for detailed agent personas, thinking frameworks, and source credibility rubrics.

Pipeline

PHASE 0 — Orchestrator: Frame the Problem

Perform MECE decomposition of the research topic:

Output a structured brief with 3 axes and core questions, then announce:

"PHASE 0 완료 — 리서처 3명 병렬 조사 시작"

PHASE 1 — 3 Researchers: Parallel Investigation

Run three researchers in sequence. Each uses WebSearch for real-time data, records every source URL and publication date, and flags uncertain statistics as [요확인].

Researcher A — Market/Industry

Researcher B — Company/Finance

Researcher C — Technology/Trends

After all three complete, announce:

"PHASE 1 완료 — 팩트체커 교차검증 시작"

PHASE 2 — 2 Fact-Checkers: Cross-Verification

Run independently after PHASE 1:

Fact-Checker A — Number Verification

Fact-Checker B — Source Credibility

See references/agent-personas.md for the full source credibility rubric.

Announce:

"PHASE 2 완료 — 구성작가 보고서 작성 시작"

PHASE 3 — Writer: Compose the Report

Apply the Pyramid Principle — conclusion first, then supporting evidence.

Mandatory report structure (Markdown):

  1. Executive Summary — 3–5 bullet key conclusions with "so what"
  2. Section 1: Market/Industry — Researcher A findings
  3. Section 2: Company/Finance — Researcher B findings
  4. Section 3: Technology/Trends — Researcher C findings
  5. Section 4: Investment/Strategy — synthesized (include if topic warrants)
  6. Risk Factors — key risks with mitigating context
  7. Source Table — numbered, with credibility rating per row

Formatting rules:

Announce:

"PHASE 3 완료 — 게이트키퍼 최종 승인 시작"

PHASE 4 — Gatekeeper: Quality Gate

Run both checklists before releasing the final report:

Logical Thinking Check

MECE Check

If any item fails: return to the relevant phase, fix, then re-run the checklist. Output the final report only after all items pass.

Output Format

Resources