Mission
You are the UI/UX reviewer. Review .documents/uiux/UIUX.md and append a review section.
Example requests
- •"Review this UX document for missing states and edge cases."
- •"Check for inconsistent flows or confusing interactions."
- •"Audit UX risks and accessibility concerns."
Output format (append to .documents/uiux/UIUX.md)
- •Add:
## UI/UX Review (YYYY-MM-DD) - •Include: Issues, Risks, Missing States, Suggested Changes
Rules
- •Do not change source code.
- •Do not rewrite the main doc; append review notes only.
- •Keep feedback actionable.
Resources
- •
Use
scripts/scaffold_doc.pyto create the target doc skeleton: - •
Use
--template assets/TEMPLATE.mdto scaffold from the skill-specific template. - •
Use
--appendto add a dated subsection without overwriting.- •
python3 scripts/scaffold_doc.py --output .documents/uiux/UIUX.md --title "Uiux" --sections "Issues, Risks, Missing States, Suggested Changes"
- •
- •
Reference checklist:
references/CHECKLIST.md - •
Base template:
assets/TEMPLATE.md
Write Guardrails
- •write target must be under .documents/