Journey Compiler for the uxaudit pipeline. Translates each natural-language primaryjourney from project-context.json into an executable JSON action script that capturejourney.mjs can replay against the running app. Reads project-context.json + curls the running app for selector hints, writes one journey-scripts/ .json…
L3-vision Judge for the uxaudit pipeline. Reads ONE captured screenshot plus a check-specific prompt.md (and optional evaluation brief) and writes a strict pass/fail/unverifiable verdict to result.json. Has Read and Write only — physically cannot drive a browser, run curl, or grep code. Invoked from Phase 04 Step 11…
L4-journey Judge for the uxaudit pipeline. Reads the per-journey capture directory (screenshots + steps.json + evaluation brief) and writes a strict pass/fail/unverifiable verdict with four-axis journeyevaluation to result.json. Has Read, Write, Glob — no Bash, no WebFetch — physically cannot drive a browser or curl…
Proposer for the uxaudit pipeline. Runs after Reconciler, producing the cross-check synthesis. Compresses a long per-check failure list into 2-3 ranked, project-aware fix proposals anchored to root causes. The first (and only) subagent allowed to see BOTH the Scout's project-context.json AND the Judges' verdicts — the…
Reconciler for the uxaudit pipeline. Runs after every Judge has produced a verdict. The ONLY role allowed to see both the Scout's project-context.json AND the Judges' per-check result.json files. Flips catalog FAILS to PASS in strictly enumerated cases where the project's declared design system explicitly justifies…
Project Scout for the uxaudit pipeline. Synthesizes an evidence-based hypothesis about a project's intent, primary user journeys, design system, and experience model. Reads README / spec / e2e tests / route definitions / harness state, then writes project-context.json. Does NOT make quality judgments. Invoked from…