discover-unknowns
v2.3.0发现你的未知 - 与 Claude 协作挖掘未知的方法论:动手前用盲点扫描/头脑风暴/访谈/参考暴露未知;测验默认跳过、仅在用户明确要求时才出。3个 SKILL + 1个 UserPromptSubmit 未知雷达 hook(brainstorm 优先委派 superpowers:brainstorming,未安装时用内置指令)
By zhangq0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 19, 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 discover-unknowns for Codex and Claude Code
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add discover-unknowns@claude-devkit-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “discover-unknowns” remain stable.
- Codex:
discover-unknowns@agent-plugin-marketplace→discover-unknowns@claude-devkit-marketplace
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/ibootz/claude-devkit-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/discover-unknowns/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/brainstorm/SKILL.md├── skills/discover-unknowns/SKILL.md└── skills/quiz/SKILL.md
Included Skills3
头脑风暴与访谈 - 需求还模糊时,用"发散(多方向假数据原型)+ 收敛(一次一问的访谈)"交替暴露未知。
与 Claude 协作时,在动手实现前系统性地发现并澄清"未知"的方法论。手法含盲点扫描、头脑风暴与访谈(/brainstorm)、参考,按信号逐步收敛未知;测验(/quiz)仅在用户明确要求时启用。
测验 - 仅在用户明确要求时,就本次变更出一份带上下文的报告 + 用户必须通过的测验。默认不触发,不阻挡 merge。
Plugin manifests2
{
"name": "discover-unknowns",
"version": "2.3.0",
"description": "发现你的未知 - 与 Claude 协作挖掘未知的方法论:动手前用盲点扫描/头脑风暴/访谈/参考暴露未知;测验默认跳过、仅在用户明确要求时才出。3个 SKILL + 1个 UserPromptSubmit 未知雷达 hook(brainstorm 优先委派 superpowers:brainstorming,未安装时用内置指令)",
"author": {
"name": "zhangq"
},
"skills": "./skills/",
"interface": {
"displayName": "发现你的未知 (discover-unknowns)",
"shortDescription": "与 Claude 协作挖掘未知的方法论",
"category": "Productivity"
}
}{
"name": "discover-unknowns",
"version": "2.3.0",
"description": "发现你的未知 - 3 skill(统领 / brainstorm / quiz 默认跳过、按需才出)+ 每轮未知雷达 hook(DISCOVER_UNKNOWNS_RADAR=off 可关)",
"author": {
"name": "zhangq"
},
"hooks": {
"UserPromptSubmit": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/unknowns-radar.js"
}
]
}
]
}
}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.
[discover-unknowns on Agent Plugins Marketplace](https://pluginsmp.com/plugins/discover-unknowns)