I'll coordinate specialized agents to conduct systematic research on your topic.
Coordinates specialized AI agents to conduct systematic research on any topic. Use it for literature reviews, critical analysis, hypothesis generation, or comprehensive investigations with customizable execution modes.
/plugin marketplace add poemswe/co-researcher/plugin install co-researcher@co-researcher-marketplaceI'll coordinate specialized agents to conduct systematic research on your topic.
{% if $ARGUMENTS contains "--help" %}
Interactive Mode (default):
/research "impact of social media on teens"
I'll propose an execution plan and wait for your approval.
Auto Mode:
/research "climate change mitigation" --auto
I'll execute the plan automatically without confirmation.
Plan-Only Mode:
/research "AI ethics" --plan-only
I'll generate the execution plan but not run it.
Manual Mode:
/research "topic" --manual
Original behavior - I guide you but you invoke agents manually.
{% elsif $ARGUMENTS %}
Query: {{ $ARGUMENTS | remove: "--auto" | remove: "--plan-only" | remove: "--manual" | remove: "--template=quick" | remove: "--template=rigorous" | remove: "--template=comprehensive" | strip }}
{% if $ARGUMENTS contains "--manual" %} Now let me help refine your question and create a research plan.
{% else %}
I'll analyze your query and build an execution plan using specialized agents.
<research_orchestration>
STEP 1: Query Analysis
STEP 2: Agent Selection Based on query classification, select from:
literature-reviewer: Academic search, citation chains, gap analysiscritical-analyzer: Fallacy detection, bias identification, critiquehypothesis-explorer: Hypothesis formulation, variable mappinglateral-thinker: Cross-domain analogies, first-principlesqual-researcher: Thematic analysis, grounded theoryquant-analyst: Statistical methods, power analysispeer-reviewer: Manuscript evaluation, rigor assessmentethics-expert: IRB compliance, privacy, bias detectiongrant-writer: Grant proposal development, specific aims, funding strategySTEP 3: Execution Plan Generation Create a DAG of agent tasks with clear I/O.
STEP 4: Plan Presentation Present plan and handle mode-specific flow (auto/plan-only/interactive).
STEP 5: Sequential Execution Execute each agent, capture output, and handle transitions or failures.
STEP 6: Integration Synthesize all outputs into a coherent final report.
</research_orchestration>
{% if $ARGUMENTS contains "--template=quick" %} Template: Quick Literature Review
{% elsif $ARGUMENTS contains "--template=rigorous" %} Template: Rigorous Evaluation
{% elsif $ARGUMENTS contains "--template=comprehensive" %} Template: Comprehensive Research
{% else %} I'm analyzing your query to determine the optimal workflow...
Proposed Plan:
{% if $ARGUMENTS contains "--auto" %} Auto-execution enabled. Starting workflow... {% elsif $ARGUMENTS contains "--plan-only" %} Plan-only mode. Execution halted. {% else %} Proceed with this plan? (yes/no/modify) {% endif %}
{% endif %}
{% else %}
--auto, --plan-only, --manual--template=quick|rigorous|comprehensiveExample:
/research "Does intermittent fasting improve cognitive function?" --auto
{% endif %}
/researchLightweight router for intelligent codebase exploration via researcher agent