PreCompact
49Hook
Runs before the context is compacted, executing pre-compact.mjs via node. From berrzebb/consensus-loop.
Hook
Runs before the context is compacted, executing pre-compact.mjs via node. From berrzebb/consensus-loop.
Hook
Runs after the context is compacted, executing post-compact.mjs via node. From berrzebb/consensus-loop.
Hook
Runs when a subagent starts for implementer and scout tool calls, executing subagent-start.mjs via node. From berrzebb/consensus-loop.
Hook
Runs when a subagent finishes for implementer tool calls, executing subagent-stop.mjs via node. From berrzebb/consensus-loop.
Hook
Runs when a git worktree is created, executing worktree-create.mjs via node. From berrzebb/consensus-loop.
Hook
Runs when a git worktree is removed, executing worktree-remove.mjs via node. From berrzebb/consensus-loop.
Hook
Runs on the TeammateIdle event, executing teammate-idle.mjs via node. From berrzebb/consensus-loop.
Hook
Runs when a task is marked completed, executing task-completed.mjs via node. From berrzebb/consensus-loop.
Skill Claude CodeCodex
Run a consensus-loop audit manually — Codex reviews pending triggertag items in the watch file. Use when you want to trigger an audit without editing the watch file, re-run a failed audit, or test the audit prompt.
Skill Claude CodeCodex
Guide for writing evidence packages for the consensus-loop watch file. Use when preparing code review submissions, structuring feedback evidence, or addressing audit rejections.
Skill Claude CodeCodex
Run consensus-loop deterministic analysis tools via CLI — codemap, dependencygraph, auditscan, coveragemap, rtmparse, rtmmerge, audithistory, fvmgenerate, fvmvalidate. Use this skill whenever you need codebase analysis (symbol index, dependency DAG, pattern scan, coverage), RTM operations (parse, merge, query), or FVM…
Skill Claude CodeCodex
Squash-merge a worktree branch into the target branch with a structured commit message. Use after audit consensus and retrospective completion.
Skill Claude CodeCodex
Session orchestrator for the consensus-loop — reads handoff, picks unblocked tasks, distributes to parallel workers, tracks agent assignments, manages correction cycles via SendMessage. Use when starting a work session with pending tasks, distributing implementation work, or reviewing completed worker output.
Skill Claude CodeCodex
Design tasks into tracks with work breakdowns and execution order. Also writes and maintains PRDs (Product Requirements Documents) — when a user requests a feature, analyzes it, adds it to the PRD, then decomposes into work breakdowns. Use for new feature planning, PRD writing, architecture changes, multi-track…
Skill Claude CodeCodex
Extract learnings from audit history and conversation, manage memories, clean up stale entries. Use after completing a track, during retrospective (③ memory step), at end of session, or anytime the user wants memory maintenance. Triggers on 'what did we learn', 'memory cleanup', 'review learnings', 'retrospective'…
Skill Claude CodeCodex
Show current consensus-loop status — pending reviews, audit state, retro marker, agent assignments. Use to check what's happening before starting work or after returning from a break.
Skill Claude CodeCodex
Run all done-criteria checks (CQ/T/CC/CL/S/I/FV/CV) and produce a pass/fail verification report. Use after implementing code, before submitting evidence to the quorum audit.
Plugin Claude Code
Cross-model audit gate with structural enforcement — edit, audit, agree, retro, commit.
Plugin Claude Code
Cross-model audit gate — 3-adapter (Claude Code + Gemini CLI + Codex), parliament protocol, 5 enforcement gates, 26 MCP tools, 3030 tests.
MCP server Claude CodeCodexCursor +2
MCP server "quorum" as configured in berrzebb/quorum. Runs platform/core/tools/mcp-server.mjs with node.
Instructions file
Instructions for berrzebb/quorum, covering quorum, commands, individual: node --test tests/{name}.test.mjs and rules.
Hook
Runs when a session starts, executing session-start.mjs via node. From berrzebb/quorum.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-submit.mjs via node. From berrzebb/quorum.
Hook
Runs when the agent finishes a response, executing session-stop.mjs via node. From berrzebb/quorum.