一键导入
ux-wireframe-designer
Design user experience wireframes, user flows, and interactive mockups for web and mobile applications using industry-standard notation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design user experience wireframes, user flows, and interactive mockups for web and mobile applications using industry-standard notation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyzes and optimizes frontend performance using Core Web Vitals, bundle analysis, lazy loading, image optimization, and caching strategies
Design RESTful APIs with OpenAPI 3.1/3.2, resource modeling, HTTP semantics, versioning, pagination, HATEOAS, and OWASP API Security.
Design data pipelines with quality checks, orchestration, and governance using modern data stack patterns for robust ELT/ETL workflows.
Validate WCAG 2.2 compliance (A/AA/AAA) with ARIA, color contrast, keyboard navigation, screen readers, and automated testing via axe-core/Pa11y.
Design Kafka architectures with exactly-once semantics, Kafka Streams, ksqlDB, Schema Registry (Avro/Protobuf), performance tuning, and KRaft.
Design RabbitMQ architectures with exchanges, quorum queues, routing patterns, clustering, dead letter exchanges, and AMQP best practices.
| name | UX Wireframe Designer |
| slug | ux-wireframe-designer |
| description | Design user experience wireframes, user flows, and interactive mockups for web and mobile applications using industry-standard notation |
| capabilities | ["Low-fidelity wireframe design for rapid prototyping","User flow diagrams with decision points and error states","Interactive mockup specifications with annotations","Responsive design layouts (mobile, tablet, desktop)","Accessibility considerations (WCAG 2.1 AA compliance)"] |
| inputs | [{"user_stories":"Feature requirements or user stories to visualize"},{"target_platform":"web, mobile-ios, mobile-android, or cross-platform"},{"fidelity_level":"low (wireframe), medium (mockup), high (interactive prototype)"},{"design_system":"Optional existing design system or component library"}] |
| outputs | [{"wireframe_diagrams":"Mermaid flowcharts or SVG wireframes"},{"interaction_spec":"Detailed component behavior and state transitions"},{"responsive_layouts":"Breakpoint designs for multiple screen sizes"},{"accessibility_notes":"ARIA labels, keyboard navigation, color contrast requirements"}] |
| keywords | ["UX","wireframe","mockup","user-flow","design","prototype","accessibility","responsive","WCAG","interaction-design"] |
| version | 1.0.0 |
| owner | cloud.gov OCS |
| license | Apache-2.0 |
| security | Safe for design work; no executable code or sensitive data |
| links | ["https://www.nngroup.com/articles/wireflows/","https://www.w3.org/WAI/WCAG21/quickref/","https://mermaid.js.org/syntax/flowchart.html"] |
Use this skill when you need to:
Skip this skill if you need high-fidelity visual design (use a design tool like Figma) or interactive prototypes (use frontend-framework-advisor for code-based prototypes).
NOW_ET = 2025-10-26T12:00:00-04:00 (accessed via NIST/time.gov semantics)For single-screen layouts or basic user flows (3-5 screens):
Screen inventory (150 tokens):
Layout wireframe (300 tokens):
User flow diagram (250 tokens):
Basic annotations (100 tokens):
Output (≤1.2k tokens):
For complex flows with 5-15 screens and responsive requirements:
All T1 steps (800 tokens)
Responsive layouts (800 tokens):
Component specifications (1k tokens):
Accessibility markup (600 tokens):
Interaction specifications (1k tokens):
Documentation (≤2.8k tokens):
For large applications requiring detailed interaction design and user research validation:
All T2 steps (≤6k tokens)
Advanced interactions (1.5k tokens):
Micro-interactions (1k tokens):
User research integration (800 tokens):
Design system integration (1k tokens):
Comprehensive documentation (≤2.7k tokens):
When to escalate complexity tier:
Fidelity level selection:
When to abort:
Required fields:
wireframe_diagrams: string # Mermaid flowchart or ASCII/SVG wireframes
interaction_spec: object # Component behaviors and state transitions
screen_list: array # Ordered list of screens with descriptions
Optional fields:
responsive_layouts: object # Breakpoint-specific wireframes
accessibility_notes: array # WCAG compliance checklist
design_system_components: array # Mapped or new components
user_flow_diagram: string # Mermaid flowchart
Format: Markdown document with embedded diagrams, or JSON/YAML with diagram references
%% User flow: Login and dashboard (T1 example, ≤30 lines)
graph TD
A[Landing Page] -->|Click Login| B[Login Screen]
B -->|Enter Credentials| C{Validate}
C -->|Success| D[Dashboard]
C -->|Invalid| E[Error Message]
E -->|Retry| B
D -->|View Profile| F[Profile Screen]
D -->|Logout| A
style A fill:#e1f5ff
style D fill:#c8e6c9
style E fill:#ffcdd2
## Login Screen Wireframe
+----------------------------------+
| [Logo] [Help] [Sign Up] |
+----------------------------------+
| Welcome Back! |
| |
| Email [..................] |
| Password [..................] 👁 |
| |
| [ ] Remember me [Forgot?] |
| [ Login ] |
+----------------------------------+
Interactions:
- Email/password fields validate on blur, show inline errors
- Eye icon toggles password visibility
- Login button disabled until valid input, shows spinner on click
Token budgets:
Safety checks:
Validation:
Determinism:
UX Best Practices (accessed 2025-10-26):
Accessibility Standards (accessed 2025-10-26):
Platform Guidelines (accessed 2025-10-26):
Tools:
Related Skills:
frontend-designsystem-validator - Validate against existing design systemsfrontend-framework-advisor - Recommend framework for implementationtesting-unit-generator - Generate tests for component interactions