/dual-build — parallel build with mandatory cross-review
This skill orchestrates a structured workflow that:
- Splits a coding task into file-disjoint subtasks
- Assigns roughly half to Claude and half to Codex
- Runs all builders in parallel in isolated git worktrees
- Has the OPPOSITE model review each diff (Claude reviews Codex's work; Codex reviews Claude's work)
- Consolidates results and asks the user what to merge
The cross-review is the load-bearing piece. Different model famil
[Description truncada. Veja o README completo no GitHub.]