Multi-source comprehensive research using perplexity-researcher, claude-researcher, and gemini-researcher agents. Three modes - Quick (3 agents), Standard (9 agents), Extensive (24 agents with be-creative skill). USE WHEN user says 'do research', 'quick research', 'extensive research', 'find information about', 'investigate', 'analyze trends', 'current events', or any research-related request.
Before starting any task with this skill, load complete PAI context:
read ${PAI_DIR}/.claude/skills/CORE/SKILL.md
This provides access to:
This skill activates when the user requests research or information gathering:
THREE RESEARCH MODES:
QUICK RESEARCH MODE:
STANDARD RESEARCH MODE (Default):
EXTENSIVE RESEARCH MODE:
⏱️ CRITICAL TIMEOUT RULES:
Execute the /conduct-research slash command, which handles the complete workflow:
⏱️ CRITICAL: After timeout, proceed with whatever results are available. DO NOT wait indefinitely for slow agents.
Working Directory (Scratchpad): ${PAI_DIR}/scratchpad/YYYY-MM-DD-HHMMSS_research-[topic]/
Process:
Scratchpad (Working Files - Temporary):
History (Permanent Archive):
${PAI_DIR}/history/research/YYYY-MM-DD_[topic]/ when completeREADME.md, final research report, key data filesVerification (MANDATORY):
File Structure Example:
Scratchpad (temporary workspace):
${PAI_DIR}/scratchpad/2025-10-26-143022_research-agi-frameworks/
├── raw-outputs/
│ ├── perplexity-001.md
│ ├── claude-001.md
│ └── gemini-001.md
├── synthesis-notes.md
├── query-decomposition.md
└── draft-report.md
History (permanent archive):
${PAI_DIR}/history/research/2025-10-26_agi-frameworks/
├── README.md (research documentation)
├── research-report.md (final comprehensive report)
├── key-findings.md (executive summary)
└── metadata.json (sources, agents used, timestamps)
README.md Template:
# Research: [Topic]
**Date:** YYYY-MM-DD
**Research Mode:** Quick/Standard/Extensive
**Agents Used:** X perplexity, Y claude, Z gemini
## Research Question
[Original question or topic]
## Key Findings
- Finding 1
- Finding 2
- Finding 3
## Methodology
- Query decomposition: [How questions were split]
- Agents deployed: [Which agents, how many]
- Sources consulted: [Number and types]
## Output Files
- research-report.md: Full comprehensive report
- key-findings.md: Executive summary
- metadata.json: Source tracking
## Notes
[Any limitations, gaps, or follow-up needed]
For complete step-by-step instructions: read ${PAI_DIR}/.claude/commands/conduct-research.md