Plugin Claude Code
Plugin marketplace listing 1 plugin: orchestrate.
Plugin Claude Code
Plugin marketplace listing 1 plugin: orchestrate.
Plugin Claude Code
Multi-agent orchestration for Claude Code: decompose work, route each unit to the cheapest capable model, verify with evidence-gated checks, escalate only on genuine capability failures.
Agent
Execution manager. Runs the dispatch loop for an approved plan: dispatches workers, runs verification gates, triages failures, manages retries. Use for plans of 6 or more units; plans of 5 or fewer, and the tail of any phase, are dispatched directly instead.
Agent
Gate 2 verifier for judgment calls — root cause vs symptom, semantic equivalence, edge-case coverage, security/correctness-critical output.
Agent
Gate 2 verifier for criteria-checkable output. Compares output against explicit done-criteria.
Hook
Runs when a session starts on startup, executing check-update.sh. From midego1/claude-orchestrate.
Skill Claude CodeCodex
Multi-agent orchestration for substantive implementation work. Use when a task decomposes into more than 3 independent units, spans multiple files or subsystems, or benefits from parallel workers with verification gates — features, migrations, audits, large refactors, multi-bug sweeps. Routes each unit to the cheapest…