DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Product — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

dsh-product

Product

用于产品战略、POC、MVP、测试版、PMF、发布准备和增长交接的 DeepSeek Harness 工具。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:winyh/dsh-product#ed21d4eae523ae93fedf79e45afe1600a5c5918d
README兼容性版本

兼容性与来源证明

Product 以 dsh-product 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/21

版本

0.1.0stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/21
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。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:通过自然语言驱动多智能体团队协作(队长、成员、具有依赖关系的任务、消息传递),并在 Web GUI 中提供树状监视器

README

dsh-product

English | 中文

dsh-product 是一个“互联网资讯查询 + 本地项目上下文”的 DeepSeek Harness 插件,用于把已经确认的产品机会转化为可验证、可交付、可迭代的产品。

dsh-product is a web-aware DeepSeek Harness plugin that combines public internet research with local product context to turn a validated opportunity handoff into a shippable, observable and iterated product.

Its workflow is:

Demand → Product → Marketing → Monetization → Product iteration / new opportunity discovery

It complements dsh-idea and dsh-growth:

  • dsh-idea owns demand and opportunity discovery.
  • dsh-product owns product definition, feasibility, delivery gates and PMF evidence.
  • dsh-business owns the cross-cutting commercial strategy: value, business model, pricing and profitability.
  • dsh-geo and dsh-growth own the marketing stage: discoverability, acquisition, activation and growth operations.
  • dsh-sales owns monetization execution: qualification, closing, expansion and renewal.

Plugin Positioning and Collaboration Navigation

dsh-product is the product-delivery and PMF layer in the six-plugin system. It turns an evidence-backed opportunity into a shippable, observable and iterated product, using PMF evidence to decide whether to continue, adjust or pause.

  • Owns: Product strategy, user/problem definition, POC, MVP, beta/release gates, PMF reviews and growth handoffs.
  • Inputs: Opportunity handoffs and user/context evidence from dsh-idea, commercial constraints from dsh-business and behavior data from dsh-growth.
  • Outputs: Product briefs, scope boundaries, validation plans, release checks, PMF reviews and growth handoffs for commercial strategy, sales and growth.
  • Does not own: Opportunity discovery, pricing/profitability design, sales follow-up, growth operations or website content execution. It does not create code, design files or CRM records.

Positioning Architecture: Commercial Strategy Layer + Four-Stage Core Flow

The six plugins work together to turn a real demand signal into a deliverable product, reach target customers through marketing, and use monetization results to drive product iteration or discover new opportunities.

flowchart TB
    S["dsh-business<br/>Commercial strategy layer<br/>Value · model · pricing · profit"]

    subgraph MAIN["Four-stage core flow"]
        direction LR
        A["1. Demand<br/>dsh-idea"] --> B["2. Product<br/>dsh-product"]
        B --> C["3. Marketing<br/>dsh-geo + dsh-growth"]
        C --> D["4. Monetization execution<br/>dsh-sales"]
    end

    S -. "Sets commercial direction and guardrails" .-> A
    D --> R["Feedback<br/>Deals · renewals · revenue · cost"]
    R -->|Product iteration| B
    R -->|New discovery| A

    classDef strategy fill:#FFF4D6,stroke:#B7791F,color:#5C4500
    classDef stage fill:#E8F1FF,stroke:#3366CC,color:#173A7A
    classDef feedback fill:#E8F7EE,stroke:#2F855A,color:#1C4532
    class S strategy
    class A,B,C,D stage
    class R feedback

This plugin owns the product stage: after dsh-idea proves that a problem is worth testing, it defines what to build, how small to start and how to measure the result. dsh-business supplies commercial constraints; dsh-geo and dsh-growth take the product into marketing; and dsh-sales returns close, loss, renewal and unmet-need evidence.

Plugin Navigation

PluginClear responsibilityDirect link
dsh-ideaExternal opportunities, demand signals, candidate directions and smallest useful testsREADME
dsh-productProduct definition, POC/MVP, release gates and PMF (this plugin)README
dsh-businessCross-cutting commercial strategy, value, pricing and profitabilityREADME
dsh-salesMonetization execution: qualification, deal progression, closing, expansion and renewalREADME
dsh-growthAcquisition, activation, retention, revenue analysis and growth experimentsREADME
dsh-geoSEO/GEO/AEO, content production and search/answer-engine discoverabilityREADME

Recommended Handoffs

Output from this pluginHand off toHandoff question
Product brief, POC/MVP scope and user-value evidencedsh-businessHow should we package and price it, and can the unit economics work?
PMF review, behavior data and core usage contextsdsh-growthWhich funnel, retention or revenue lever should we test first?
Confirmed value proposition, capability boundaries and sales inputsdsh-salesWhich customers are worth pursuing and how should we progress the deal?
Product language, user problems and release contentdsh-geoHow can target users discover the product through search and answer engines?

The plugin reads local Markdown and bounded CSV/JSON/JSONL evidence, can query public product information, preserves lineage and uses preview-plus-confirmation for file writes. Web research does not automatically send local files, cookies or login state to a provider. It does not create code, design files, CRM records or external campaigns.

See the Chinese README for the Chinese workflow and examples.