parallel-investigation

Coordinate autonomous sub-agents to explore multiple investigation directions and consolidate structured findings.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill parallel-investigation-genesis-agents
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: parallel-investigation
Source: https://github.com/genesis-agents/GenesisPod/tree/main/.claude/skills/collaboration/parallel-investigation
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill parallel-investigation-genesis-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

并行调查技能解决在有限时间内需要同时覆盖多个潜在方向以快速收集信息并做出综合分析的难题。

Core Features & Use Cases

  • 并行分工: 将调查任务分配给多个子代理,每个方向独立进行。
  • 结果汇总: 主线程整合子代理返回的结构化结果。
  • 应用场景: 适用于 Bug 调查、架构分析、代码搜索等需要快速信息收集的情境。

Quick Start

定义若干调查方向,并发起子代理以同时收集线索,最后在主线程汇总成初步结论。

Frequently Asked Questions about parallel-investigation

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

FAQPage Schema
How do I perform parallel code investigation across multiple modules?▼

Parallel code investigation uses autonomous sub-agents to explore multiple directions simultaneously, reading files and searching patterns to consolidate structured findings rapidly.

What is the best way to coordinate a multi-direction bug hunt?▼

A multi-direction bug hunt requires deterministic coordination to assign investigation paths to sub-agents, which independently gather information and return structured results for main thread consolidation.

Can I use sub-agents for architectural analysis and code search?▼

Yes, sub-agents perform architectural analysis and code search by executing concurrent reads and pattern searches across defined directions, speeding up information gathering and structural review.

Do I need defined investigation directions before starting parallel exploration?▼

Yes, parallel exploration requires defined investigation directions upfront to ensure deterministic coordination and structured results when sub-agents gather information autonomously.

What tools are used for information gathering during parallel analysis?▼

Information gathering during parallel analysis uses Read, Grep, and Glob tools to perform file reads and pattern searches, enabling sub-agents to explore directions autonomously.

When should I avoid parallel sub-agent coordination for code analysis?▼

Avoid parallel sub-agent coordination when investigation directions are undefined or deterministic coordination is impossible, as structured results require clear autonomous task allocation.