What problem does it solve? Complex coding tasks handled by a single-threaded assistant often miss edge cases, skip verification, or break sibling work in shared repositories. This Skill enforces a disciplined swarm workflow so implementation work is explored in parallel, validated objectively, and independently reviewed before completion. ## Core Features & Use Cases - Parallel Exploration: Dispatches subagents for repository mapping, pattern discovery, and side-effect analysis while keeping the main context focused. - Scoped Implementation with Review Gates: Implements in coherent chunks, then requires an independent reviewer and a separate critic to approve the actual diff before work is considered done. - Worktree Safety Discipline: Prohibits destructive git operations in subagents and enforces scope declarations for every delegated file change. - Use Case: When fixing a bug that touches auth logic across several files, use this Skill to explore the codebase in parallel, implement the fix in scoped units, run tests, and get independent reviewer and critic approval before merging. ## Quick Start Ask the assistant to implement your feature or bug fix using the swarm-implement workflow with parallel exploration and independent review.