AI Agent Hub
Back to plugins
⚙️

dsh-design-review

Workflow Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-design-review

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-design-review in DeepSeek Harness to install the plugin; source code is available at https://github.com/uckkk/dsh-design-review

About this plugin

Design review is often the step most likely to be skipped or treated superficially in a DSH agent workflow. dsh-design-review turns it into a reusable, structured checklist so that an agent walks through each item deliberately rather than offering vague, one-off feedback.

The plugin is written in pure Node.js, makes no network calls, and depends on no external services. Once registered, its tools are ready to invoke in any session. It does not generate code or call APIs; it does one thing well: turning design review into a step-by-step, traceable process.

It is designed for teams or solo developers who rely on DSH agent workflows and want a consistent design-review standard. No deployment, no configuration, no network connectivity required. Load it and go.

Use Cases

  • An agent walks through a step-by-step checklist to verify design decisions in a session
  • A team locks its design-review standards into a reusable, structured tool
  • A full design review is completed quickly in an offline environment

Best For

  • Dev teams running DSH agent workflows
  • Engineers who want a consistent design-review standard
  • Solo developers looking for a lightweight, zero-dependency review tool