WCAG 2.1 AA accessibility review. Checks semantic HTML, ARIA roles and labels, keyboard navigation, focus management, color contrast, screen reader support, and motion/animation safety. Stack-agnostic — WCAG applies regardless of framework. Reads CLAUDE.md to understand the frontend stack and component library in use.…
Top orchestrator for the approval-authority-recording feature. Delegates to approval-event-model (the architecture-approved event type, the reserved architecture project log, re-approval transition/fingerprint, pure-fold preservation) and approval-command-integration (the /rad-design inline-approve write site + the…
Owns where the verbs write approval authority. Delegate here for anything touching the /rad-design inline-approve write site, the /rad-approve re-approval verb, or their harness/cli.js handlers. Architect-only.
MUST BE USED by approval-command-integration-orchestrator when mapping the /rad-design inline-approve write site, the /rad-approve flow + proxy handling, or the cli.js approve handler. Returns the verb write-site anchors — never raw file contents.
MUST BE USED by approval-event-model-orchestrator when mapping the event schema, the gate fold, the duplicate-approved transition rule, recordApproval provenance freezing, or the event-log path/isSafeFeature construction. Returns file:line anchors and event/transition-shape notes — never raw file contents.
Owns how approval authority is recorded as events. Delegate here for anything touching harness/events.js, transitions.js, gates.js (fold), gates.yaml, recordApproval, the new architecture-approved event type, the reserved architecture project log, or the re-approval transition/fingerprint rule. Architect-only.
MUST BE USED by audit-surface-orchestrator when mapping the rad-insights aggregation, the kickoff session-start report, or the event-read helpers. Returns the extension points and read helpers — never raw file contents.
Owns surfacing what the gate auto-cleared. Delegate here for anything touching the /rad-insights skill, the kickoff skill, or the event-log read path that counts policy-approval events. Developer-open; read-only over the event log.
MUST BE USED by ci-wiring-orchestrator when mapping existing script exit-code/output conventions, the harness and shell test entry points, the platform-detection seam, or the deliver-gate hook's invocation shape. Returns file:line anchors and convention notes — never raw file contents.
Owns the CI wiring: .github/workflows/ job structure, triggers, the rad/-branch-with-plan deliver-PR detection (clean no-op on ordinary PRs), and the runner-neutral advisory/annotation output contract. Delegate here for anything touching workflow YAML, Layer-1 test jobs (harness node --test + scripts/test-.sh), or how…
MUST BE USED by severity-classifier-orchestrator when mapping the existing risk-pattern matching, scope computation, or env-var documentation pattern. Returns the match logic, scope-set source, and config-doc convention — never raw file contents.
Owns the repo-convention lints: the new agent-file frontmatter lint (.claude/agents/ required fields, context-tool model/tool rules, description prefixes), CLAUDE.md scope-map ↔ agent-files sync check, and the tail-wave CI wiring of check-scope.sh (fail-closed, blocks merge) and lint-plan.sh (advisory). Delegate here…
MUST BE USED by event-fold-orchestrator when mapping the gate event-fold, the events writer/provenance freezing, the event schema, or the branch-tip read sites. Returns file:line anchors and event-shape notes — never raw file contents.
Owns how the event log gains ownership and refuses to fold when diverged. Delegate here for anything touching harness/gates.js, the events writer/schema, owner-claimed/owner-released events, branch-as-lock semantics, or the fail-closed divergence tripwire. Architect-only.
MUST BE USED by event-metrics-orchestrator when mapping the event schema, existing read helpers, the writer/read seam in events.js, or where the spine records wave outcomes, retries, and token usage. Returns file:line anchors and event-shape notes — never raw file contents.
Owns Part A: cross-feature reliability metrics folded from .agents/state//events.jsonl (wave success by outcome, retries, token spend, failure-reason distribution). Delegate here for anything touching event-read helpers or the metrics section of /rad-insights. Hard constraint: read-side only — must not modify…
Owns Part B: recurrence detection over .agents/findings.jsonl and the resulting CLAUDE.md-convention / lint-rule suggestions. Delegate here for anything touching the findings read path, the recurrence threshold (fixed vs RADFINDINGSTHRESHOLD), or the suggestion section of /rad-insights and the optional /wrap…
MUST BE USED by findings-loop-orchestrator when mapping the findings.jsonl record shape, the existing /rad-insights aggregation sections, the /wrap progress-note append point, or the CLAUDE.md/lint conventions a suggestion would target. Returns file:line anchors and shape notes — never raw file contents.
MUST BE USED by gate-authority-orchestrator when mapping the approval event schema, the gate event-fold, recordApproval provenance, or the approve/deliver gate-check sites. Returns file:line anchors and event-shape notes — never raw file contents.
Owns how a policy-approval is recorded and where the auto-clear decision fires. Delegate here for anything touching harness/gates.js, gates.yaml, the events writer, recordApproval, or the /rad-approve and /rad-deliver gate-check call sites. Architect-only.
Owns the hook runner module, the operator config surface (scripts/hooks dir vs env vs CLAUDE.md block), and event-log integration. Delegate here for how a hook is registered, invoked, and recorded. Architect-only.
MUST BE USED by hook-runtime-orchestrator when mapping the event writer, existing post-check/guardrail scripts, or the config surface. Returns emit sites, the script-invocation pattern, and dedup notes — never raw file contents.
Top orchestrator for the wave-lifecycle-hooks feature. Delegates to spine-integration (where hooks fire) and hook-runtime (how hooks run + register). Architect-only; coordinates the determinism-boundary work.