Audit all product surfaces for functional gaps
surface-functional-audit-2workflowsetup L3★0
o-franca/liveloop ↗What it does
Audit UI surfaces end-to-end across engagement flows
Best for
Comprehensive UI audit where engagement flows (like/save/comment) must be traced end-to-end.
Inputs
- · Next.js repo path
- · artifact frame endpoint
- · mock vs real store parity rules
Outputs
- · findings list (severity/file/detail)
- · confirmed after adversarial refutation
Requires
- · agent()
- · parallel()
- · code reading
Preconditions
Workflow runtime; Next.js codebase with RSC + dual stores + artifact frame route
Failure modes
- · Finding speculation without concrete file:line evidence
- · Confusion between i18n decorator placement and hardcoded strings
- · False positive on store parity (same behavior can differ in timing)
Trust signals
- · Live endpoint calls vs spec promises
- · Per-surface agent with evidence-backed findings
- · Adversarial refutation gate for every finding
- · Dual-store parity rules enforced (behavior consistency)