What problem does it solve?
This Skill solves the bottleneck of sequential task execution by enabling massive parallel delegation, allowing you to fan out complex projects into independent units that run concurrently across multiple worker types.
Core Features & Use Cases
- Parallel Delegation: Automatically decomposes large tasks into independent units, dispatching them to either Codex or Sonnet workers based on capability requirements.
- Quota Optimization: Leverages separate Codex accounts to bypass Claude-side rate limits and quota constraints, ensuring heavy workloads don't stall your primary session.
- Safe Integration: Provides a robust safety model where workers operate in isolated, throwaway clones, ensuring that the primary repository remains untouched until you manually review and integrate the results.
Quick Start
Use the prun skill to decompose the current task into independent units and dispatch them to parallel workers for execution.