Skip to content

Add claude-code-dual-build to Multi-Agent Swarms - #42

Open
cjcsecurity wants to merge 1 commit into
andyrewlee:mainfrom
cjcsecurity:add-claude-code-dual-build
Open

Add claude-code-dual-build to Multi-Agent Swarms#42
cjcsecurity wants to merge 1 commit into
andyrewlee:mainfrom
cjcsecurity:add-claude-code-dual-build

Conversation

@cjcsecurity

Copy link
Copy Markdown

Adding claude-code-dual-build — a Claude Code skill that orchestrates symmetric Claude+Codex builds with mandatory bidirectional cross-review.

Why I think it fits Multi-Agent Swarms specifically: the skill coordinates specialized roles (claude-builder, codex-builder, claude-reviewer, codex-reviewer), runs them in parallel in isolated git worktrees, and has each model review the opposite model's diff before consolidation. The cross-review is the load-bearing piece — different model families catch different bug classes (e.g., on a real mission-control run, Claude reviewing Codex's stop-button code caught a SIGKILL→ESRCH race + an ss permission-model UX bug that the implementing model missed). This shape feels closer to coordinated specialists than a parallel runner per se.

Repo: https://github.com/cjcsecurity/claude-code-dual-build

The README has worked examples + a comparison vs. existing patterns in this exact space (asymmetric, single-model parallel, sequential pipeline, consensus drafting, multi-reviewer fan-out, communication bridge) — happy to revise placement if you'd prefer it land elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant