Claude
|
2a0197e654
|
feat: Add swarm-coordination plugin for multi-agent conflict prevention
Implements three complementary patterns for coordinating multi-agent swarms:
1. Status Polling (Fix 1): Orchestrator periodically spawns status-checker
agents to monitor swarm health, detect stuck agents, and identify
conflicts early.
2. File Claiming (Fix 2): Agents claim file ownership before editing via
a claims registry (.claude/file-claims.md). Prevents multiple agents
from editing the same file simultaneously.
3. Checkpoint-Based Orchestration (Fix 5): Separates swarm execution into
phases - planning (read-only), conflict detection, resolution, then
implementation with monitoring.
Plugin contents:
- /swarm command for full orchestrated workflow
- status-checker agent (haiku, lightweight polling)
- conflict-detector agent (analyzes plans for overlaps)
- plan-reviewer agent (validates individual plans)
- swarm-patterns skill with comprehensive documentation
|
2025-12-12 01:43:30 +00:00 |
|