Mengdie Skill
Description
梦蝶 (Mengdie Roundtable): 多视角讨论Skill | Multi-perspective discussion orchestrator for Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
梦蝶 (Mengdie Roundtable)
[](LICENSE) [](https://claude.com/claude-code)
「庄周梦蝶,多视角交融,方见真章。」
多视角讨论 Skill。协调多个视角 Skill 进行讨论,产出共识结论 + 多元观点阵列 + 保留分歧点。
[**English README**](README_en.md)
快速开始
安装(终端)
git clone https://github.com/EricArcha/mengdie-skill.git ~/.claude/skills/mengdie
或手动复制:
cp -r mengdie ~/.claude/skills/
重启 Claude Code 或输入 `/skills reload` 即可使用。
激活
| 中文 | English |
|---|---|
| 「开一个梦蝶讨论」 | "start a Mengdie discussion" |
| 「开个会吧」 | "let's have a meeting" |
| 「让XX和XX讨论一下」 | "let XX and XX discuss" |
| 「梦蝶,议题是XX」 | "Mengdie, topic is XX" |
核心定位
梦蝶取自庄周梦蝶的典故,象征多视角的交融与思辨。
梦蝶的核心使命是将多个视角 Skill 组织成讨论模式,对指定议题进行讨论,产出有价值的结论。
与辩论的本质区别
| 辩论 | 梦蝶 |
|---|---|
| 分胜负,一方赢一方输 | 求理解,保留分歧 |
| 消灭异见 | 尊重差异 |
三层结论结构
- 共识结论:最大公约数,1-2句话
- 多元观点阵列:表格形式,保留重要分歧
- 保留分歧点:列出未能解决的重要分歧(含各方立场摘要)
触发词
启动梦蝶:
- 「开一个梦蝶讨论」
- 「开个会吧」
- 「让XX和XX讨论一下」
- 「梦蝶,议题是XX」
- 「来讨论一下XX」
扩展触发词:
- 「继续上次讨论」→ 读取最近的讨论记录
执行流程(详细见 SKILL.md)
| Phase | 内容 | 关键动作 |
|---|---|---|
| 0 | 启动判断 | 判断完整启动/引导补充/续接讨论 |
| 1 | 确认参数 | 议题、参与者、主持人、Skill 验证 |
| 2 | 讨论执行 | 开场→第一轮→第二轮→自由讨论→收尾 |
| 3 | 结论输出 | 先保存→输出结论 |
| 4 | 安可 | 用户追问1-3轮 |
| 5 | 质量自检 | 内部检查,不输出 |
流程图
用户触发 → Phase 0 启动判断
│
▼
Phase 1 确认参数
(议题、参与者、主持人、Skill验证)
│
▼
Phase 2 讨论执行
┌─────────────────────────────────┐
│ 开场 → 第一轮 → 第二轮 → │
│ 自由讨论 → 收尾 │
└─────────────────────────────────┘
│
▼
Phase 3 结论输出
┌─────────────────────────────────┐
│ 共识结论 + 多元观点阵列 + │
│ 保留分歧 │
└─────────────────────────────────┘
│
▼
Pha
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11