DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-johari-cognition-quadrant-dialog-composer

d

dsh-johari-cognition-quadrant-dialog-composer

Manifest valid

Johari cognition-quadrant dialog prompt composer — adds a button above the composer that opens a 2×2 quadrant panel (known/unknown × AI-known/AI-unknown) to groom conversation context into a structure

UI (client)hasBundlePatch

dsh-johari-cognition-quadrant-dialog-composer

English

乔哈里认知四象限对话梳理工具 / Johari cognition-quadrant dialog prompt composer — a DSH (DeepSeek Harness) Web UI plugin.

功能

在对话输入框上方添加一个「乔哈里四象限」按钮,点击后弹出一个 2×2 象限面板:

| 象限 | 位置 | 含义 | |------|------|------| | 我的隐藏区 | 左上 | 我知道 · AI不知道 — 需要告知 AI 的背景信息 | | 共同未知区 | 右上 | 我不知道 · AI不知道 — 需要共同探索的问题 | | 公开共识区 | 左下 | 我知道 · AI知道 — 双方共识的背景 | | 我的盲区 | 右下 | 我不知道 · AI知道 — 希望 AI 教我的领域 |

  • 横轴(左→右):我知道 → 我不知道
  • 纵轴(下→上):AI知道 → AI不知道

填写后点击「生成 Prompt 并填入」,自动将四象限内容组合为结构化 Prompt 写入对话输入框。

截图

四象限面板

四象限面板

新建对话页面

新建对话页面

对话中的按钮

对话中的按钮

安装

通过 dsh plugin add(推荐)

dsh plugin add cyrus123456/dsh-johari-cognition-quadrant-dialog-composer

从源码构建

git clone https://github.com/cyrus123456/dsh-johari-cognition-quadrant-dialog-composer.git
cd dsh-johari-cognition-quadrant-dialog-composer
pnpm install
pnpm run build

构建产物:

  • lib/index.js — Host 端(Node 侧)
  • lib/client.js — Client 端(浏览器侧,含 CSS 注入)

手动注册到 DSH Profile

  1. profiles/web/node_modules/ 下创建指向本插件的 junction
  2. profiles/web/package.jsondsh.profile.bundles 数组中添加 "dsh-johari-cognition-quadrant-dialog-composer"
  3. 重启 DSH

技术栈

  • TypeScript + React 18
  • esbuild 构建(兼容 Node 20+)
  • CSS 运行时注入(<style> 标签,类名 johari- 前缀隔离)
  • DSH Plugin API(conversation.input.dock 插槽)

文件结构

dsh-johari-cognition-quadrant-dialog-composer/
├── package.json
├── tsconfig.json
├── cordis.patch.yml          # DSH bundle 补丁
├── scripts/
│   └── build.mjs             # esbuild 构建脚本
├── src/
│   ├── index.ts              # Host 端入口
│   └── client/
│       ├── index.ts          # Client 端入口(插槽注册 + CSS 注入)
│       ├── JohariDockEntry.tsx  # 按钮 + 模态框 React 组件
│       ├── johari.css        # 插件样式(johari- 前缀)
│       └── css.d.ts          # CSS 文本导入类型声明
└── lib/                      # 构建产物(gitignore)

Compatibility

DSH 0.1.5-rc.2: errorDSH 0.1.6-alpha.1: errorDSH 0.1.5-rc.1: errorDSH 0.1.5-alpha.2: errorDSH 0.1.5-alpha.1: errorDSH 0.1.3-alpha.2: errorDSH 0.1.2-rc.1: errorDSH 0.1.2-alpha.5: errorDSH 0.1.2-alpha.4: errorDSH 0.1.2-alpha.3: errorDSH 0.1.2-alpha.2: error

Versions

Latest versionPublishedSize
0.1.0
0.1.1

Similar plugins

narrative-prompt-polish

One-click prompt polisher for the DSH composer: a ✨ button next to the message box opens a side-chat where an agent refines your rough draft over multiple turns, then you copy the result back. Replays

Workflow & AutomationManifest valid

0

dsh plugin --profile web add narrative-prompt-polish

One-click ✨ polish button for the composer: rewrites prompts and drafts with WorkBuddy humanizer-style rules (kills AI-flavored phrasing, varies rhythm, mode-aware for instructions/questions/prose) vi

Tools & CapabilitiesManifest valid

0

dsh plugin --profile web add dsh-prompt-polish

by yaoshuo530

A prompt-enhancement plugin for DeepSeek Harness: an ✨ Enhance composer button that rewrites prompts with first-principles thinking using session context, and asks clarifying questions when key info i

UI & ExperienceManifest valid

4

MIT

JavaScript

Aug 28, 2026

dsh plugin --profile web add dsh-prompt-enhancer

by lavapapa

A DSH Web plugin that keeps long answers and detailed prompts side by side with a dockable Composer.

UI & ExperienceManifest valid

4

701/wk

MIT

JavaScript

Sep 9, 2026

dsh plugin --profile web add dsh-composer-layout

by FeatherHunter

Right-side prompt toolbox panel with 24 built-in deep templates plus user-defined ones, accessible via the /prompt slash trigger and a context-aware floating suggestion card; one-click inserts the sel

UI & ExperienceManifest valid

7

335/wk

MIT

JavaScript

Sep 14, 2026

dsh plugin --profile web add dsh-prompt

by PensiveFei

DSH voice input plugin: tap Alt to talk, get text in composer. Web Speech default (zero config), optional OpenAI-compatible ASR, polish via DSH LLM.

Vision & MultimodalManifest valid

33

MIT

JavaScript

Sep 9, 2026

dsh plugin --profile web add dsh-voice-scribe