dsh-matt-skills-flow:把 Matt Skills 变成可恢复的工程工作流

`dsh-matt-skills-flow` 是一款非官方 DeepSeek Harness(DSH)插件,旨在将 `mattpocock/skills` 转化为持久化、可恢复的工程工作流。它解决任务状态在会话中断后丢失的问题,通过统一管理 Flow、Skill 快照、决策、Spec、Ticket 图、Lane 执行、Review 及人工验收等关键环节,实现任务状态的持续追踪。 核心功能包括:创建 Flow 时快照已安装 Skills;交互式记录决策并批准 Spec;发布依赖感知的 Ticket 图(支持本地 Markdown 或 GitHub Issues);创建隔离的 Lane 分支运行有

Read More
DSH-Engineering-Workflow: Adding a Five-Phase Engineering Workflow to DSH

`dsh-engineering-workflow` is a DSH community plugin designed to provide a controlled workflow for agent development and multi-step engineering tasks. By adding an "Engineering Workflow" preset, this plugin decomposes tasks into five gate-based stages: requirement clarification, plan approval, TDD implementation, parallel sub-agent execution, and validation wrap-up. Each stage corresponds to specific workflow skills, coordinated by the main skill `engineering-workflow`, preventing tasks from arbitrarily jumping between stages. During installation, Node.js version requirements must be met, and the plugin is added via the `dsh plugin` command, followed by restarting DSH or manually running a synchronization script to load the preset. Once enabled, new sessions can select this preset to load the full process discipline. This plugin

Read More