sciomc

Orchestrate parallel scientist agent workflows to produce cross-validated research reports.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill sciomc-marcmunoz-uno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sciomc
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/sciomc
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill sciomc-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps turn complex research goals into a complete, evidence-backed report by running multiple scientist agents in parallel and then cross-validating their findings.

Core Features & Use Cases

  • Stage-based decomposition: Breaks a research goal into 3–7 independent stages with scoped focus and tiering (LOW | MEDIUM | HIGH).
  • Parallel scientist execution: Dispatches stages concurrently across haiku/sonnet/opus scientist models to match task complexity.
  • Verification and synthesis: Cross-validates results to detect contradictions or coverage gaps, then aggregates into a final report.
  • AUTO mode orchestration: Performs the full workflow autonomously with loop control, persisted session state, and explicit promise tags for completion or blocking.

Use case: Analyze authentication patterns in a codebase by enumerating relevant files, examining token handling and session management, identifying vulnerability patterns, and synthesizing a verified report with evidence blocks and optional figures.

Quick Start

Run sciomc in AUTO mode by asking it to perform comprehensive research on your target topic until it outputs a research completion promise.

Frequently Asked Questions about sciomc

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

FAQPage Schema
How do I automate parallel research agent workflows for codebase analysis?

Parallel research agent workflows are automated by orchestrating multiple scientist agents concurrently to investigate a goal, cross-validate findings, and synthesize a comprehensive evidence-backed report. AUTO mode executes the full workflow autonomously with loop control and persisted session state.

What is cross-validation in multi-stage research orchestration?

Cross-validation in research orchestration detects contradictions or coverage gaps by comparing findings from parallel scientist agents. Results are aggregated into a final report with evidence- and tag-structured outputs after the verification loop completes.

How do I run comprehensive security research with parallel agents?

Comprehensive security research is run by decomposing the goal into 3-7 independent stages with scoped focus, dispatching them concurrently across scientist models, and cross-validating results to identify vulnerability patterns and synthesize a verified report.

Do I need explicit model routing for parallel scientist execution?

Explicit model routing per stage tier is required for parallel scientist execution. Stages are dispatched concurrently across haiku, sonnet, and opus scientist models to match task complexity with LOW, MEDIUM, or HIGH tiering.

Can I use AUTO mode for autonomous hypothesis testing and pattern analysis?

AUTO mode can be used for autonomous hypothesis testing and pattern analysis. It performs the full research workflow autonomously with loop control, persisted session state, and explicit promise tags indicating completion or blocking conditions.

What are the limitations of bounded parallelism in research orchestration?

Bounded parallelism limits concurrent stage execution to prevent resource overload, requiring a verification loop to cross-validate results before aggregation. Sessions persist state with explicit completion or block promise tags to manage workflow boundaries.