dsh plugins中文
← Back to popular plugin directory

UX Walkthrough Plugin

DietCokewithSugar/dsh-user-experience · skills

Persona-driven UX walkthrough plugin for DeepSeek Harness (DSH) - scans React + TypeScript source code for UX issues, pinpoints them, and suggests fixes.

★ 18GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-user-experience A UX walkthrough plugin for DeepSeek Harness (DSH): AI simulates target users to uncover UX problems during development—before they reach production—and provides concrete optimization suggestions. Scope: React + TypeScript / React + JavaScript / Vue 3, CSS/layout analysis, and optional browser evidence when the current Harness session can open the application.

Existing automated checks (axe, Lighthouse) can only verify absolute rules — contrast ratio, missing alt text. But UX issues are inherently relative: a confirmation dialog before deleting protects an occasional user but wastes the time of an operator who processes hundreds of records a day. Without knowing who it's for, a "UX issue" cannot be defined.

In DeepSeek Harness, enter: Install the UX plugin in DeepSeek Harness: dsh plugin --profile web add github:DietCokewithSugar/dsh-user-experience

Install command

dsh plugin --profile web add github:DietCokewithSugar/dsh-user-experience
View GitHub repository ↗Back to popular plugin directory