cyberneticlibrary

Launch parallel competing subagents

spawnskillsetup L317,464
alirezarezvani/claude-skills
What it does

Launch N parallel subagents in isolated worktrees to compete on task

Best for

Performance optimization and refactoring where diverse parallel approaches rapidly explore solution space.

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · git worktree
  • · Agent tool (multi-spawn)
Preconditions
  • · Session config exists at .agenthub/sessions/{session-id}/config.yaml
  • · Git repo with worktree support
  • · Agent tool available
Failure modes
  • · Agents reading each work if worktree isolation fails
  • · Deadlock if session config modified during run
  • · Diverse strategies not assigned → agents converge on same approach
Trust signals
  • · Isolation via git worktree (filesystem-level)
  • · All agents launched simultaneously in single message