parallel-exploration

Installation
SKILL.md

Parallel Exploration (Brann Fan-Out)

Overview

When you need to answer "where/how does X work?" across multiple domains (codebase, tests, docs, OSS), investigating sequentially wastes time. Each investigation is independent and can happen in parallel.

Core principle: Decompose into independent sub-questions, spawn one task per sub-question, collect results asynchronously.

Safe in Planning mode: This is read-only exploration. It is OK to use during exploratory research even when there is no feature, no plan, and no approved tasks.

This skill is for read-only research. Active execution still goes through warcraft_execute; use warcraft_skill("dispatching-parallel-agents") only for parallel read-only investigation or review.

When to Use

Installs
1
GitHub Stars
1
First Seen
Jun 23, 2026
parallel-exploration — minhtri2710/opencode-warcraft