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.