DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

From Scratch — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
F

dsh-from-scratch

From Scratch

DSH agent preset「产品创建对齐」 plugin: scenario「从零开始」(from-scratch, create a product from scratch: workspace/git/scaffold/six-step interview/specification freeze/finalize the initial spec/draft task breakdown/push) + scenario「先等等,让我确认一下」(confirm-first, refine the initial plan / modify the plan and goals o

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Lorvaste/DSH-Project-Initialization#40999f33e007e542ad77355b3cb13b8de9d4326f
READMECompatibilityVersions

Description

DSH agent preset「产品创建对齐」 plugin: scenario「从零开始」(from-scratch, create a product from scratch: workspace/git/scaffold/six-step interview/specification freeze/finalize the initial spec/draft task breakdown/push) + scenario「先等等,让我确认一下」(confirm-first, refine the initial plan / modify the plan and goals of an ongoing project), resolving inconsistencies between AI outputs and the intended ideas.

Compatibility and provenance

From Scratch is published as dsh-from-scratch and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/29/2026

Versions

0.1.0stable
8/29/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/1/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

DSH-Project Initialization

AI 产品创建对齐插件 —— 从零开始,让 AI 做的每一步都对齐你的想法。

  • 远程仓库:git@github.com:Lorvaste/DSH-Project-Initialization.git(SSH)
  • 默认分支:main
  • 许可:Apache-2.0

项目愿景

AI 辅助从零创建产品时,最终产物与最初想法经常不一致。根因是缺少 TDD/SDD 对齐纪律:没有规格约束 AI 别理解偏,没有验收标准判断 AI 做对没有。

本项目以 DSH agent preset(场景模式)形式交付:把隐式假设变成显式检查,让想法和产物之间每一步都有据可查、可追溯、可回滚。

特性

  • 双场景:从零开始(创建)+ 先等等,让我确认一下(完善/变更)
  • 工具白名单:场景只挂必要工具(ask-user/fs/bash),省 token
  • 六步问答:想做什么 → 功能实现范围 → 细则确认 → 结构化拆分(功能域)→ 遍历性验证 → 确认成档
  • 规格冻结:AI 复述 → 用户逐条确认 → spec 初版终稿(Reference/spec.md)
  • 遍历性检查:三层遍历 + 七维度 + 领域遗漏模板
  • skill 隔离:场景内只加载场景 skill,不受全局 skill 干扰
  • 防漂移机制:红旗表 / 变更记录显式化 / 状态机闸门 / 工程准则
  • 分发:GitHub 开源 + DSH 插件市场

场景

场景preset id一句话
从零开始from-scratch没思路吗,从问答到确认试试——想法 → spec 初版终稿 + 任务拆分初稿(工作区/git/骨架/六步访谈/冻结/推送)
先等等,让我确认一下confirm-first感觉不对劲,要不复核理解再确认一下——① 完善初版方案 ② 修改进行中项目的方案与目标(版本递增 + 变更记录显式化)

执行/验收不在插件范围——由后续会话基于 Reference/spec.md + Reference/tasks.md 进行。

安装(双通道)

方式一:手动复制(零构建)

# 将 preset 目录复制到 DSH 的 agent-presets 目录
Copy-Item presets\from-scratch "$env:USERPROFILE\.dsh\.agent-presets\" -Recurse
Copy-Item presets\confirm-first "$env:USERPROFILE\.dsh\.agent-presets\" -Recurse

.agent-presets 实际路径以 DSH 安装的 <dshHome> 为准。

方式二:插件市场(随附 preset)

安装插件包(dsh-from-scratch)后,经 cordis.patch.yml 将 presets/ 注册为 preset root(trust: system),两个场景自动出现在名单。

⚠️ 插件壳注册逻辑待验证阶段实测调通(见 cordis.patch.yml)。

使用

  1. DSH 新建会话,选择场景 preset
  2. 「从零开始」:确认工作区 → git → 骨架 → 六步访谈 → 冻结 → spec 初版终稿 + 任务拆分初稿 → 推送
  3. 「先等等,让我确认一下」:① 提交初版方案完善成档;② 修改进行中项目的方案与目标

仓库结构

DSH-Project Initialization/
├── presets/
│   ├── from-scratch/       场景「从零开始」(agent.cordis.yml + 4 skill + assets 模板)
│   └── confirm-first/      场景「先等等,让我确认一下」(agent.cordis.yml + polish skill)
├── plan.md                 项目结构规范(脚手架模板母版)
├── Rules.md                项目规范(骨架生成文件母版)
├── Structure.md            仓库结构说明
├── package.json            薄插件壳(dsh bundle manifest)
├── cordis.patch.yml        插件壳注册(presets/ root)
├── verify-runtime.js       运行时验证脚本($DSH_HOME 环境变量解析)
└── LICENSE                 Apache-2.0

开发进度、需求决策记录等内部内容不随公开仓库提交(本地维护)。