speak-human
v0.7.0中文版:让 Claude 说人话、会提问——提问前自检清单(先核实/交代背景/黑话带解释/选项留组合位) + 表达纪律(S1~S6,含 S6 更新日志式汇报:多项进展或有未做/问题时用「本次完成/未完成/已知问题」三段体),规则源自作者 548 次真实 AskUserQuestion 抉择记录的数据挖掘。touch ~/.claude/.speak-human-always 即常驻
By Tony Jiang2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install speak-human for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install speak-human@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/7bata/claude-workflow-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/speak-human/.
Plugin files
├── .claude-plugin/plugin.json└── skills/speak-human/SKILL.md
Included Skills1
Claude 要开口提问(尤其是用 AskUserQuestion 抛选项)或组织任何对用户的表达输出时必须遵守的说话纪律——每次提问前过一遍自检清单,每次输出前过一遍表达纪律。规则源自作者 548 次真实抉择记录的数据挖掘,不是抽象礼仪。手动触发用 `/speak-human`;若已 touch 常驻标志文件则每个会话开局自动注入,全程有效。
Plugin manifests1
{
"name": "speak-human",
"version": "0.7.0",
"description": "中文版:让 Claude 说人话、会提问——提问前自检清单(先核实/交代背景/黑话带解释/选项留组合位) + 表达纪律(S1~S6,含 S6 更新日志式汇报:多项进展或有未做/问题时用「本次完成/未完成/已知问题」三段体),规则源自作者 548 次真实 AskUserQuestion 抉择记录的数据挖掘。touch ~/.claude/.speak-human-always 即常驻",
"author": {
"name": "Tony Jiang"
},
"homepage": "https://github.com/7bata/claude-workflow-kit",
"keywords": [
"claude-code",
"askuserquestion",
"communication",
"plain-language",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[speak-human on Agent Plugins Marketplace](https://pluginsmp.com/plugins/speak-human)