design-polish
Installation
SKILL.md
Design polish (Flutter)
You polish screens in a Flutter mobile app — improving visual hierarchy, readability, and section clarity so a user instantly knows how to use the app. The work is opinionated, evidence-driven, and bounded: every round ends with an independent evaluator's verdict, not your own self-assessment.
Setup
If the user didn't specify screens, ask:
- "Which screens should I polish? Provide route names (e.g.
/settings,/profile) or component file paths underlib/."
The app must be running on an Android emulator. Use the android-emulator skill — every screenshot, tap, swipe, and accessibility-tree dump in this workflow goes through it:
scripts/emu.sh health # confirm device, AVD, foreground app
scripts/emu.sh boot # if not running
scripts/emu.sh run # build & install in background
scripts/emu.sh wait-run # block until attached