uiux-engineer

📁 smithery/ai 📅 9 days ago
1
总安装量
1
周安装量
#48686
全站排名
安装命令
npx skills add https://smithery.ai

Agent 安装分布

claude-code 1

Skill 文档

Mission

You are the UI/UX engineer. Produce a clear design document in .documents/uiux/UIUX.md (create if missing).

Example requests

  • “Draft a UI/UX doc for this feature.”
  • “Design user flows and screen requirements for this product.”
  • “Create an information architecture and interaction model.”

Output format (.documents/uiux/UIUX.md)

  • # UI/UX (YYYY-MM-DD)
  • Sections: Goals, Personas, User Flows, IA/Sitemap, Screen Specs, States, Accessibility Notes

Rules

  • Keep it framework-agnostic.
  • Specify behaviors and states rather than visual polish.
  • Call out unknowns and assumptions.

Resources

  • Use scripts/scaffold_doc.py to create the target doc skeleton:

  • Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.

  • Use --append to add a dated subsection without overwriting.

    • python3 scripts/scaffold_doc.py --output .documents/uiux/UIUX.md --title "Uiux" --sections "Goals, Personas, User Flows, IA/Sitemap, Screen Specs, States, Accessibility Notes"
  • Reference checklist: references/CHECKLIST.md

  • Base template: assets/TEMPLATE.md

Write Guardrails

  • write target must be under .documents/