·argumentation
</>

argumentation

使用假设-论证-示例三元组构建结构良好的论证。涵盖制定可证伪的假设、建立逻辑论证(演绎、归纳、类比、证据)、提供具体例子以及钢人反驳。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill argumentation

如何安装 argumentation

通过命令行快速安装 argumentation AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill argumentation
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Build rigorous arguments from hypothesis through reasoning to concrete evidence. Every persuasive technical claim follows the same triad: a clear hypothesis states what you believe, an argument explains why it holds, and examples prove that it holds. This skill teaches you to apply that structure to code reviews, design decisions, research writing, and any context where claims need justification.

State your claim as a clear, falsifiable hypothesis. A hypothesis is not an opinion or a preference -- it is a specific assertion that can be tested against evidence.

| "This code is bad" | "This function has O(n^2) complexity where O(n) is achievable" | | "We should use TypeScript" | "TypeScript's type system will catch the class of null-reference bugs that caused 4 of our last 6 production incidents" |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill argumentation
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-11

Browse more skills from pjt222/development-guides

快速解答

什么是 argumentation?

使用假设-论证-示例三元组构建结构良好的论证。涵盖制定可证伪的假设、建立逻辑论证(演绎、归纳、类比、证据)、提供具体例子以及钢人反驳。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。 来源:pjt222/development-guides。

如何安装 argumentation?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill argumentation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides