do-parallel
Installation
SKILL.md
Parallel Multi-Perspective Analysis
$ARGUMENTS - Target agent/skill name + source material file path
This skill implements Fan-Out / Fan-In: dispatch 10 independent agents in parallel, collect results, synthesize into unified recommendations, and apply improvements to a target agent or skill. The primary value comes from cross-perspective pattern detection that single-threaded analysis misses due to cognitive anchoring.
Instructions
Phase 1: VALIDATE INPUTS
Goal: Confirm target exists and source material is suitable before spawning agents.
Step 1: Parse arguments
- Extract target agent/skill name (first argument)
- Extract source material path (second argument)
- If either argument is missing, report usage:
/do-parallel <target-name> <source-path>