deep-research

Orchestrate multi-agent research workflows into parallel subgoals via Codex CLI.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/devkeni/Skills --skill deep-research-devkeni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-research
Source: https://github.com/devkeni/Skills/tree/main/ai-apps/deep-research
Command: npx skills add https://github.com/devkeni/Skills --skill deep-research-devkeni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

深度调研的多实例(多 Agent)编排工作流将一个调研目标拆成可并行的子目标,并通过 Codex CLI 在默认 workspace-write 沙箱内运行子进程,实现高效、可追溯的多源信息采集与汇总。

Core Features & Use Cases

  • 主控层负责澄清目标、拆解子目标、调度子进程、聚合与精修,产出独立成品文件。
  • 子进程负责采集/抽取/局部分析并输出结构化 Markdown 素材,支持并行执行与阶段性校验。
  • 优先使用已安装的 skills 完成联网与数据检索;若必须使用 MCP,则优先 firecrawl,其次 tavily;需要时才使用 curl/wget。
  • 输出产物必须落地为独立文件,完整日志可追溯,便于审计与后续润色。

Quick Start

提供研究目标和期望交付物,系统将自动将任务拆分为并行子任务并以沙箱 workspace-write 进行执行。

Frequently Asked Questions about deep-research

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

FAQPage Schema
How do I orchestrate multi-agent workflows for parallel web research and data gathering?

Multi-agent deep-research workflows orchestrate by splitting a research goal into parallel subgoals and running sub-processes via Codex CLI in a default sandbox workspace. The main controller disaggregates the objective, dispatches subtasks, and aggregates structured Markdown materials into a final deliverable.

How does a multi-agent research workflow consolidate evidence from multiple sources?

Multi-agent evidence consolidation works by deploying sub-processes to collect, extract, and locally analyze data across multiple sources in parallel. Each sub-process outputs structured Markdown materials, which the main controller aggregates, refines, and saves as independent artifacts with traceable logs for auditing.

Do I need MCP firecrawl or tavily to run deep-research data collection in a sandbox?

No, you do not need MCP firecrawl or tavily initially. The workflow prioritizes installed skills for networked data retrieval tasks and enforces default sandbox workspace-write usage. It only falls back to MCP with firecrawl or tavily, and subsequently curl or wget, when installed skills cannot fulfill the network requirements.

Can I use Codex CLI sub-processes for competitive analysis and long-form writing?

Yes, you can use Codex CLI sub-processes for competitive analysis and long-form writing. The system systematically applies these sub-processes within a sandbox workspace to gather data, consolidate evidence, and output independent deliverable files complete with traceable logs for subsequent refinement.

What is the best way to automate systematic document research and split goals into parallel subgoals?

The best way to automate systematic document research is using a multi-agent orchestration workflow that splits goals into parallel subgoals. Sub-processes execute via Codex CLI in a default sandbox workspace, enabling efficient multi-source information collection, structured Markdown extraction, and final artifact generation with full traceability.

Why are my deep-research workflow outputs not saved as independent files with traceable logs?

Deep-research workflow outputs must be explicitly orchestrated to land as independent files with traceable logs. The main controller layer is responsible for aggregating and refining sub-process outputs, ensuring that final deliverables are saved as independent artifacts to guarantee auditability and facilitate subsequent polishing.