parallel-research

Decompose research questions into MECE domains and run parallel web research agents via tmux and Claude.

18|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Jay-523/agent-skills --skill parallel-research-jay-523
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-research
Source: https://github.com/Jay-523/agent-skills/tree/main/skills/parallel-research
Command: npx skills add https://github.com/Jay-523/agent-skills --skill parallel-research-jay-523

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates and scales web research by decomposing complex questions into parallel agent tasks, significantly accelerating information gathering and synthesis.

Core Features & Use Cases

  • MECE Decomposition: Breaks down research topics into mutually exclusive and collectively exhaustive domains.
  • Parallel Agent Execution: Spawns multiple Claude agents simultaneously in tmux panes for concurrent investigation.
  • Structured Output: Collects findings into organized files for easy synthesis and review.
  • Use Case: Researching the "state of agentic coding patterns" by having separate agents investigate social media, industry blogs, and critical analyses concurrently.

Quick Start

Use the parallel-research skill to investigate the topic "advancements in AI-driven code generation".

Frequently Asked Questions about parallel-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel web research tasks using Claude agents?

Parallel web research is executed by decomposing a topic into MECE domains and spawning concurrent Claude agents in separate tmux panes, which independently gather information before synthesizing results into a report.

What is MECE decomposition for agentic web scraping workflows?

MECE decomposition breaks complex research questions into mutually exclusive and collectively exhaustive domains, enabling multiple agents to concurrently scrape and investigate distinct information areas without overlap.

Do I need tmux and Claude CLI to execute concurrent research agents?

Yes, you need both tmux and Claude CLI installed to execute concurrent research agents, as the skill relies on tmux to manage parallel panes and the CLI to run the agentic workflows locally.

How does tmux monitor and synthesize findings from multiple parallel agents?

Tmux monitors parallel agents by running each in a separate pane, allowing concurrent execution while the skill collects their individual structured findings into organized files for final synthesis into a comprehensive report.

What is the best way to structure complex research questions for parallel processing?

The best way to structure research for parallel processing is MECE decomposition, which divides a complex question into mutually exclusive domains so multiple agents can investigate distinct areas concurrently before synthesis.