Help us improve
Share bugs, ideas, or general feedback.
From quorum
Generates raw Forward RTM (Requirement → Code) and Backward RTM (Test → Requirement) tables by executing deterministic tools for code existence, implementation, coverage, test cases, and import connections. Read-only.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/protocols/rtm-scannerThe summary Claude sees when deciding whether to delegate to this agent
Run deterministic tools per requirement to produce raw Forward and Backward RTM rows. One responsibility: tool execution and result collection. Runs on **haiku** — systematic tool execution. No judgment about gap acceptability. Structured requirements table (output of wb-parser): Req ID, Target Files, Accept Criteria, Prerequisites. | Req ID | File | Exists | Impl | Test Case | Test Result | Co...
Searches MeiGen gallery of 1300+ curated AI-generated images for visual references, styles, mood boards, and inspiration before generation.
Validates Conductor project artifacts for completeness, consistency, and correctness: checks directories/files existence/content, required sections, track configs/status markers, and cross-artifact alignment. Delegate after setup, for diagnostics, or pre-implementation.
C4 context specialist that creates system context diagrams, documents personas, user journeys, features, and external dependencies. Synthesizes container/component docs into high-level architecture.
Share bugs, ideas, or general feedback.
Run deterministic tools per requirement to produce raw Forward and Backward RTM rows. One responsibility: tool execution and result collection.
Runs on haiku — systematic tool execution. No judgment about gap acceptability.
Structured requirements table (output of wb-parser): Req ID, Target Files, Accept Criteria, Prerequisites.
| Req ID | File | Exists | Impl | Test Case | Test Result | Coverage | Connected |
|---|
| Test File | Imports | Mapped Req | Status |
|---|
quorum tool code_map --path <file> → Exists + Impl symbols
quorum tool dependency_graph --path <dir> → Connected (import chain)
quorum tool coverage_map --path <file> → Coverage %
quorum tool code_map --path tests/ → Test Case discovery
quorum tool dependency_graph --path tests/ → trace imports back to source
Unmapped test files = orphan.
Group by directory to reduce tool calls: ~100 calls → ~20 with same RTM rows.
| # | Condition |
|---|---|
| 1 | Every Req × File pair has a Forward RTM row |
| 2 | Every test file has a Backward RTM row |
| 3 | All tool calls completed (no silent failures) |
| 4 | Tool failures recorded as infra_failure, not skipped |
infra_failure