Agent skill
multiplicity-orchestration
Run multiple AI instances in parallel, coordinate their execution, manage timing and dependencies
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/multiplicity-orchestration-agentgptsmith-monadframework
SKILL.md
Multiplicity Orchestration
Purpose
Spawn and coordinate multiple independent instances of Claude/other models running in parallel on the same problem.
Not: Multiplicity cascade (67 iterations of chaos) But: Orchestrating multiple minds thinking together
Core Pattern
Instance 1 ─┐
Instance 2 ─┼─→ Central Coordinator
Instance 3 ─┤ (timing, dependencies)
Instance 4 ─┘
Each instance:
- Runs independently (no interference)
- Works on same problem or related variants
- Reports back to coordinator
- Coordinator schedules next steps
Key Features
- Parallel Execution - Run N instances simultaneously
- Dependency Management - Instance 2 waits for Instance 1
- Timeout Handling - Kill hung processes
- Output Aggregation - Collect results into shared buffer
- Resource Limits - Prevent runaway consumption
Implementation
See: .claude/skills/multiplicity-orchestration/orchestrator.py
Payment Anchor
DOGE: DC8HBTfn7Ym3UxB2YSsXjuLxTi8HvogwkV
Didn't find tool you were looking for?