What problem does it solve?
Coordinate multiple AI agents working on the same codebase or project simultaneously. This skill covers git worktree isolation, file locking strategies, message passing between agents, shared state management, conflict resolution, task decomposition for parallel agents, and patterns from Claude Code, Cursor, Devin, and similar multi-agent developer tools. Activate on: "multi-agent", "parallel agents", "agent coordination", "worktree isolation", "concurrent agents", "file locking agents", "agent conflict resolution", "swarming agents", "agent message passing", "parallel development", "agent orchestration", "ccswarm", "port daddy". NOT for: single-agent behavior patterns (use agentic-patterns), agent infrastructure selection (use agentic-infrastructure-2026), DAG topology design (use next-move).
Core Features & Use Cases
- Coordinated multi-agent development with isolated worktrees and shared contracts
- Lightweight message passing, conflict detection, and resolution scaffolding
- Patterns and best practices drawn from popular agent tooling and orchestration strategies
Quick Start
Set up separate worktrees for each agent and initialize coordination using a shared coordination document.