lonelymoon87/dsh-specflow ↗★ 0
dsh-specflow
DeepSeek Harness 的规范驱动开发工作流插件。
AI 分析
核心用途是为 DSH 提供规范驱动开发工作流。适合需要通过规范文件(如 specs 目录)来引导智能体开发任务的用户,支持自动注入上下文快照。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lonelymoon87/dsh-specflow說明文件
閱讀完整 README ↗Configuration
The bundle inserts the plugin with defaults. A profile may configure the plugin entry directly:
- id: specflow
name: dsh-specflow
config:
specsDir: .dsh/specs
autoInjectContext: true
specsDir may be workspace-relative or absolute. autoInjectContext controls only the model-facing progress snapshot; it does not change goal or artifact behavior.