research

star 1

Multi-source comprehensive research using 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.

zmre By zmre schedule Updated 12/21/2025

name: research description: Multi-source comprehensive research using 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.

Research Skill

๐ŸŽฏ Load Full PAI Context

Before starting any task with this skill, load complete PAI context:

read ${PAI_DIR}/claude/skills/CORE/SKILL.md

This provides access to:

  • Complete contact list and team members
  • Stack preferences (rust>TypeScript, TypeScript>Python, bun>npm, uv>pip)
  • Security rules and repository safety protocols
  • Response format requirements (structured emoji format)
  • Personal preferences and operating instructions

When to Use This Skill

This skill activates when the user requests research or information gathering:

  • "Do research on X"
  • "Research this topic"
  • "Find information about X"
  • "Investigate this subject"
  • "Analyze trends in X"
  • "Current events research"
  • Any comprehensive information gathering request

THREE RESEARCH MODES:

QUICK RESEARCH MODE:

  • User says "quick research" โ†’ Launch 3 agents (1 of each type)
  • Timeout: 2 minutes | Main assistant waits 2 minutes then synthesizes
  • Best for: Simple queries, straightforward questions

STANDARD RESEARCH MODE (Default):

  • Default for most research requests โ†’ Launch 9 agents (3 of each type)
  • Timeout: 3 minutes | Main assistant waits 3 minutes then synthesizes
  • Best for: Most research needs, comprehensive coverage

EXTENSIVE RESEARCH MODE:

  • User says "extensive research" โ†’ Launch 24 agents (8 of each type)
  • Use be-creative skill with UltraThink for maximum query diversity
  • Generate 24 unique, creative research angles
  • Timeout: 10 minutes | Main assistant waits 10 minutes then synthesizes
  • Best for: Deep-dive research, multi-domain analysis, comprehensive reports

โฑ๏ธ CRITICAL TIMEOUT RULES:

  • Quick (3 agents): 2 minute timeout
  • Standard (9 agents): 3 minute timeout
  • Extensive (24 agents): 10 minute timeout
  • After timeout, main assistant STOPS WAITING and synthesizes with whatever results are available
  • Proceed with partial results - don't wait indefinitely for stragglers

How to Execute

Execute the /conduct-research slash command, which handles the complete workflow:

  1. Decomposing research questions into 3-24 sub-questions
  2. Launching up to 24 parallel research agents (claude, gemini)
  3. Collecting results in 15-60 seconds (HARD TIMEOUT: 3 minutes max)
  4. Synthesizing findings with confidence levels (even with partial results)
  5. Formatting comprehensive report with source attribution

Available Research Agents

  • claude-researcher: Claude WebSearch with intelligent query decomposition (academic/detailed)
  • gemini-researcher: Google Gemini multi-perspective research (synthesis)

Speed Benefits

  • โŒ Old approach: Sequential searches โ†’ 5-10 minutes
  • โœ… Quick mode: 3 parallel agents โ†’ 2 minute timeout
  • โœ… Standard mode: 9 parallel agents โ†’ 3 minute timeout
  • โœ… Extensive mode: 24 parallel agents โ†’ 10 minute timeout

โฑ๏ธ CRITICAL: After timeout, proceed with whatever results are available. DO NOT wait indefinitely for slow agents.

๐Ÿ“ Scratchpad โ†’ History Pattern

Working Directory (Scratchpad): ~/.local/share/pai/scratchpad/YYYY-MM-DD-HHMMSS_research-[topic]/

Process:

  1. Scratchpad (Working Files - Temporary):

    • Create timestamped directory for each research project
    • Store raw research outputs from all agents
    • Keep intermediate synthesis notes
    • Save query decomposition and analysis
    • Draft reports and iterations
  2. History (Permanent Archive):

    • Move to ~/.local/share/pai/history/research/YYYY-MM-DD_[topic]/ when complete
    • Include: README.md, final research report, key data files
    • Archive for future reference and reuse
  3. Verification (MANDATORY):

    • Check if hooks captured output to history automatically
    • If hooks failed, manually save to history
    • Confirm all files present in history directory

File Structure Example:

Scratchpad (temporary workspace):

~/.local/share/pai/scratchpad/2025-10-26-143022_research-agi-frameworks/
โ”œโ”€โ”€ raw-outputs/
โ”‚   โ”œโ”€โ”€ claude-001.md
โ”‚   โ””โ”€โ”€ gemini-001.md
โ”œโ”€โ”€ synthesis-notes.md
โ”œโ”€โ”€ query-decomposition.md
โ””โ”€โ”€ draft-report.md

History (permanent archive):

~/.local/share/pai/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:** 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]

Full Workflow Reference

For complete step-by-step instructions: read ${PAI_DIR}/claude/commands/conduct-research.md

Install via CLI
npx skills add https://github.com/zmre/nix-pai --skill research
Repository Details
star Stars 1
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator