reasoning
v1.1.0用于跨领域科学推理与结构化辩论:解释现象、竞争性假设与预测进入 scientific-reasoning;对明确观点逐轮攻防、保留命题版本与证据账本进入 structured-debate。软件研发决策仍由 development 主导,GitHub 留档按需组合 github。
By trojanbox0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 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 reasoning for Codex and Claude Code
codex plugin marketplace add trojanbox/agent-plugin-marketplace
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add reasoning@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the agent-plugin-marketplace 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/trojanbox/agent-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/reasoning/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/scientific-reasoning/SKILL.md└── skills/structured-debate/SKILL.md
Included Skills2
用于跨领域的科学推理、机制分析与不确定性预测:面对现象、规律、猜测或未来判断时,区分事实/主张/解释,澄清定义与测量,建立合理的竞争性假设,比较潜在机制,生成可区分预测,检查相关与因果,主动寻找反例和证伪条件,并根据新证据更新当前模型。适合‘这个现象背后的规律是什么/还有没有其他解释/怎么验证这个猜测/这是相关还是因果/什么证据能推翻我的判断/底层机制是什么/未来可能怎么演化/什么时候风险会显化/帮我做情景推演’。若主目标是查外部资料、做统计检验、审查数据分析或定位软件 Bug,分别由 research、data 或 development 对应 Skill 主导。
对用户提出的明确观点进行结构化攻防:站在反方逐轮攻击最高价值弱点,记录命题版本、认输条件与状态,留下经得起攻击的最终版本。适合‘站在反方和我辩一辩/不要顺着我说/逐条攻击核心论点/不能偷偷换说法/adversarial debate’。解释现象、竞争假设和预测进入 scientific-reasoning;软件方案选择与源码决策进入 development;只把定稿内容写入 GitHub 进入 github。
Plugin manifests2
{
"name": "reasoning",
"version": "1.1.0",
"description": "用于跨领域科学推理与结构化辩论:解释现象、竞争性假设与预测进入 scientific-reasoning;对明确观点逐轮攻防、保留命题版本与证据账本进入 structured-debate。软件研发决策仍由 development 主导,GitHub 留档按需组合 github。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace",
"skills": "./skills/",
"interface": {
"displayName": "Reasoning",
"shortDescription": "用于跨领域科学推理与结构化辩论:解释现象、竞争性假设与预测进入 scientific-reasoning;对明确观点逐轮攻防、保留命题版本与证据账本进入 structured-debate。…",
"longDescription": "用于跨领域科学推理与结构化辩论:解释现象、竞争性假设与预测进入 scientific-reasoning;对明确观点逐轮攻防、保留命题版本与证据账本进入 structured-debate。软件研发决策仍由 development 主导,GitHub 留档按需组合 github。",
"developerName": "trojanbox",
"category": "Research",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"使用 Reasoning 插件帮助我完成当前任务。"
]
}
}{
"name": "reasoning",
"displayName": "Reasoning",
"version": "1.1.0",
"description": "用于跨领域科学推理与结构化辩论:解释现象、竞争性假设与预测进入 scientific-reasoning;对明确观点逐轮攻防、保留命题版本与证据账本进入 structured-debate。软件研发决策仍由 development 主导,GitHub 留档按需组合 github。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace"
}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.
[reasoning on Agent Plugins Marketplace](https://pluginsmp.com/plugins/reasoning)