dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
Spec-Driven Development (SDD) skills for DeepSeek Harness. One bundle, three skills.
Code is not the first step. The Spec is.
| Skill | Stage | Trigger |
|---|---|---|
dsh-spec-new |
Idea → Spec | "帮我做一个 X" / "开个新项目" / "先写规格" / "需求变了" |
dsh-spec-implement |
Spec → Code | "开始实现" / "按 spec 做" / "继续实现" |
dsh-spec-validate |
Spec → Acceptance | "验收" / "测试一下" / "验证" |
The three skills share one convention: a project keeps three reviewable files under specs/ — requirements.md (WHAT, with Given/When/Then acceptance criteria), design.md (HOW), and tasks.md (ordered executable tasks). The spec stays the single source of truth; implementation progress and validation reports are written back to specs/.
From a tarball:
dsh plugin --profile <name> add ./@rongyi7-dsh-spec-0.1.0.tgz
dsh --profile <name>
From npm:
dsh plugin --profile <name> add @rongyi7/dsh-spec
From git (requires a prepare build script; see the DSH publish guide):
dsh plugin --profile <name> add github:you/dsh-spec
Just ask naturally — the skill catalog routes the request:
dsh-spec-new asks clarifying questions, writes specs/.dsh-spec-implement executes tasks.md in order, checks progress back into the spec.dsh-spec-validate turns each acceptance criterion into a runnable check and writes specs/validation.md.MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。