research

Coordinate parallel scientist agents across staged research workflows with verification loops.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill research-chanhee-kang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/chanhee-kang/oh-my-gemini/tree/main/skills/research
Command: npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill research-chanhee-kang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates parallel scientist agents to execute research goals efficiently.

Core Features & Use Cases

  • Decompose complex goals into parallel stages for faster insights
  • Run independent investigations concurrently and verify findings
  • AUTO mode for autonomous end-to-end research sessions
  • Generate synthesized reports and traceable outputs for audits

Quick Start

/oh-my-gemini:research <goal> # Start a new research session with a goal /oh-my-gemini:research AUTO: <goal> # Auto-run until completion /oh-my-gemini:research status # Check status /oh-my-gemini:research resume # Resume last session /oh-my-gemini:research report <session-id> # Generate report for a session

Frequently Asked Questions about research

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

FAQPage Schema
How do I automate multi-stage research workflows across complex codebases?

You can automate multi-stage research workflows by orchestrating parallel scientist agents that decompose complex goals into concurrent stages, running independent investigations and verification loops across complex codebases. This enables faster insights through parallel execution.

What is AUTO mode for autonomous research sessions?

AUTO mode is an autonomous control mechanism that runs research sessions end-to-end until completion without manual intervention. It manages stage decomposition, parallel invocation, and verification loops automatically to satisfy research goals.

How do I start and manage a parallel research session?

Start a parallel research session by providing a goal, use AUTO mode for end-to-end autonomous runs, check progress with status commands, resume the last session if interrupted, and generate synthesized reports using the session ID.

Can I run independent investigations concurrently and verify findings?

Yes, you can run independent investigations concurrently by decomposing complex goals into parallel stages. The system applies verification loops to cross-validate findings across parallel scientist agents before generating synthesized, traceable outputs.

Does this approach work for hypothesis testing and cross-validation?

Yes, hypothesis testing and cross-validation are core use cases supported by parallel scientist agents. The system orchestrates independent investigations concurrently and applies verification loops to validate findings across complex codebases.

When should I use parallel research agents instead of sequential execution?

Use parallel research agents when working with multi-stage research workflows, hypothesis testing, or complex codebases where independent investigations can run concurrently. Sequential execution is less efficient when stages can be decomposed and executed in parallel.