do-parallel
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>
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9