← ClaudeAtlas

cli-forge-quorumlisted

Generate a Byzantine-fault-tolerant multi-agent orchestration using the REC-Quorum pattern (Reflect/Execute/Control with adaptive quorums, tickets pré-signés, leaderless execute, view-change timeouts). Use when a brigade-style orchestrator has stalled on a single-leader bottleneck, when deterministic decision quality is required (SLA/compliance/incident-response), when the team has > 5 agents with parallelism, or when operators mention 'BFT agents', 'REC-Quorum', 'deterministic consensus', 'threshold signatures', 'quorum adaptatif', 'view-change', 'leaderless execute', 'Byzantine orchestration'. Upgrade path from cli-forge-chef when Brigade stalls or requires formal audit trail.
Destynova2/cli-code-skills · ★ 4 · AI & Automation · score 80
Install: claude install-skill Destynova2/cli-code-skills
# cli-forge-quorum — REC-Quorum Orchestration (BFT-grade) Generates a multi-agent orchestration with **Byzantine fault tolerance**, **adaptive quorum sizing** per task criticality, and **view-change timeouts** to eliminate single-leader bottlenecks. The pattern comes from applying distributed-systems research (PBFT, HotStuff, Mir-BFT, Mercury, BFTBrain) to LLM agent dispatch. Empirically validated by [arxiv 2511.15755](https://arxiv.org/abs/2511.15755) — multi-agent orchestration raises actionable-recommendation rate from 1.7% to 100% with zero variance across 348 trials. ## When to use this skill (triage) | Situation | Use | |---|---| | First multi-agent sprint, 2-5 workers, dev repo | **`cli-forge-chef`** (Brigade pattern, lighter) | | Brigade stalled 30+ min on leader bottleneck | **`cli-forge-quorum`** (view-change, leaderless) | | Compliance audit / SLA / incident response | **`cli-forge-quorum`** (signed trail + DQ metric) | | > 10 parallel agents | **`cli-forge-quorum`** (Mir-BFT-style scaling) | | Variable criticality (trivial-to-critical tasks mixed) | **`cli-forge-quorum`** (adaptive N) | | "Just automate my git workflow" | **`cli-forge-chef`** | **Key test** : if stalling the leader would cost > 1h of wasted sprint time, you need REC-Quorum. If the leader can stall and be manually unblocked in < 15 min, Brigade is enough. ## Architecture — three phases, each gated ``` Phase 0 — Reflect → plan signé + tickets commis (Chef + 2 Sous-Chefs plan) Phase 1 — Exe