What problem does it solve? Large changes, migrations, and multi-issue fixes are too big for a single agent session, and naive parallelization causes overlapping edits and merge conflicts. This Skill decomposes a compound task into a validated Work Breakdown Structure and runs each work package as an isolated process with quality gates. ## Core Features & Use Cases - WBS Decomposition with Validation: Breaks a task into 3-10 non-overlapping work packages, validates the dependency graph for cycles, and assigns execution waves. - Isolated Parallel Execution: Each work package runs as an independent claude -p process in its own git worktree with explicit file-path instructions and credential isolation. - Wave-Based Orchestration: Dependent packages launch only after their dependency wave completes, with outputs injected into downstream instructions. - Use Case: Ask to build a full authentication system with OAuth, RBAC, and audit logging; the Skill splits it into three work packages, runs them in parallel, and aggregates results with quality spot-checks. ## Quick Start Ask the assistant to decompose and run a large task in parallel, for example: run /octo:parallel to build a full authentication system with OAuth, RBAC, and audit logging.