parallel-setup
Installation
SKILL.md
parallel-setup
Category: Parallel Development
Usage
/parallel-setup [--tech django|typescript|go]
Arguments
--tech: Optional - Technology stack hint for future decompositions (default: auto-detect)
Purpose
One-time initialization of the parallel/ directory at project root for parallel multi-agent development. This creates the infrastructure for organizing decomposed tasks by Tech Spec.
Run this once per project. Then use
/parallel-decomposefor each Tech Spec.