hollis-openlab/dsh-matt-skills-flow1

@deepseek-ai/dsh-matt-skills-flow

Durable development workflow orchestration for mattpocock/skills inside DeepSeek Harness

包名
@deepseek-ai/dsh-matt-skills-flow
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hollis-openlab/dsh-matt-skills-flow

Usage

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.