hollis-openlab/dsh-matt-skills-flow ↗★ 1
@deepseek-ai/dsh-matt-skills-flow
Durable development workflow orchestration for mattpocock/skills inside DeepSeek Harness
AI 분석
核心用途是编排和管理基于 Git 的软件开发生命周期任务。适合使用 DSH 进行复杂代码编写、需要跟踪决策、审批规格及运行测试分支的开发者。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hollis-openlab/dsh-matt-skills-flowUsage
Open Matt Skills in the sidebar to create or select a Flow. A Flow is bound to an existing DSH Workspace and clean Git repository. Follow the visible Gates to record Decisions, approve the Spec, add and publish Tickets, prepare and run Lanes, integrate results, review the frozen candidate, and accept it as a human.
The same lifecycle is available from an active session:
/matt-flow start "Add account recovery"
/matt-flow list
/matt-flow status "Add account recovery"
/matt-flow continue
/matt-flow questions
/matt-flow export
/matt-flow continue performs at most one unambiguous phase transition. Ambiguous planning, review, and acceptance decisions remain explicit UI actions.
Ticket Graph publication is local by default. A Host configuration may set trackerKind: github and githubRepository: owner/name; publication verifies gh authentication and creates Issues in dependency order. The plugin never performs other GitHub mutations.