DSH 插件:wellorbetter/dsh-product-delivery-workflow 产品交付工作流
`wellorbatter/dsh-product-delivery-workflow` 是一个 MIT 协议的 DeepSeek Harness 插件,旨在为长难任务提供 100% AI 原生的产品交付工作流。该插件由 `wellorbetter` 维护,包含一个工作流技能及九个角色智能体技能,支持从输入 brief 开始,自主执行研究、产品决策、PRD 制定、架构设计、并行实现、评审、测试、记忆进化及发布审计,最终生成报告。 核心特性包括:10 阶段门禁管理,无需手动逐条触发;评审闭环机制,问题最多回溯 5 轮处理,未通过则请求人工介入;产物持久化至 `.opencode/workflow
Read Moredsh-reloader:DSH 的 Web 界面一键重启插件
`dsh-reloader` 是一个 MIT 许可证的 DSH 插件,旨在解决安装或更新插件后需手动重启 `dsh web` 进程才能生效的问题。该插件通过封装 `dsh_reload` 工具,实现了自动化重启流程:等待 6 秒后,利用 `lsof` 和 `ps` 命令精准定位并终止监听 3080 端口且命令行包含 `dsh` 的进程;随后等待最多 15 秒确保端口释放,最后使用 `nohup` 在后台重新启动 `dsh web`,并将日志写入 `~/.dsh/web.log`。 用户只需安装插件(支持 GitHub 或本地源码安装)并在 DSH 中发出“帮我 reload 一下”的指令,即可
Read Moredsh-web-open: Print URL after `dsh web` is ready and open the browser
`@dawsondx/dsh-web-open` is an automated tool designed for DSH plugins, aimed at resolving the tedious process of manually organizing addresses and opening a browser after `dsh web` starts. This plugin automatically prints the full GUI address and opens it in the default browser once the web service is ready, with cross-platform support for Windows, macOS, and Linux. Its core features include zero runtime dependencies, a fail-safe mechanism (only warns without errors when service retrieval fails), and support for system-assigned ports. Installation requires Node.js >=18 and specific peer dependencies, and can be added via npm or GitHub. Users can flexibly control whether to enable auto-opening through the environment variable `DSH_OPEN_BROWSER=0` or configuration files.
Read More