cobuild

Coordinate multiple coding-agent CLIs in isolated git worktrees to converge on one approved direction.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/moorej2400/j-skills-public --skill cobuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cobuild
Source: https://github.com/moorej2400/j-skills-public/tree/main/cobuild
Command: npx skills add https://github.com/moorej2400/j-skills-public --skill cobuild

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate multiple coding-agent CLIs to work on the same task in isolated git worktrees and converge on a single final direction.

Core Features & Use Cases

  • Parallel, isolated worktrees for each agent; built-in critique/rebuild loop to compare implementations.
  • Consolidated decision point with unanimous approval before applying changes outside the worktrees.
  • Supports roster-driven configuration across multiple CLI families and models.

Quick Start

Load a roster, initialize per-agent worktrees, and begin a critique-driven rebuild cycle to produce a final approved result.

Frequently Asked Questions about cobuild

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple coding agents to work on the same task in isolated worktrees?

Multi-agent coding orchestration coordinates multiple coding-agent CLIs in isolated git worktrees to independently implement the same task, critique each approach, and rebuild before converging on one approved direction. This manages the entire roster-driven flow.

What is the critique and rebuild loop in multi-agent code synthesis?

The critique and rebuild loop is a process where multiple coding agents independently implement a task, review each other's implementations, and iteratively rebuild based on that feedback until a consolidated decision point reaches unanimous approval for a final direction.

How do I run parallel coding-agent sessions and apply a single approved result?

You initialize per-agent worktrees for parallel sessions, run the critique-driven rebuild cycle to produce decision artifacts, and after unanimous approval, the orchestration applies the finalized changes outside the isolated worktrees.

Does multi-agent orchestration work with different CLI families and models?

Yes, multi-agent orchestration supports roster-driven configuration across multiple CLI families and models, allowing you to coordinate diverse coding agents within the same isolated worktree and critique workflow.

When do I need isolated git worktrees for multi-agent coding tasks?

You need isolated git worktrees when orchestrating multiple coding agents to solve the same task simultaneously, ensuring each agent works independently without conflicts before converging on a single final approved direction.