Parallel Builder: Divide-and-Conquer Implementation Decomposes a plan/spec into independent tasks, spawns builder agents to implement each piece in parallel, and integrates the results. Unlike feature-council (same task, diverse approaches), this skill gives each agent a different piece of the work for maximum speed. Use this when you have a spec, PRD, or plan and want fast parallel implementation. When to Use ✅ Use parallel-builder for: - Implementing a PRD or spec document - Large features that can be decomposed into parts - When speed matters more than approach diversity - Building from a…