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.

Mbti Jury — DSH Plugin for DeepSeek Harness
← Plugins

dsh-mbti-jury

Mbti Jury

人格评审团:16 型 MBTI 人格并排评审你的真实 commit · Persona Jury for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-mbti-jury@0.2.0
READMECompatibilityVersions

Compatibility and provenance

Mbti Jury is published as dsh-mbti-jury and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
8/31/2026

Versions

0.2.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
54 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
8/31/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-mbti-jury · 人格评审团

16 型 MBTI 脑回路,并排评审你最近一次 commit。

同一个 diff、同一个 commit message、同一份提交时间——16 个人格各自给出完全不同的评审。他们的差异不在语气,而在看见的世界本身不同:

人格认知方式(MBTI 功能轴)输出形态
ISTJ · 检查者Si-Te:经验库比对,先例与规范事实核对清单
ISFJ · 守卫者Si-Fe:经验核对,多问一句"会不会坑到谁"事实核对清单
INTJ · 策略家Ni-Te:模式识别,结构与根因根因推理链
INFJ · 提倡者Ni-Fe:根因推理,终点落在人身上根因推理链
ESFJ · 执政官Fe-Si:人际雷达,人与节奏影响地图
ENFJ · 主人公Fe-Ni:人际雷达带方向感,带向正循环影响地图
ENTP · 辩论家Ne-Ti:发散联想,盲区与第三条路联想串
ENFP · 竞选者Ne-Fi:发散联想带价值温度联想串
ESTJ · 总经理Te-Si:执行账本,有据可依执行账本
ENTJ · 指挥官Te-Ni:执行账本算进三个月后的棋局执行账本
INTP · 逻辑学家Ti-Ne:原理拆解,概念漫游原理拆解
ISTP · 鉴赏家Ti-Se:原理拆解,上手验证原理拆解
ESTP · 企业家Se-Ti:现场直觉,冷静计算赔率现场直觉
ESFP · 表演者Se-Fi:现场直觉,体验优先现场直觉
INFP · 调停者Fi-Ne:内心标尺,理想漫游内心标尺
ISFP · 探险家Fi-Se:内心标尺,感官审美内心标尺

结构即人格——输出形态由主导认知功能决定(Si/Ni/Fe/Ne/Te/Ti/Se/Fi 共 8 种),同形态的两型再靠辅助功能与语气分化,而不是同一段工作清单换 16 种口吻。

安装

dsh plugin --profile web add dsh-mbti-jury

使用

在任意 git 仓库的会话中:

/mbti                        # 默认经典四人组(ISTJ/INTJ/ESFJ/ENTP)评审最近一次 commit
/mbti random                 # 从 16 型随机抽四人组
/mbti ENFP ISTP INTP ISFP    # 指定上场名单(空格/逗号/顿号分隔均可)
/mbti-fight                  # 评审后追加互怼环节:每人挑最不同意的一句反驳
/mbti-fight random           # 随机四人组 + 互怼

(/mbti fight、/mbti 随机、/mbti ENFP 互怼 等写法同样有效,参数可自由组合。)

互怼示例

【ISTJ】怼 ENTP:87行调试文档是流程合规的铁证,你那个 diagnose() 命令
没有验证手段和留痕,出了事谁负责?
【INTJ】怼 ISTJ:"风险低"是个幻觉,87 行调试文档是给系统埋下的技术债。

人格差异的弹药来自哪里

插件采集的不只是最近一次 commit,还有提交节奏:

  • 最近 5 次 commit 的历史摘要与 message
  • 本次改动与历史重复修改的文件(ISTJ 的"先例")
  • 今天第几个 commit、本周第几个(ESFJ 的"节奏")

所以 ESFJ 能说出"从 19:49 到 23:02 连续 5 个 commit,他进入收尾状态了",INTJ 能看出"版本号漂移在历史里反复出现"——单次提交可能信号很薄,但行为模式不会撒谎。

技术说明

  • 模型调用走宿主 ctx.llm(跟随你在 DSH 里选择的默认模型)
  • 每人格一次独立请求、并行执行、互不可见——保证差异是"平行世界"而非相互影响
  • 单个人格调用失败不阻塞整体,显示占位提示
  • 支持取消:命令中止信号贯通到每一次模型调用

开发

pnpm install
pnpm build        # tsdown 构建
pnpm test         # vitest,含真实 git 仓库的端到端测试
pnpm typecheck

本地调试安装(改代码后需升版本号再重装,否则 pnpm 会跳过拷贝):

pnpm build
# 升 package.json 版本号
dsh plugin --profile web add "file:<本目录路径>"

路线图

  • 补齐 16 型人格(v0.2 全员入驻:8 种主导功能 × 每形态 2 型)
  • 评审团轮换机制(v0.2:random 随机 + 指定名单)
  • Web 面板:并排卡片 UI + 分享卡片导出

License

MIT