AI Agent Hub
Back to plugins
⚙️

dsh-cad-review

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install dongsheng123132/dsh-cad-review

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

In DeepSeek Harness, install the plugin using the command 'dsh plugin install dongsheng123132/dsh-cad-review', or access the source code at https://github.com/dongsheng123132/dsh-cad-review.

About this plugin

In CAD design review, traditional methods often rely on visual inspection or screenshots, which can lead to misunderstandings and omissions of defects. The dsh-cad-review plugin provides an evidence-first approach for DeepSeek Harness, ensuring that issue reports are directly tied to specific CAD entities, enhancing accuracy and traceability in reviews.

Its core capability is to parse ASCII DXF files for entities like LINE, LWPOLYLINE, and CIRCLE, hash the source drawing with SHA-256, and apply deterministic rules to check for geometric errors (such as zero-length lines and non-positive radii) and layer violations. It emits structured evidence including entity handles, layers, source line ranges, and geometric locations, making results fully transparent and verifiable.

This plugin is ideal for engineers and developers using DeepSeek Harness for CAD workflow automation, whether for quality assurance, compliance validation, or integration into broader robotic workflows. It emphasizes evidence boundaries: only supporting ASCII DXF, with rules owned by the project, and not claiming professional engineering approval, ensuring clear delineation of review outcomes.

Use Cases

  • Automatically validating geometric errors and rule violations in CAD design workflows.
  • Integrating into DeepSeek Harness workflows for batch DXF file reviews.
  • Used for engineering compliance checks and quality control to ensure designs meet custom standards.

Best For

  • CAD engineers and designers needing reliable, evidence-based review tools.
  • Automation workflow developers building integrated solutions with DeepSeek Harness.
  • Project teams managing CAD file quality and compliance requirements.