tblong2105/dsh-sdd-generator

tblong2105★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

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 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: param type description root string Absolute path to the codebase root to scan maxFiles number Cap 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. Add the dsh-plugin topic to the GitHub repo to appear in community listings. License MIT

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类