name: frontend-polish-pass-ops description: Run a final frontend polish pass for responsiveness, accessibility, hierarchy, copy clarity, interaction quality, and perceived performance. memory_tags: - domain:frontend-design - workflow:ui-polish - repo_boundary:tools - inputs:implemented-ui - outputs:polish-checklist - risk:medium
Frontend Polish Pass Ops
Trigger
Use when:
- the frontend works but still feels unfinished
- a launch page or app shell needs final visual and interaction quality checks
- the team wants a repeatable QA rubric for UI polish
Do not use when:
- there is no usable UI implemented yet
- the task is selecting product strategy rather than validating interface quality
Inputs
- Required: running frontend or preview build
- Optional: design references, target devices, accessibility requirements
Workflow
- Run layout checks:
- desktop and mobile viewport fit
- spacing rhythm and alignment
- text line length and hierarchy
- Run interaction checks:
- hover/focus/active/disabled states
- keyboard navigation path
- loading/empty/error states
- Run readability and conversion checks:
- headline clarity
- CTA prominence
- supporting copy precision
- Run accessibility and performance checks:
- contrast and focus visibility
- semantic landmarks and labels
- avoid unnecessary heavy assets or animation jank
- Produce a prioritized polish list:
must fix before launchshould fix soonsafe to defer
Output Contract
- prioritized issue list with severity
- concrete fixes with file-level pointers when possible
- final launch-readiness verdict
- explicit residual risk notes
Guardrails
- Keep recommendations specific and implementable.
- Do not inflate low-impact issues.
- Prioritize fixes that improve clarity, trust, and conversion.