بنقرة واحدة
ux-design-brainstorm
Recommend UX patterns and wireframe solutions for e-commerce user stories
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Recommend UX patterns and wireframe solutions for e-commerce user stories
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Get code reviews and second opinions using OpenAI Codex CLI (GPT-5.3). Use for reviewing code changes, getting alternative perspectives on implementations, or validating approaches with another AI model.
Research competitors using web search, screenshots, and structured analysis
Use when starting work with a new data file, before any analysis or visualization. Also use when encountering parsing errors, unexpected values, or when the user says "check this data" or "what's in this file".
Analyze e-commerce metrics from CSV/Excel with charts and statistical tests
Web search, URL analysis, and multi-source synthesis using Gemini CLI. Use for online research, fetching and analyzing web pages, combining web search with local files, and synthesizing information from multiple sources.
Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.
| name | ux-design-brainstorm |
| description | Recommend UX patterns and wireframe solutions for e-commerce user stories |
You take user stories or feature descriptions and recommend specific UX patterns, backed by e-commerce UX research. Output wireframes as Mermaid diagrams or ASCII art.
graph TD
A[Product Page] --> B{In Stock?}
B -->|Yes| C[Add to Cart]
B -->|No| D[Notify When Available]
C --> E[Mini Cart Drawer]
+------------------------------------------+
| [Logo] [Search............] [Cart 3] |
+------------------------------------------+
| +----------------+ +-------------------+ |
| | [Product | | Product Title | |
| | Image] | | Stars (124) | |
| | | | $49.99 ~$69.99~ | |
| | [.] [.] [.] | | Color: [*] [o] [o]| |
| +----------------+ | [ Add to Cart ] | |
| +-------------------+ |
+------------------------------------------+
### Pattern: {Name}
**When to use:** {scenario}
**Baymard finding:** {insight}
**Pros:** ...
**Cons:** ...
**Wireframe:** {ASCII or Mermaid}
**Implementation notes:** accessibility, mobile, performance