Accessibility Auditor — performs static code analysis for WCAG 2.1 AA compliance, aria attributes, semantic HTML, and keyboard support. Activated when accessibility domain is detected. NOTE — this is STATIC analysis only; runtime browser testing is handled by ui-reviewer.
Compatibility Reviewer — checks backward compatibility, migration safety, breaking API changes, and consumer impact. Activated when migration domain is detected (schema changes, API surface modifications).
Compliance Officer — checks license compatibility, PII handling, data retention, and regulatory patterns. Activated when compliance domain is detected (license files, personal data handling, GDPR/CCPA patterns).
Documentation Steward — verifies doc-code consistency, API documentation completeness, and changelog coverage. Activated at T3 when documentation domain is detected.
Documentation Sync — extracts facts from code (hook counts, tool counts, test counts, module counts, versions) and fixes mismatches in all documentation files. Runs before squash commit.
Agent "i18n-checker" from berrzebb/quorum, covering i18n checker (claude code), claude code tool invocation, add missing key to both locale files at once, language-aware hardcoded string detection and domain-specific anti-patterns.
Headless worker for quorum — receives task + context, implements code, runs tests, submits evidence via auditsubmit tool, handles audit corrections. Use when the orchestrator needs to delegate a coding task to a worker agent.
Observability Inspector — checks logging coverage, structured log format, error context, metric instrumentation, and trace propagation. Activated at T3 when observability domain is detected.
Read-only RTM generator — reads all track work-breakdowns, verifies each requirement against the actual codebase using deterministic tools, and produces 3 Requirements Traceability Matrices (Forward, Backward, Bidirectional). Use when the orchestrator needs to establish or update the RTM before distributing work.
Find UI issues that code-level analysis (scout, codemap, dependencygraph) cannot detect. Launches a real browser to check rendering, visual states, interactions, a11y, and runtime errors. Use after FE implementation to catch issues invisible to static analysis.