什么是 argumentation?
使用假设-论证-示例三元组构建结构良好的论证。涵盖制定可证伪的假设、建立逻辑论证(演绎、归纳、类比、证据)、提供具体例子以及钢人反驳。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。 来源:pjt222/development-guides。
使用假设-论证-示例三元组构建结构良好的论证。涵盖制定可证伪的假设、建立逻辑论证(演绎、归纳、类比、证据)、提供具体例子以及钢人反驳。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。
通过命令行快速安装 argumentation AI 技能到你的开发环境
来源:pjt222/development-guides。
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使用假设-论证-示例三元组构建结构良好的论证。涵盖制定可证伪的假设、建立逻辑论证(演绎、归纳、类比、证据)、提供具体例子以及钢人反驳。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。 来源:pjt222/development-guides。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill argumentation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pjt222/development-guides