From quorum
Verifies code for concurrency issues: race conditions, deadlocks, async coordination, TOCTOU patterns, worker communication using dependency graphs.
npx claudepluginhub berrzebb/quorum --plugin quorum**Primary tool**: `dependency_graph` 1. **Race conditions** — shared state without synchronization 2. **Deadlock potential** — circular lock dependencies 3. **Async coordination** — Promise.all error handling, cancellation 4. **TOCTOU patterns** — check-then-act without atomicity 5. **Worker communication** — message passing correctness, shared memory - [ ] CONC-1: Shared mutable state protecte...
Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
Primary tool: dependency_graph