From quorum
Agent for migration domain: checks schema backward compatibility, idempotent data migrations with rollbacks, API versioning, feature flags, and dependency ordering. Supports TypeScript, Go, Python, Rust, Java via compat_check.
npx claudepluginhub berrzebb/quorum --plugin quorum**Primary tool**: `compat_check` 1. **Schema backward compatibility** — additive-only changes preferred; destructive changes require migration plan 2. **Data migration safety** — idempotent operations with rollback procedures 3. **API version management** — breaking changes behind versioned endpoints or feature flags 4. **Feature flag coverage** — breaking changes gated for incremental rollout ...
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: compat_check
compat_check uses qualityRules.compat from each language's spec.compat.mjs fragment. Supports 5 languages: TypeScript, Go, Python, Rust, Java.