nsdmgt/dsh-plugin-user-research ↗★ 0
dsh-plugin-user-research
DeepSeek Harness 插件:用户研究合成 Agent 包——把访谈 / 问卷 / 观察笔记合成用户画像、痛点与机会点。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nsdmgt/dsh-plugin-user-research说明文档
阅读完整 README ↗使用过程
三步就能跑起来:
-
准备素材:把访谈录音转写、问卷开放题导出、客服聊天记录或用户反馈整理成一个
.txt、.md或.csv文件。 -
调用工具:在 dsh 会话里说:
把
notes/interview-01.md做一次用户研究合成,挑出前 3 个机会点。agent 会调用
research_synthesize(filePath="notes/interview-01.md", maxOpportunities=3)。 -
看结果:你会拿到一份结构化输出,包含按主题归类的痛点原话、推断出的用户画像,以及按信号强度排序的机会点。