sciomc

Orchestrate parallel scientist agents to decompose, execute, and synthesize research.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill sciomc-dropsyoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sciomc
Source: https://github.com/dropsyoon/oh-my-claudecode/tree/main/skills/sciomc
Command: npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill sciomc-dropsyoon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

sciomc eliminates the time-consuming, step-by-step way of researching complex questions by orchestrating multiple specialist agents in parallel and then verifying and synthesizing their findings into a single structured report.

Core Features & Use Cases

  • Parallel scientist workflow: Decomposes a research goal into 3–7 independent stages and runs them concurrently to increase coverage and speed.
  • Verification loop: Cross-validates outputs to detect contradictions, gaps, and missing connections before producing a final report.
  • AUTO mode for autonomy: Supports fully autonomous execution with loop control, state persistence, and explicit completion/blocked promise tags.
  • Session management: Enables status checks, resuming interrupted sessions, listing runs, generating reports per session-id, and canceling while preserving progress.
  • Evidence & confidence enforcement: Requires structured finding/evidence/confidence tags and validates source quality for reproducibility.

Quick Start

Give the command /oh-my-claudecode:sciomc AUTO: Analyze the security posture of this authentication system and produce a verified report.

Frequently Asked Questions about sciomc

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

FAQPage Schema
How do I run parallel research agents for complex architecture analysis?

Parallel research agents decompose complex architecture analysis goals into 3–7 independent stages, execute them concurrently, and cross-validate findings before synthesizing a final structured report.

What is the best way to cross-validate evidence extracted during autonomous research workflows?

Cross-validation during autonomous research workflows detects contradictions, gaps, and missing connections by verifying structured finding, evidence, and confidence tags across parallel agent outputs before final synthesis.

Can I resume interrupted parallel agent sessions without losing research progress?

Interrupted parallel agent sessions can be resumed without losing progress because session state is persisted in .omc/research/{session-id}/state.json, enabling status checks and report generation per session-id.

Does autonomous research execution support max-concurrency control for deterministic loop behavior?

Autonomous execution in AUTO mode supports max-concurrency control to ensure deterministic loop behavior, applying mandatory stage decomposition, state persistence, and explicit completion or blocked promise tags.

When do I need multi-stage decomposition with parallel scientists instead of sequential research?

Multi-stage decomposition with parallel scientists is needed when sequential research becomes slow or incomplete on complex goals like security analysis, architecture review, and comparative investigation.

What are the limitations of running parallel scientist workflows for cross-validation?

Parallel scientist workflows require mandatory stage decomposition and explicit verification promise tags to function correctly, meaning poorly defined research goals or missing evidence tagging will block autonomous execution.