tblong2105/dsh-sdd-generator0

dsh-sdd-generator

DeepSeek Harness plugin: scan a codebase and generate a Software Design Document (SDD) outline.

AI 分析

核心用途是快速为已有项目生成结构化的软件设计文档。适合需要梳理代码架构、编写技术文档的软件开发者或项目经理。

パッケージ
dsh-sdd-generator
バージョン
0.1.0
最終更新
2026/08/21

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tblong2105/dsh-sdd-generator

ドキュメント

README 全文を読む ↗

dsh-sdd-generator

A DeepSeek Harness plugin that scans a codebase and generates a Software Design Document (SDD) outline — module inventory, entry points, and a per-file summary.

Install

dsh plugin --profile web add dsh-sdd-generator

The plugin auto-mounts via its dsh.bundle.patch declaration (no manual cordis.patch.yml editing needed). Restart dsh web afterwards.

Use

In the chat, ask the model to generate an SDD, e.g.:

"Generate an SDD for C:\Users\me\projects\my-app using the generate_sdd tool"

The model calls the generate_sdd tool with:

paramtypedescription
rootstringAbsolute path to the codebase root to scan
maxFilesnumberCap on files scanned (default 200, max 500)

The tool returns a Markdown SDD skeleton that the model can then expand into a full document.

Develop

This package ships plain JS (lib/index.js) so no build step is required for consumers.

npm publish        # publish to npm, then others can `dsh plugin add` it

Add the dsh-plugin topic to the GitHub repo to appear in community listings.

License

MIT