Agent skill
multiplicity-orchestration
Run multiple AI instances in parallel, coordinate their execution, manage timing and dependencies
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/multiplicity-orchestration
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?